Question: Assignment 1 tests your knowledge of algorithms and flowcharts (Chapters 1,1A and 1B ). For the assignment you are going to develop a specific algorithm
Assignment 1 tests your knowledge of algorithms and flowcharts (Chapters 1,1A and 1B ). For the assignment you are going to develop a specific algorithm and create the flowchart for it. All the file and variable names are exact/precise so call them as requested. The algorithm/flowchart should have the following exact/precise steps, variable names, messages, computation, and format: 1. Output a message "Please enter a Number: " that asks the user to enter a number. 2. Input a value from the user into a variable called Number. This can be any number the user wants; do not hardcode a value. 3. Compute the area of the square 1 with the side Number and store it in a variable called Areasquare. 4. Compute the area of the circle 2 with the radius Number and store it in a variable called Areacircle. 5. Output a message "The area of the square is ". 6. Output the value of the variable Areasquare. 7. Output a message "The area of the circle is " 8. Output the value of the variable Areacircle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
