Public demo question Compiler-free preview for SEO traffic

Fundamentals of computing in c

Compiler tools (GCC/Clang), IDEs (CodeBlocks, VS Code), Moodle LMS, Coding Platform (e.g., DeeplyCode)

Level: 1 Grade weight: 5 No login required
Only the question statement is visible. Workspaces, compilers, and submissions stay disabled here.

Sara lived in Jordan for a long time, and she knows how to deal with temperature in Celsius (C). Sara travelled recently to Canada, and she should now start learning how to calculate the values of temperature in the Fahrenheit (F).

Write a program that reads a real value that represents the temperature in (C) and then calculates the equivalent value in (F).

 

Hint: The approximate relation is 1 F = (C * 9/5) + 32.

Key topics
I/O Variables