Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~982 People Reached
About Me

A BSIT Student of STI College Koronadal =)

Interests
JAVA
PC Specs
A computer that don't LAG
Favorite Tags
Member Avatar for kumpul101

Hi!. Well, we have an assignment, and we will make a program in which I will be selecting a subject from the JComboBox, and when I have my selected subject. It will appear in the Text Field below the Combo Box. any ideas? //not the codes :) [CODE]import java.awt.*; import …

Member Avatar for mKorbel
0
141
Member Avatar for kumpul101

So, we have an internet cafe. and we have the "SERVER" to log in and log out the customers. So, the server can connect to the clients. The problem is. i can't connect to the internet.. I rebooted the pc. and still, i cant connect to the internet. I cant …

Member Avatar for efmesch
0
152
Member Avatar for kumpul101

we have a case study to accept user input or should i say... INPUTS from user input :: must not exceed 5 digits. when the user inputs 0 (zero) .. it will reverse his inputs from before. how can i reverse them?? can this could do the job? [CODE]public static …

Member Avatar for JamesCherrill
0
183
Member Avatar for kumpul101

We have an exercise and it asks to create a program that will ask the user to initialize 2 character arrays, then compare the value of the variables(or the character array). My problem is with the initialization: I will create 2 char Arrays, then. How can I have the input …

Member Avatar for kumpul101
0
187
Member Avatar for kumpul101

Okay, We have a Laboratory Exercise that, asks a user to input his/her name and gives an output of its initial (from the input NAME). example: My name is Dani A. Ona and the output is >> D A O. My instructor said that I will use `CharAt()` ... is …

Member Avatar for mvmalderen
0
212
Member Avatar for kumpul101

hello guys, i am very new here. [CODE]public class quiz{ public static void main (String args[]){ for (byte i = 1; i <= 5; i++){ for (byte j = 1; j <= i; j++){ System.out.println(i); } System.out.println(); } } }[/CODE] I can't simply explain that code. and it gives me …

Member Avatar for JamesCherrill
0
107