id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tj@tjleone.com > celsius2fahrenheit
prev  |  next  |  chance

Convert Celsius into Fahrenheit. The parameter celsius gives the temperature in Celsius. Return the equivalent temperature in Fahrenheit.


celsius2fahrenheit(50) → 122
celsius2fahrenheit(100) → 212
celsius2fahrenheit(0) → 32

...Save, Compile, Run (ctrl-enter)

public int celsius2fahrenheit(int celsius) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 110 Post-solution available

Copyright Nick Parlante 2017 - privacy