Answered step by step
Verified Expert Solution
Question
1 Approved Answer
the questin is asking to write a program that has calculater integrated as one of the options when the menu comes out. also to calculate
the questin is asking to write a program that has calculater integrated as one of the options when the menu comes out. also to calculate the avrage of the grades of three students when the avrage option is rquested by user. and finaly a fortune teller option when requested.
Write a program that has a menu providing different features of the smaller programs The out put will show: Welcome to the software multi-tool. Choose one of the following: c: Calculator (The calculator program must be able to compute (+-,*.?) g: Grade book (ask from to 3 grades) f: Fortune teller q: Quit for (f) Out put This is the fortune teller. Please ask your yes-or-no question below: Will I pass this programming class? Yeso. Welcome to the software multi-tool. Choose one of the following: c: Calculator g: Grade book f: Fortune teller q: Quit This will combine the various bits of codes It will require the use of loops, obviously, also arrays for the grade book (3 students, 3 grades), CASE statements, and doing some research in order to use the RANDOM function required for the Fortune Teller feature, that will have a 50/50 chance of saying "Yes" or "No" to anything it is askedStep 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