Kizspy.me 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.
(2 marks)
Zoom
2 of 3
Paper No: 1
The given file Q1.c already contains statements to enter a temperature in Celsius (C). You should
write statements to convert the temperature from Celsius (C) to Fahrenheit (F).
Hints: The conversion formula for converting temperature from Celsius to Fahrenheit can be
expressed as: F=Cx9/5+32
Where,
Fis the temperature in Fahrenheit.
C is the temperature on the Centigrade scale.
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
+ 100%
Close