Notes
Solutions will be marked by Automated Marking Software.
The use of tools other than those allowed in the above section whether intentionally or unintentionally, is considered a violation of the exam rules, and the score is 0
Do not change the names of the folders, files and struct (format) of .c files specified in the exam. If you change it, the grading software can not find the execute file (.exe) or the output results to score, thus the exam result will be 0
Do not edit given statements in the main function. If you change, the grading software may not be able to score and the exam result will be 0.
Question 1 (2 marks)
2 of 3
Paper No: 1
The given file Q1.c already contains statements to input the radius of a circle. You should write statements to calculate the area of the circle with area= 3.14* radius* radius
Notes:
- Do not edit given statements in the main function.
- You can create new functions if you see it is necessary.
- The output result is formatted in two decimal places
Zoom
+ 100%
Close