Java homework6

1:需求:請設計一個方法,可以實現獲取任意範圍內的隨機數。 import java.util.Scanner; public class Test {   public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("請輸入隨機數的最小值:"); int start=s
相關文章
相關標籤/搜索