Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: A java beginner needs a lot of help and ideas

  1. #1
    Junior Member
    Join Date
    May 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default A java beginner needs a lot of help and ideas

    My name's Vesa Qerimi,I'm a student in the University of Prishtina,Kosovo.I'm studying Computer Science and this is my first year.Yesterday our assistant gave us some programming projects, we have to finish them and after finishing them he will grade us.
    I wanted to find people who could help me because I am on my own and I don't know any expert in this field.

    So I will post you my project and I will wait for you ideas and codes.
    Thank you very much for your understating.
    P.S(We didn't learn anything about arrays so this code should be as simple as possible)



    1.
    Write a program that lets two players play a game of tic-tac-toe (noughts and
    crosses). (Hint: the model simulates the game board, whose internal state
    can be represented by three strings, representing the three rows of the board.
    Write methods that can insert a move into the board and check for three-in-
    a-row. (Note: use the charAt and substring methods for strings; see Table 9,
    Chapter 3 for details about substring.)
    It is simplest to build the game for only one player at first; then add a second
    player. Next, revise the game so that the computer can compete against a
    human player.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: A java beginner needs a lot of help and ideas

    I suggest you post something you have started, because without it no one is going to do it for you. You mentioned arrays, and the Sun java tutorials are a great place to start
    Arrays (The Java™ Tutorials > Learning the Java Language > Language Basics)

Similar Threads

  1. I need ideas on how to read this
    By thursgun in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: April 21st, 2010, 09:31 PM
  2. [SOLVED] Java Beginner: Help with methods and returning values (hailstone program)
    By alf in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 14th, 2010, 06:28 PM
  3. Beginner needs help with simple java assignment.
    By joachim89 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: January 6th, 2010, 07:53 PM
  4. Java Beginner
    By rannoune in forum Java Theory & Questions
    Replies: 3
    Last Post: December 25th, 2009, 03:30 AM
  5. Any ideas for begginer?
    By SwEeTAcTioN in forum Java Theory & Questions
    Replies: 11
    Last Post: October 27th, 2009, 03:28 AM