Java Tuorial - OOP Language Basics Primitive Data Types Convert Units Conversion Tables
Updated : February 10, 2010 7:23 AM
Due midnight tonight for full credit.
Submitting prior to the end of class Thursday -5%
Submitting prior to midnight Thursday -15%
Create an Amain class that contains only a main method. Create a game and a counter. Write a loop with the following logic:
Create a new Game and counter. while the board is not full and x is not a winner and o is not a winner do the following: show the board. if the counter is odd, x makes a move - get the location from the user. if the counter is even, o makes a move - get the location from the user. show the board. Output the winner.
Create a new Game and counter.
while the board is not full and x is not a winner and o is not a winner do the following:
show the board. if the counter is odd, x makes a move - get the location from the user. if the counter is even, o makes a move - get the location from the user. show the board.
Output the winner.
Ala All Als Be Da D'Ar K Co K Cu Ki Lo My Sa Sc Vi Not Listed
Last Name :
Email :
Select one of the following that describes when and why you are filling out this form: This assignment is in on time. This assignment is in on time, being resubmitted due to a failed submission (I have a copy of the original submission). This assignment is a corrected submission for half the missed credit. This assignment is one day late and will lose 15%. This assignment is more than one day late (half credit at best). This assignment is late because of an EXCUSED absence. This assignment is being resubmitted at the request of the teacher.
Amain() complete class
Updated: Monday, January 3, 2011 2:11 PM