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

Can you help me with this?? The total will be displayed only when the user type [U][B]-1[/B][/U]. And it will continue looping if you will not type [U][B]-1[/B][/U]. And it will also continue to add the total(that will be displayed only if you type[U][B] -1[/B][/U]). [code=c++] import javax.swing.JOptionPane; import java.text.DecimalFormat; …

Member Avatar for david.crawford
0
138
Member Avatar for delosoa

Can you help me with this?? The total will be displayed only when the user type -1. And it will continue looping if you will not type -1. And it will also continue to add the total(that will be displayed only if you type -1). import javax.swing.JOptionPane; import java.text.DecimalFormat; public …

Member Avatar for javaAddict
0
104