Any valid Java expression can be substituted for the string ``Hello, world'' in the class Hello above. The resulting program will print the value of the specified expression. For example, the program
class Hello {
public static void main(String[] args) {
System.out.println((98.-32.)*(5./9.));
}
}
prints the value
which is the Centigrade equivalent of 98 degrees Farenheit.36.66666666666667