請參考我的做法 class MyBook { private String title; private int pages; MyBook(String t, int p) { title = t; pages = p; } String getTitle() { return title; } void setTitle(String s) { title = s; } int...
分類:電腦與網際網路 > 程式設計 2012年12月07日
請參考我的做法 import java.util.*; public class Y2708 { static class MyStudent { private String name; private boolean[] taken; private int[] grades; MyStudent(String n) { name = n; taken = new boolean[10]; grades = new...
分類:電腦與網際網路 > 程式設計 2012年11月26日
... by my side well we got so much in store tell me what is it I'm ...take the future that we'll never know they can take the places that we said we will go all the broken...
分類:電腦與網際網路 > 程式設計 2011年11月01日
如果在括弧內, 算一次就跳出來了 for ( i = 0; i < y; i++ ) { answer *= x; // return asnwer; <<< wrong place . } return answer;
分類:電腦與網際網路 > 程式設計 2011年10月28日
...升起,如同你我所知的方式 well we got so much in store 我們有這麼多的回憶 tell me what is it i...never know 他們能取得我們未知的未來 they can take the places that we said we will go 他們能改變我們想去的...
分類:電腦與網際網路 > 程式設計 2011年10月26日
...without you by my side When we have so much in store tell me what is it I'm ...future that we'll never know They can take the places that we said we would go All the broken...
分類:電腦與網際網路 > 程式設計 2011年09月15日
...by my side When we had so much in store Tell me what is it I'm...future that we'll never know They can take the places that we said we would go All the broken...
分類:電腦與網際網路 > 程式設計 2010年11月19日
... address got your phone number too Visit all the stores where you buy all your clothes Been to secret places you think nobody knows If I have to live without you Nobody...
分類:電腦與網際網路 > 程式設計 2010年11月03日
... by my side well we got so much in store tell me what is it I’m reaching...take the future that we'll never know they can take the places that we said we will go all the broken...
分類:電腦與網際網路 > 程式設計 2010年08月25日
...如同你我所知的方式 well we got so much in store 我們有這麼多的回憶 tell me what is it...never know 他們能取得我們未知的未來 they can take the places that we said we will go 他們能改變我們想去的...
分類:電腦與網際網路 > 程式設計 2010年07月17日