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, 21.06.2019 17:30
How are natural numbers, whole numbers, integers, and rational numbers related
Answers: 3
question
Computers and Technology, 23.06.2019 16:00
An english teacher would like to divide 8 boys and 10 girls into groups, each with the same combination of boys and girls and nobody left out. what is the greatest number of groups that can be formed?
Answers: 2
question
Computers and Technology, 23.06.2019 23:40
4. what is the reason for including the following code snippet in the header file animal.h? #ifndef animal_h #define animal_h class animal { public: animal(); animal(double new_area_hunt); void birth(); void hunt(double new_area_hunt); void death(); double get_area_hunt() const; private: double area_hunt; }; #endif
Answers: 3
question
Computers and Technology, 24.06.2019 00:40
What is the error in the following pseudocode? module main() call raisetopower(2, 1.5) end module module raisetopower(real value, integer power) declare real result set result = value^power display result end module
Answers: 1
You know the right answer?
Project: Using Variables in Java Assignment Directions
Use the NetBeans IDE to create a Java...
Questions
question
History, 22.05.2020 05:09
question
Mathematics, 22.05.2020 05:09
question
Mathematics, 22.05.2020 05:09
question
Social Studies, 22.05.2020 05:09
question
Social Studies, 22.05.2020 05:09
question
Mathematics, 22.05.2020 05:09
question
Mathematics, 22.05.2020 05:09