大家帮我看看这段程序
public class tempreturepublic static void main (String []args)
{double huashi=80;
double sheshi=5/9.0*(huashi-32);
System.out.println(huashi=80,
sheshi);
}
}
Type mismatch: cannot convert from double to long
The method println(long) in the type PrintStream is not applicable for the arguments (long, long)
at tempreture.main(tempreture.java:4)
这是什么错误呀?