Question: in c + + form thanks Write a program for each of the following problem statements: 5 points - documentation for programs ( comments ,
in c form thanks Write a program for each of the following problem statements:
points documentation for programs comments descriptive program names, descriptive variable names
menushapecpp Create a program that displays a menu to calculate the area of a circle, a rectangle, a square, or a triangle. The program should calculate the area of the figure selected. The display should look something like this:
Shape Area Calculator SAC
Calculate the area of a Circle
Calculate the area of a Rectangle
Calculate the area of a Square
Calculate the area of a Triangle
Quit
Enter your choice :
points display of menu
points validate input for menu options
points correct output for each option
mathgamecpp Create a program that displays a menu to select addition, subtraction, or multiplication. Using random numbers between and including and present a math problem of the type selected to the user. Display a "correct" or "incorrect" message after the user enters their answer.
points display of menu
points validate input for menu options
points correct addition
points correct subtraction
points no negative answers allowed for subtraction
points correct multiplication
bonus points implement a division option with no decimal answers and no division by zero
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
