TemperatureConverter
Hello everyone. im nrw to repl. A friend of mine recentky itroduced me to it and I think it is an amazing platform.
I have a question to ask concerning my simple java program that converts degrees fahrenheit to Celsius. It has no syntax errors in terms of what it can do but its having problems compiling. I have trued chaning it's name and and where to position the scanner class all to mo avail. If you could look at my repl and help me with my problem that would be nice.
Voters
You're missing a
;
at the end of line 1line 2 should start with
public
notPublic
line 7 only 2
n
sTry renaming it to
Main.java
and changing it topublic class Main
as wellThank you for those corrections. I think I tried running it with the both the public class main and also my user defined class and both worked. Thank [email protected]
@TheoChristian Could you mark my answer as correct
@19ecal Done.😊