Kammaganti Kamal

Greenhorn
+ Follow
since Jul 12, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kammaganti Kamal

Clue :

Simple Insert Statement : Insert into tablename values('100');




this code works fine :

12 years ago
Can you post any sample code that you have worked on
12 years ago
Did you try compiling a class without main method ?
12 years ago

naved momin wrote:we ask for user input in c by writing & (ampersand) but how to achieve this in java ?
i mean how to take input from user ?



Read about "System.in" in java .If not , then make further reading on this .. this will solve your question
12 years ago
Hi Roy ,

The for loop of your code indicates the problem . you may replace it with the below mentioned code

12 years ago