Question: So lost as to how to do this Obiectives Write a Java Project from scratch Learn how to declare and use static variables . Learn
Obiectives Write a Java Project from scratch Learn how to declare and use static variables . Learn how to use for-loops .Decompose output to several methods Use good naming conventions when creating variables Leverage your improved knowledge of the Java programming language to produce the desired output . Make awesome figures Overview Write a program that produces the figure below as output. Use static methods to capture the structure and eliminate redundancy Use for loops as well to eliminate redundancy within lines. There should be NO print or println statements in your main method, only a few method calls to express the top-level logic. Use less than six method calls in main (hint: 5) Do NOT use parameters for this lab, although you MUST use a class CONSTANT to represent the rocket's size. The size of the rocket below is 7 In subsequent labs I will no longer repeat this paragraph-it should be assumed. Use good programming style: choose DESCRIPTIVE variable and method names, write COMMENTS, and FORMAT your code (Ctrl-Shift-F). As always, write a COMMENT BLOCK at the top of your program with the FILE NAME, your NAME, the COURSE, the DATE, the LAB NUMBER, and a BRIEF DESCRIPTION of what your program does Please name your program Rocket.java Style Use good programming style Write comments Choose mnemonic, meaningful variable names (e.g. seconds, minutes) Indent consistently(Ctrl+Shift+F will format your code) . Remember the comment block at the top of your program Input Specification No user input is required. the size of the rocket 7 should be "hard-coded into the program as a class static constant. Do not accept any user input for the version you submit, and ensure the version submitted has the value specified
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
