Check out some similar questions!
Java Question of passing an Array into a method
[ 0 Answers ]
Define an integer array ‘arr’ with size 2 in the main method and initialize the two elements in ‘arr’ to be 1 and 2 Write a method ‘swap’ and pass the ‘arr’ into the method, swap two elements of the ‘arr’ in the method Print out all elements in ‘arr’ in the main method System.out.print(arr + ‘ ‘...
Java is not working
[ 3 Answers ]
Hi, I cannot get java to work on my laptop. I've tried all the help suggestions. Any ideas would be greatly appreciated. Thanks
Unknown Array Java Error
[ 3 Answers ]
I'm having a problem with some java code involving an array and I don't understand the error that appears: CD.java:67: array required, but CDDriver found System.out.println(myCD); I am trying to print out the total of all the prices that are in the array Any help would be great here is...
Java: using an array from the main in a method
[ 2 Answers ]
I have the array names in the main of my program and I want to use it in a method FindName.. How would I wright the method header and the call to the method in the main?
Java Error: array required, but PRmList found
[ 2 Answers ]
Here is my code: I get the error: Array required, but PRmList found. Any help would be GREATLY appreciated. Thanks! Public class PRm { Private String PRm; Private String movieTitle; Private String movieRating; Private int seats; View more questions Search
Add your answer here.
|