Question: please):! Revision on Programming-1 TASK#1 (review on Decision structure) Draw a flowchart, and then write a C++ program that asks the user for his choice:
Revision on Programming-1 TASK#1 (review on Decision structure) Draw a flowchart, and then write a C++ program that asks the user for his choice: 1 or 2. If the user enters 1, then the program calculates the area of a circle. If the user enters 2, then the program calculates the perimeter of a circle. In the end, the program should display the area and the perimeter to the user. (hint: Pi=3.14) C++ Programmering From Problem Analysis to Program Design Fith Edition Revision on Programming- TASK#3 (review on Arrays) - Write a program to find the largest element in a list (array of elements). Your program should ask the user for the numbers, find largest element, and then print it on the screen. Write the C++ code Show a sample-run suing you own input data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
