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.

~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ndrichim

Hello frinds. i want to create a blog.in a table will be a short brief about any story.and when thhe user clicks on a part of that short text it will direct him into a full page with the full text.I have puted them into a table but i dont …

Member Avatar for ddanbe
0
85
Member Avatar for ndrichim

hello. i have created String name,surname,country; int age; and a scanner which takes informations from keyboard. and this print lines: System.out.println("Name\t Surname\t Age\t Country); System.out.println(name+"\t"+surname+"\t"+age+"\t"+country); NORMALLY: EX: Name Surname Age Country JOHN smith 35 uk but IF NAME HAS TOO MANY CHARS IT IS NOT DISPLAYED IN THE SAME COLUMN. …

Member Avatar for ndrichim
0
201
Member Avatar for ndrichim

Hello there.i have to find if elements of a row are equal to elements of another row.this is my code but it wont work. when k becomes 1, i want the for loop at i to start with i=2; can you help ????? int b[][]={ {1,2,23,4,5}, {6,1,8,9,28}, {11,12,13,14,15}, {1,17,18,19,20},}; for(int …

Member Avatar for ndrichim
0
140
Member Avatar for androidf

I need to have a update button to update a edited textfield and save it to the database. I have created the button but have no idea on how to make it update the edited textfield and update the SQL database automatically. Pls help!!): This is my code: [CODE]private JButton …

Member Avatar for androidf
0
1K
Member Avatar for ndrichim

hello there. i have a two dimensional vector. int numbers[][]=new int[5][4]; i want to find if elements of row numbers[1] are equal to elements of row numbers[2]; i wrotted this code; for(int i=0;i<5;i++){ for(int j=0;j<4;j++){ if(numbers[i][j]==numbers[(i+1)][j]{ System.out.print(numbers[i][j]); } } }

Member Avatar for NormR1
0
514
Member Avatar for ndrichim

hello.i have a homework in java wich asks to create this program: there would be n persons who are going to rate songs. for n persons we will ask their name,surname,sex and age.after this each person will rate(vote) with points the song we have given to them.there are 15 songs …

Member Avatar for Philippe.Lahaie
0
335