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
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