Question: In C + + write a program that uses these funtions to make a rocket void drawChars ( char ch , int numChars ) ;
In C write a program that uses these funtions to make a rocket void drawCharschar ch int numChars;
void drawTrianglechar ch int numRows, int offset;
void drawTrapezoidchar ch int topWidth, int numRows;
void drawRectanglechar fillChar, char borderChar, int numRows, int numCols, int offset;
void drawRocketint size;
Call drawTriangle and drawRectangle followed by drawTrapezoidZsize size;
Just three lines of code in total.
You figure out arguments for drawTriangle and drawRectangle.
see the image for an exaple run of how its supposed to be:
Also
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
