Search:

Type: Posts; User: firebyrd

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,418

    Re: I have an error and need help.

    It was converted from pseudocode for a class project.
  2. Replies
    4
    Views
    1,418

    I have an error and need help.

    I can compile the code, but when I try to run the program it says that it cannot find the main class. Any help would be greatly appreciated.


    package tictactoe;

    import java.io.BufferedReader;...
  3. Replies
    1
    Views
    2,512

    Need help converting Pseudocode to java

    // main module
    Module main()
    // Local variables
    Constant Integer ROWS = 3, COLS = 3
    Declare Integer indexR, indexC
    Declare winX = 0, winO = 0, player, draw
    Declare String board[ROWS][COLS],...
Results 1 to 3 of 3