does anyone know how to fix the problem here;(it says 'Public void input(int)' that line has a problem?
/**
* Write a description of class randommizer here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class temperature
{
private int input;
/**
* create input and response for user
*/
public temperature()
{
// do nothing
}
Public void input(int)
{
if(0 < 20) {
system.out.printIn("wear some shorts and sandals")
}
else {
system.out.printIn("please insert only numbers,ranging from -40 to 75")
}
}
}