Sign InCreate Account

EditorProjectsPseudocode TutorPractice QuestionsCode ConverterCode GeneratorFlowchartsUpgrade
Back to Problems
PreviousNext

You need to sign in to test your code and save your progress on this question.

Problem Description

Temperature Conversion

Easy
Exam Style
Arithmetic

Write a program that takes a temperature in Celsius as input and outputs the equivalent temperature in Fahrenheit. The formula is F = C * (9/5) + 32.

Example Input

0

Example Output

32

Success Rate:

0% (0 passed / 0 attempted)

Code

Unsaved

Test Results

Click "Run Code" to evaluate your code against the tests.

Product

For SchoolsOverviewFeaturesFAQ

© 2026 PseudoEditor. All rights reserved.