C++

profileALEXOLIVA6

 

Create a program that will compute:

  1. The area and circumference of a circle.  Prompt the user to enter the radius. Use 3.14159 for pi.
  2. The area and the perimeter of a rectangle. Prompt the user to enter the length and the width.
  • Use the plan you created last week. If need be revise your pseudocode and algorithm to match expect output and Mimir test cases. 
  • Once again desk check your pseudocode and algorithm.
  • Do not allow for invalid input.
  • Allow for positive values only.
  • Format to 3 decimal places
  • 4 years ago
  • 15
Answer(2)

Purchase the answer to view it

blurred-text
  • attachment
    S.CODE.pdf
  • attachment
    main.cpp

Purchase the answer to view it

blurred-text
  • attachment
    deskcheck.pdf
  • attachment
    cases.pdf
  • attachment
    main.cpp
  • attachment
    revised.txt