Question: Develop a menu driven C + + program to perform the following operations. The operations include: Velocity Computation Refer to textbook Section 2 . 9
Develop a menu driven program to perform the following operations. The operations
include:
Velocity Computation
Refer to textbook Section page for background information and how to compute
the velocity and acceleration of the aircraft after a change in power level. Your codes
should use one of the structuring input loop approaches. So that if user selects this
operation, you codes can compute velocity and acceleration for all the time values the
user may have; your codes should use minutes instead of seconds as the input value.
Remember that the equations will still assume that the time values are in seconds; the
output values should be printed in feet per second and feet per second Recall that
meter inches.
Computerassisted instruction
Develop a function CAI that simulates computerassisted instruction that will help an
elementary school student learn multiplication. The function first uses random generator
to produce two onedigit integers. The function then should prompt the user with a question,
such as
Use uppercase for the multiplication symbol in the question. The student then inputs
the answer. Next the program checks the student's answer. If it's correct, display the
message "Very good!". If the answer is wrong, display the message No Please try again"
and display the question again until the student finally gets it right. hint:
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
