Fanboi Channel

โปรแกรมเมอร์ที่รัก

Last posted

Total of 1000 posts

814 Nameless Fanboi Posted ID:TXrL8tZcK+

เรียน Java เรื่อง Class มาแต่เรียนไม่รู้เรื่อง
อาจารย์ให้ทำการบ้านเขียนตัวอย่าง Class ใน Java มา จะลอกโค้ดนี้ไปส่ง แต่จะแก้ไขยังไงดีไม่ให้อาจารย์จับได้

public class GateApplication {

public static void main(String[] args) {
Gate gate = new Gate();

while (true) {
if (gate.zombieAttemptToEnter()) {
gate.close();
} else {
gate.open();
}
}
}

}

Posts limit exceeded

Topic has reached maximum number of posts.

Please start a new topic.

Be Civil — "Be curious, not judgemental"

  • FAQs — คำถามที่ถามบ่อย (การใช้บอร์ด การแบน ฯลฯ)
  • Policy — เกณฑ์การใช้งานเว็บไซต์
  • Guidelines — ข้อแนะนำในการใช้งานเว็บไซต์
  • Deletion Request — แจ้งลบและเกณฑ์การลบข้อความ
  • Law Enforcement — แจ้งขอ IP address

All contents are responsibility of its posters.