@ziasepsis-0NGPzn
•
Oct 26, 2024
Oct 26, 2024
1.3K
Help me: Find the error in this java program
import java.util.Random;
public class rad
{
public static void main(String args[])
{
int temp;
Random rand=new Random();
temp = rand.nextInt(6);
System.out.println("the temp is:"+temp);
}
}
the error msg is "wrong...