Question
I'm using visual studio C# make Console program using what we've learned in class and in the textbook, chapters 1-8 (exclude chapter 3), to implement
I'm using visual studio C#
make Console program using what we've learned in class and in the textbook, chapters 1-8 (exclude chapter 3), to implement (code) an interactive program that: 1. Displays a menu 2. Accepts a menu selection from the user 3. Calculates results of formulas or performs actions per figure 1. below. 4. Pauses so the user can read the results of the formula selected 5. Accepts keypress from user to go back to menu and wait for next user selection Note: if the user makes an invalid selection ignore it and display a "helpful" message Your menu program should display a menu that looks similar to this
1. Calculate rectangular area (length )4: Width) 2. Calculate triangular area. (1/2. base x height) 3. Calculate circumference of a. circle given radius (2 X PI x r) 4. Print ordinal starting position of "Mink" in the tagline "Think Mink!\" 5. Convert keyboard input to all uppercase 6. Convert keyboard input to all lowercase 7. Exit Brett's Simple Formula Program Select Option: _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