Question: Write a C# console application that computes the area of a circle, rectangle, and the surface area of a cylinder. Display a menu showing the
Write a C# console application that computes the area of a circle,
rectangle, and the surface area of a cylinder. Display a menu showing
the three options. Allow users to input which figure
they want to see calculated. Based on the value inputted, prompt for
appropriate
dimensions and perform the calculations and display the result
accordingly Round the result to decimal places
Write a C# console application that reads a student's grade and
displays the letter grade. It should validate the input before
processing it ie if the input is negative or more than output an
error message and stop the program. If the input is not a number,
output an error message and stop the program, too. There is one
requirement: to determine the letter grade, use switch...case
grade
grade
grade
grade
Grade
Design a C# Windows Forms Application that calculates the
amount of profit an organization receives based on its sales. The more
sales documented, the larger the profit ratio. Allow the user to input
the total sales figure for the organization. Compute the profit based on
the following table. Display the sales, the profit ratio and profit. Your
solution should validate the entered sales information.
$ $:
$$:
$$:
over $:
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
