Forum: Java Nov 11th, 2004 |
| Replies: 1 Views: 3,303 I am getting the following syntax messages:
illegal start of expression public void display_menu()
(with arrow pointing to the 'p')
and also
';' expected } (with arrow also pointing to the... |
Forum: Java Nov 10th, 2004 |
| Replies: 1 Views: 3,251 I'm using the Scanner class and need help in setting up get and set methods for where the program asks the user to enter a first name and a last name as String type.( 2 methods, 1 for first, 1 for... |
Forum: Java Nov 10th, 2004 |
| Replies: 5 Views: 9,094 Thank you. This help out a lot! |
Forum: Java Nov 9th, 2004 |
| Replies: 5 Views: 9,094 How do you write the code using Scanner class to set up a menu (i.e 1 for something, 2 for something, and so on.) Then have the user to choose.
Thanks |
Forum: Java Nov 8th, 2004 |
| Replies: 1 Views: 5,192 :sad: I am overwhelmed and need help. I am trying to write object oriented programning using Java code.
1st Class contain variables for firstname, lastname and SSn as string. 4 different class... |