Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need 1 through 5 answered. I am not sure can just count me for 5 or if I should post each one I need
I need 1 through 5 answered. I am not sure can just count me for 5 or if I should post each one I need done seperate. questions asked .. .. please me know. thank you.
Please do the following exercises(Make sure that you Declare any variables you need in your pseudo-code)[Also include both pseudo-code and Visual Logic Image when you turn in your solutions) 1.) Write the pseudo-code for an application that converts a Fahrenheit Temperature into a Celsius Temperature. (Formula is: Cel = (Fahr-32.0) * (5.0/9.0)) 2.) Write the pseudo-code for an application that calculates the area of a Circle. Read in the Radius and calculate the area and display the results. (Formula is: Area = pi* radius * radius ) 3.) Write the pseudo-code for an application that calculates the area of a Square. Read in the length of one side of the Square and calculate the area and display the results. (Formula is: Area = side * side ) 4) Write the pseudo-code for an application that calculates the area of a Rectangle. Read in the height and width of the Rectangle, then calculate the area and display the results. (Formula is: Area = height * width ) 5 Write the pseudo-code for an application that reads in 3 Quiz scores, calculates the average of the 3 Quizzes and prints out this average score
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started