Write a C program to input five numbers and print them out on a new line
Write a C program to input three real numbers and print them out as follows:
The first variable is ....... and the second one is ......
The last variable is ..........
The variable format specification is Variable 1 10 digits of 5 decimal, Variable 2 none default format and Variable 3 signed 10 digits 5 decimal.