subject

Project: Using Variables in Java Assignment Directions
Use the NetBeans IDE to create a Java program using the skeleton code in this lesson as a model.

Create code to declare and initialize at least five integer variables with values of your choice. HINT: Int yourAge = 40;
Create code that displays each variable name and its initial value on a separate line. HINT: System. out. println(“myAge = “ + myAge);
Using the operators for multiplication, division, modulus, addition, and subtraction, replace the current variable values with new values. HINT: myAge = myAge + 25;
Create code to display each variable name and its new value on a separate line. HINT: System. out. println(“totalAge = “ + totalAge);
Compile the code, fix and errors, and recompile until the program runs successfully.
Assignment Guidelines
Remember to apply the naming syntax rules to your variable names and to create descriptive variable names. Use the variables in mathematical operations. Display the results. Document your code.

Submission Requirements
Program must be successfully compiled. A text copy of the programming code will be submitted. Please see your instructor regarding the due date of the submission. Remember to grammar- and spell-check your submission.
please guys i need good answer
and the questions id how i can make this work?

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 00:30, bargasdevon123
To insert a column without using commands in any tabs, a user can -click and then click insert column.
Answers: 3
image
Computers and Technology, 22.06.2019 15:30, coollid876
To increase sales, robert sends out a newsletter to his customers each month, letting them know about new products and ways in which to use them. in order to protect his customers' privacy, he uses this field when addressing his e-mail. attach bcc forward to
Answers: 2
image
Computers and Technology, 23.06.2019 10:00, serenityharmon1
Hey i just logged on and one of the moderators deleted a bunch of my answers to questions, even though the answers were right and the people it doesn't make sense but if anyone wants to talk about anything just message me lol (this is super random lol)
Answers: 1
image
Computers and Technology, 24.06.2019 12:00, yagalneedshelp8338
Match the function to its purpose. fast worth 50pts.
Answers: 1
You know the right answer?
Project: Using Variables in Java Assignment Directions
Use the NetBeans IDE to create a Java...

Questions in other subjects: