พบ 1 ผลลัพธ์

โดย qtscc
06 ส.ค. 2015, 13:39
บอร์ด: Programming - C/C<sup>++</sup>& java
หัวข้อ: งง code java ครับ เกี่ยวกับ Array and Loop
ตอบกลับ: 1
แสดง: 9856

Re: งง code java ครับ เกี่ยวกับ Array and Loop

โค้ด: เลือกทั้งหมด

Scanner sc = new Scanner(System.in);
		int student = sc.nextInt();
		for(int i=1;i<=student;i++)
			System.out.println("Student "+i);

ค้นหาขั้นสูง