Question: in C programing language Fall 2017/2018 CS 220: Programming in C and Unix Lab#07 In-Lab De a menu, enter values fro lfter all input has

in C programing language
Fall 2017/2018 CS 220: Programming in C and Unix Lab#07 In-Lab De a menu, enter values fro lfter all input has been stor the integer a single array that may contain either a float value, an integer value, or a character value. Using n the user to fill an array of maximum size 50 until the user chooses to stop. inalues, and print the alphabets stored in the array. You may need to use unions and enumerated data types to perform the task. Example run: 1. Entor an integer value 2 Enter a float value 3. Enter a character valuea 4 Quit Entor the value of your choice2 Enter the float value: 3.5 1 Enter an integer value Enter a float value 3. Enter a character value Quit Enter the value of your choice 3 Enter the character value: 1. Enter an integer value 2. 3 Enter a character valuo 4Quit Enter the value of your choice: 1 Enter a float value Enter the integer value 4 1. Enter an integer value 2. 4. Quit Enter the value of your choice 2 Enter the float value: 1.2 Entor a float value 3Enter a character value 1. Enter an integer value 2. Enter a float value 3. Enter a character value 4. Quit Enter the value of your choice: 7 Wrong choice. Please try again!! 1. Enter an integer value 2. Enter a float value 3. Enter a character value 4. Quit Enter the value of your choice:1 Enter the integer value: 5 1. Enter an integer value 2. Enter a float value 3. Enter a character value 4. Quit Enter the value of your choice: 3 Enter the character value: w 1. Enter an integer value 2. Enter a float value 3. Enter a character value 4. Quit Enter the value of your choice: 4 The largest float value entered is 3.50 The average of the integer values is 4.50 The alphabets entered: w
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
