Instructions Write a program that asks the user for the height of a diamond and outputs an ASCII diamond that occupies severalrows equal to that size. See the screenshots below for a better idea of how this program should execute. Note that if the height is an even number, then the actual height should be one less. (Example, a diamond with a height of 8 would be 7 outputted). Sample Output: Microsoft Visual Studio Debug Console What is the height of this diamond? 19 Microsoft Visual Studio Debug Console what is the height of this diamond?8 Microsoft Visual Studio Debug Console what is the height of this diamond? 5

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Instructions
Write a program that asks the user for the height of a diamond and outputs an ASCII diamond that
occupies severalrows equal to that size. Seethe screenshots below for a better idea of how this
program should execute. Note that if the height is an even number, then the actual height should be
one less. (Example, a diamond with a height of 8 would be 7 outputted).
Sample Output:
Micresoft Visual Studio Debug Console
What is the height of this diamond? 19
Microsoft Visual Studio Debug Console
what is the height of this diamond? 8
Microsoft Visual Studio Debug Console
What is the height of this diamond? 5
Transcribed Image Text:Instructions Write a program that asks the user for the height of a diamond and outputs an ASCII diamond that occupies severalrows equal to that size. Seethe screenshots below for a better idea of how this program should execute. Note that if the height is an even number, then the actual height should be one less. (Example, a diamond with a height of 8 would be 7 outputted). Sample Output: Micresoft Visual Studio Debug Console What is the height of this diamond? 19 Microsoft Visual Studio Debug Console what is the height of this diamond? 8 Microsoft Visual Studio Debug Console What is the height of this diamond? 5
Note: This is NOT the only way this program can execute. You should think of multiple ways this can be
executed.
Hints:
1. You will need to divide printing the diamond into two separate loops: one that prints the top of the
diamond and one that prints the bottom.
2. To print each row of the diamond, use 3 additional nested loops:
a. First loop outputs the spaces to the left of the asterisk(s).
b. The second loop outputs the asterisks.
C.
The third loop outputs the spaces to the right of the asterisks(s).
3. The number of spaces for each side is calculated as followed:
spaces = (height-num_asterisks) /2
4. The number of diamonds is determined as followed:
a. The first row has 1 asterisk.
b.
The second row has 3 asterisks.
C.
The third row has 5 asterisks.
d. The fourth row has 7 asterisks.
You will add 2 to each row until you get to the maximum width.
5.
The width is the same as the entered height of the diamond.
Transcribed Image Text:Note: This is NOT the only way this program can execute. You should think of multiple ways this can be executed. Hints: 1. You will need to divide printing the diamond into two separate loops: one that prints the top of the diamond and one that prints the bottom. 2. To print each row of the diamond, use 3 additional nested loops: a. First loop outputs the spaces to the left of the asterisk(s). b. The second loop outputs the asterisks. C. The third loop outputs the spaces to the right of the asterisks(s). 3. The number of spaces for each side is calculated as followed: spaces = (height-num_asterisks) /2 4. The number of diamonds is determined as followed: a. The first row has 1 asterisk. b. The second row has 3 asterisks. C. The third row has 5 asterisks. d. The fourth row has 7 asterisks. You will add 2 to each row until you get to the maximum width. 5. The width is the same as the entered height of the diamond.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY