โ Back to Structs
Question 137
Celsius Struct to Fahrenheit
Celsius Struct to Fahrenheit
A Temperature struct with an int field celsius is defined and initialized to {100}. Print the Fahrenheit value using F = C * 9 / 5 + 32, in this exact format:
Fahrenheit: 212Expected Output:
Fahrenheit: 212
Topics:
Structs
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.