Question: Write a C++ program that prompts the user to enter the length of a side of a rhombus and then print the rhombus accordingly.
Write a C++ program that prompts the user to enter the length of a side of a rhombus and then print the rhombus accordingly. For example, if a user enters 5 as the length, then your program should print the following rhombus like shape. 1 22 333 4444 55555 4444 333 22 1
Step by Step Solution
3.56 Rating (153 Votes )
There are 3 Steps involved in it
include int main i... View full answer
Get step-by-step solutions from verified subject matter experts
