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
~141 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for soumyadityac

I cant get this program working. Cant really sort out where i am wrong. The program works fine without the save/load object feature. Please help!! import java.io.*; class Account { String name ,accno; double bal; void withdraw(double amt) { System.out.print("Processing"); for(double pr = 0; pr<500000000; pr++); System.out.print("."); for(double pr = …

Member Avatar for JamesCherrill
0
141