1.Write a C program that asks the user for a floating point number and displays the absolute value of the number. You ar
Posted: Mon Jun 06, 2022 6:24 pm
1.Write a C program that asks the user for a floating point number and displays the absolute value of the number. You are not allowed to use the abs or fabs functions. [4 Marks]