No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
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
2 Posted Topics
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...:( | |
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... |
The End.