Forum: Java Dec 1st, 2008 |
| Replies: 3 Views: 958 ok,
this is my modify code:
public class Num7
{
public static void main(String[]args)
{
char[] ch={'1','2','3','4','5','6','7','8','9'}; |
Forum: Java Dec 1st, 2008 |
| Replies: 10 Views: 580 alright,
i figure it out,
sorry..
my problem now is the condition,
the game stop after the user inputted the row and the column and display the value in that row and column,
what should i do to... |
Forum: Java Dec 1st, 2008 |
| Replies: 3 Views: 958 alright..
i have a problem on how to sort the output
my code is here:
public class Num7
{
public static void main(String[]args)
{
char[] ch;
ch=new char[20]; |
Forum: Java Dec 1st, 2008 |
| Replies: 10 Views: 580 alright..
i print now the output that i wanted..
i have a question again..
i want to hide the values of the cards in my output.
here is my modified code:
import java.io.*;
public class Num2... |
Forum: Java Dec 1st, 2008 |
| Replies: 10 Views: 580 where is the exact location where in i change the System.out.print into System.out.println?
can you post it? |
Forum: Java Dec 1st, 2008 |
| Replies: 10 Views: 580 my problem here is i want the output to be print like this:
example:
Please insert the first card row: 1
Please insert the first card column: 2
Please insert the second card row: 3
Please... |
Forum: Java Nov 30th, 2008 |
| Replies: 10 Views: 580 ok,
i get it
here is my modified code:
import java.io.*;
public class Num2
{
public static void main(String[]args)throws IOException
{
BufferedReader a=new BufferedReader(new... |
Forum: Java Nov 30th, 2008 |
| Replies: 10 Views: 580 hi everyone,
can someone help me w/ this
here is my code:
import java.io.*;
public class Num2
{
public static void main(String[]args)throws IOException
{
BufferedReader a=new... |