Write a program to print the following robot figure.
Use static methods with (nested) loops and a class constant, SIZE, to scale the figure. Each print statement should print at most one of the same character (i.e. use loops to get more than a single, or set of, characters to print). Methods and loops should be used to avoid redundancy.
Scaling of SIZE will affect both the height and width of the figure, as shown. Your code should be able to scale by factors of two by adjusting the class constant (SIZE = 2, SIZE = 4, SIZE = 6, etc.). robots.txt download Copy and paste your output for sizes 2, 4 and 6 into a text file (.txt).
You can use notepad or word, then add a short reflections report in that file of how this exercise went. Describe what went smoothly, what was difficult. Where did you grow as a programmer? Upload your .java file along with your .txt file to canvas.
Grading criteria 5 pts: Methods used which illustrate overal stucture, 1 pt Nested Loops, 1 pt Avoids Redundancy, 1 pt Accurate Output for each SIZE, 1 pt Reflections Report, 1 pt robots.txt download
HINT: Watch and do the coding from the video Space Shuttle before doing this assingment if you want it to be easier.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
30 | 31 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 1 | 2 | 3 |