Question: Please help, writing this program in C, not C++, NOTE: you can cast from float to int, read input as %f for scanf, but please
Please help, writing this program in C, not C++,
NOTE: you can cast from float to int, read input as %f for scanf, but please no "for" loop, no "%f" in printf(), only using %d, %c in printf and only use while, if, if-else loop. Thank you so much

Objective: 1. get familiar with the process of completing a programming project in UNIX 2. declare and use of variables of basic types: int, char, float, and array 3. learn the basic human-computer interface with standard IO (printf, scanf) 4. use basic if and if-else statements for program selection 5. use while loop for program repetition 6. practice on designing and implementing algorithm/strategy to solve problems Description: In this project, you will design and implement a program that prints out numbers, both integers and floating point (real numbers), in a variety of formats, using only the basic sd and &c format specifiers. Using other format specifiers (such as %nd. %) will result in a loss of points. The program will prompt the user to choose from a menu of options and from there your program will interact with the user to get input number and print it out in the required format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
