- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
5 Posted Topics
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 | |
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 last) I need to know how to store the … | |
I am trying to add a streaming .wma audio file in a link on my web page. I know my file is a .wma file and I have played it from my desktop and from the server I uploaded it to. I cannot for the life of me figure out … | |
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 })` This is my code for the first error: public class InsyStudent extends Student { public InsyStudent( String fName, … | |
: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 scores as integers with different weights for the depending upon the course. I've also included set and get … |
The End.