Forum: Java Oct 27th, 2009 |
| Replies: 4 Views: 371 |
Forum: Java Oct 27th, 2009 |
| Replies: 4 Views: 371 So I would have to make a wrapper class myInt which stores an int as its data member? |
Forum: Java Oct 27th, 2009 |
| Replies: 6 Views: 205 Java is purely object oriented meaning that member functions such as, calcDistance(...) and calcMPG(...) must be called on an object.
In your main you must construct an object of type CarV5 with... |
Forum: Java Oct 27th, 2009 |
| Replies: 6 Views: 205 Do you have any specific questions? |
Forum: Java Oct 27th, 2009 |
| Replies: 4 Views: 371 I am trying to create a 2d array list but it is giving me a compiler error pointing at the first line of the function. I don't really get what is causing the problem. I am pretty good in C++ but... |