Forum: C Mar 10th, 2008 |
| Replies: 4 Views: 810 |
Forum: C Mar 10th, 2008 |
| Replies: 4 Views: 810 ok.thanks. however i need to continue the program just if the user wish to.(by typing yes).So can you help me with that? |
Forum: C Mar 10th, 2008 |
| Replies: 4 Views: 810 hey guys I have a question on this guessing game. I want to make this game to repeat. when the guess is correct, i wanted the user to input 'y' or 'n' and if yes it should repeat. How can i do that?... |
Forum: C Mar 7th, 2008 |
| Replies: 1 Views: 423 hey guys
How do you write and statment to input the values for the elements of array(x[i][j]) from the terminal?
Do we have to use a for loop? |
Forum: C Mar 7th, 2008 |
| Replies: 4 Views: 486 |
Forum: C Mar 7th, 2008 |
| Replies: 4 Views: 486 Thanks man
So it means that it have 2 rows and 5 columns??
and do u know how to name the elements in a row.as a example in the second row
will it be like following?
t[1][0] |
Forum: C Mar 7th, 2008 |
| Replies: 4 Views: 486 hey guys
How do u define a 2by 5 array..is it mean
int t [2][5]..
how do u figure out how many elements in the array? |