Q8 Write a program to find the absolute value of a number entered through the keyboard
Program: 76
Write a c program to find the absolute value of a number entered through the keyboard.
Output:
Enter a number: -12 The absolute value of -12 is 12
Write a c program to find the absolute value of a number entered through the keyboard.
Enter a number: -12 The absolute value of -12 is 12
if(num > n) right
check your code