Create a program that has the following requirements: 4.1 menu driven program that has at least 6 options (6th option is for exit) 4.2 pick a problem from the following categories: Advanced Math Numerical Physics Calculus Statistics 4.3 The following structures must be evident in your program Conditional structure Looping structure Array Programmer Defined Functions 5. ALL PROCESSES WHICH INVOLVE COMPUTATION MUST BE A PROGRAMMER DEFINED FUNCTION 6. No need to create a Header file.
. Create a
4.1 menu driven program that has at least 6 options (6th option is for exit)
4.2 pick a problem from the following categories:
Advanced Math
Numerical
Physics
Calculus
Statistics
4.3 The following structures must be evident in your program
Conditional structure
Looping structure
Array
Programmer Defined Functions
5. ALL PROCESSES WHICH INVOLVE COMPUTATION MUST BE A PROGRAMMER DEFINED FUNCTION
6. No need to create a Header file.
Step by step
Solved in 2 steps