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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:30
What does 21 pilots middle aged name as a band 15 years prior to them naming their band 21 pilots?
Answers: 1
question
Computers and Technology, 24.06.2019 18:00
Why is a multiview sketch drawinf different from other sketches like isometric, two point, and oblique
Answers: 1
question
Computers and Technology, 25.06.2019 05:10
Create a console project in c#. 1. create an interface "imyinterface.cs" - add a method "string imessage()" 2. create a class named "c1.cs" - add 4 private data members, create property for each data member double loanamnout=0.0; double years=0.0; double interests=0.0; double interestrate=0.0; 3. - add a constructor with parameters to assign values to loanamnout, years, interestrate with values that user entered. 4. - add one method “payinterests()” to return the interests interests = loanamnout * interestrate * years 5. - inheritate "imyinterface", implement the method " imessage()", return string "be ready! ” 6. in program.cs, have users to enter loanamnout, years, interestrate. - call method payinterests() to display total interests. - call imessage() to display "be ready! ”
Answers: 3
question
Computers and Technology, 25.06.2019 05:30
In 3-5 sentences describe how technology business professionals to be more efficient. include examples of hardware and software
Answers: 1
You know the right answer?
Project: Using Variables in Java Assignment Directions
Use the NetBeans IDE to create a Java...
Questions
question
Mathematics, 25.08.2021 22:50
Questions on the website: 13722367