I want to write a program that allows the user to guess a number between 0 and 100 in 7 attempts. I don't know why is this not working

后端 未结 0 1470
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 22:36
import java.util.Scanner;

class Main {
  public static void main(String[] args) 
  {
    Scanner scan = new Scanner(System.in);
    int rnd = (int) (Math.random() *         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题