code it to java. You will create a program that prints out a Berber Rug design. You should be using loops and nested loo
Posted: Fri May 20, 2022 12:57 pm
code it to java.
You will create a program that prints out a Berber Rug design.
You should be using loops and nested loops to create the design
since you are not allowed to print more than one character at a
time.
Your rug must be at least 14 characters wide and 40 characters
long. You may use any of the following characters to create your
rug: x @ # / \ | and spaces
Your pattern must include at least three
different design features. (They can be different
sizes than the examples shown here.)
The design features found in a Berber rug are:
Empty Diamond
Full Diamond
Nested Diamonds
Diagonals (horizontal or vertical)
Squares
Or square alternating
Note: You CANNOT create/edit a String variable and print it out
at the end as your finished rug. The rug must be printed throughout
the program.
For inspiration see the image of one I did (yours does not have
to be exactly like this!!):
Submission:
Make sure to submit your code and a screenshot of your final
design!
Be sure to use proper indentation in your code.
You will create a program that prints out a Berber Rug design.
You should be using loops and nested loops to create the design
since you are not allowed to print more than one character at a
time.
Your rug must be at least 14 characters wide and 40 characters
long. You may use any of the following characters to create your
rug: x @ # / \ | and spaces
Your pattern must include at least three
different design features. (They can be different
sizes than the examples shown here.)
The design features found in a Berber rug are:
Empty Diamond
Full Diamond
Nested Diamonds
Diagonals (horizontal or vertical)
Squares
Or square alternating
Note: You CANNOT create/edit a String variable and print it out
at the end as your finished rug. The rug must be printed throughout
the program.
For inspiration see the image of one I did (yours does not have
to be exactly like this!!):
Submission:
Make sure to submit your code and a screenshot of your final
design!
Be sure to use proper indentation in your code.