code it to java. You will create a program that prints out a Berber Rug design. You should be using loops and nested loo

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

code it to java. You will create a program that prints out a Berber Rug design. You should be using loops and nested loo

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply