Saved Bookmarks
| 1. |
Develop a geometry calculator that will do the following things: It should give the user many options to choose between (user should right 1. 1 if he/she wants to calculate something related to circle, 2 for rectangle and so on). Like. 1. Circle a):Area b): Circumference 2. Rectangle a):area 3. Triangle a):Area b): base 4. Parallelogram a):Area 5. Trapezoid a): Area 2. Each of these operations must be handled by a function 3. You should use call by value, call by reference with pointers in any of these functions 4. Program should continue as long as the user has to calculate something. If he/she is done, the program should give some way to finish. 5. Output and input should be clear and understandable . |
|
Answer» ONG>ANSWER: hugkgbtjohyuotbkbnhkgjtfrhvuj |
|