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
~248 People Reached
About Me

I'm not really good at anything.. I do things that I want, act on my own and do things alone. Nothing works on me nor any fits my personality, thats why I always wanted to eat!!! hahahahaha

Interests
Playing DOTA.. (hehehe).. programming sometimes... but eating and sleeping more often... hahahaha
Favorite Forums
Favorite Tags
Member Avatar for raija09

public class solve{ public static void main (String []args){ A cs = new A(); int first=34; int second=4; System.out.println("Sum:" + cs.add(first,second)); System.out.println("Difference:" + cs.subtract(first,second)); } } i got this code, unfortunately it refuses to run.. please help.. Something is wrong with "A", dnt know what it is...:(

Member Avatar for stephen84s
0
152
Member Avatar for raija09

anybody out there who can make a program that adds a user input... for example... if the user enters 123456... the program must add 1+2+3+4+5+6 and display its sum; thats all... please help me on this... really need it... tnx a lot...

Member Avatar for ericstenson
0
96