Question: C Programming Present a menu with the following options: 1) print author info 2) Enter integer 3) Enter double 4) print values 5) Clear data
C Programming
Present a menu with the following options: 1) print author info 2) Enter integer 3) Enter double 4) print values 5) Clear data 6) Sort data 0) Exit Author info prints your name and id Clear data deletes all entered data Sort data sorts both the integers and the double values Enter integer allows the user to enter an integer value that will be stored Enter double allows the user to specify a double (or float if you choose) value to be stored print data prints out all stored data Your program needs to be able to support up to 532 values of each type, you do not need to ensure that they user does not go over the limit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
