Forum: Java Oct 16th, 2007 |
| Replies: 2 Views: 474 yeah.. xD I just finished fixing it. I found out that there are some mistakes in symbols and somebody taught me some lacking statements.
thx for the reply. :) |
Forum: Java Oct 16th, 2007 |
| Replies: 2 Views: 474 Can anyone help me debug this, I am getting a lot of errors. :(
here's the example case:
User inputs..
Enter Row: 3
Enter Column: 3
Output |
Forum: Java Oct 11th, 2007 |
| Replies: 6 Views: 573 ok here's the questions that keep running on my mind.
1. what will i use for the input (you already gave me the link, i'll just need to search for more examples for it.)
2. what will i use for... |
Forum: Java Oct 11th, 2007 |
| Replies: 6 Views: 573 aww.. I can't figure it out yet. I guess I have to search more. xD uhmmm.. do you have some easy guides or examples? :D |
Forum: Java Oct 11th, 2007 |
| Replies: 6 Views: 573 Here it goes, we were told to make a Multiplication thingy that the user can Input something like 5x5 and then the output will be the answer. We were not taught on how to do it yet so I don't have... |
Forum: Java Oct 5th, 2007 |
| Replies: 5 Views: 716 wow.. thanks.. I'll study it carefully.. =) |
Forum: Java Oct 5th, 2007 |
| Replies: 5 Views: 716 uhmm.. can i ask for a guide or something, if its ok? xD I googled nested loop, but I'm still having a hard time. >.< |
Forum: Java Oct 5th, 2007 |
| Replies: 5 Views: 716 uhmmm.. we have this project, we were told to make an output.. "A multiplication table" I know that you guys don't don't give help if we don't give it a try. It's just that I don't know how to make... |
Forum: Java Sep 12th, 2007 |
| Replies: 2 Views: 601 yay.. my fault.. lol.. I forgot to input something.. thank you sir! =) |
Forum: Java Sep 12th, 2007 |
| Replies: 2 Views: 601 Hello guys, just wanna ask help from you again. I just reviewed my notes and tried to run the code, I successfully debugged it but when I ran the code it says
java.lang.NoSuchMethodError: main... |
Forum: Java Sep 9th, 2007 |
| Replies: 4 Views: 839 @peter_budo
thx for the help! Actually I didn't forgot the parse thing, I just don't know how it works. >.< We we're not yet taught about that. ~.~
Thx anyway, it was a big help. ^^ |
Forum: Java Sep 9th, 2007 |
| Replies: 4 Views: 839 @ede
I tried your suggestion, but the output always display "you belong to Mr.X" =(
import java.io.*;
public class Test5
{
public static BufferedReader input=new BufferedReader (new... |
Forum: Java Sep 9th, 2007 |
| Replies: 4 Views: 839 Hi everyone, I hope you guys can help me.
Output
Enter your department number:
You belong to:
1-3 = Mr.X
4-7 = Mr.Y
8-9 = Mr.Z |