> src
Notes
Solutions will be marked by Automated Marking Software.
(1 mark, file to be edited: Q1.c)
The program allows the user to input two real numbers, 'x' and 'y', from the keyboard, with the value of 'y' non-zero.
Print the result of the x/y calculation with three digits after the decimal point.
Here is an example of how the program runs:
2 of 2
Paper No: 3
Enter x = 3.5555; y = 5.222
3.5555
5.222
OUTPUT:
0.681
Press any key to continue
Question 2:
Zoom
+ 100%
Close