Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~305 People Reached
Favorite Tags
Member Avatar for yurixzach

Hi. I am new in using Eclipse IDE, Tomcat 6... I can't run even the simplest project (Hello World) because of the error about ports. I've already browse the internet and do the configurations but still my problem is there. I have no one to ask about eclipse other than …

Member Avatar for peter_budo
0
123
Member Avatar for yurixzach

Hi... I really have a big problem in this program... I dont know how to properly read a user input from a text file. I will really appreciate your help. thanks. [QUOTE]import java.util.*; import java.io.*; //--------------------------in this part is my problem----------------------// public void openFile() { File myFile = new File("students.txt"); …

Member Avatar for NormR1
0
136
Member Avatar for yurixzach

Hello... How to compute the diagonal equivalent in a multiplication table? And how to find its center point? ex. (MULTIPLICATION TABLE)-OUTPUT Enter columns: 5 Enter rows: 5 [COLOR="Green"]1[/COLOR] 2 3 4 5 2 [COLOR="green"][COLOR="green"]4[/COLOR][/COLOR] 6 8 10 3 6 [COLOR="Red"][I]9[/I][/COLOR] 12 15 4 8 12 [COLOR="green"]16[/COLOR] 20 5 10 15 …

0
46