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
Ranked #107.71K
~209 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for nope3d

import java.util.Scanner; import java.io.IOException; public class calculator { public static void main(String[] args) throws IOException { char opt,ch; int firstnumber,secondnumber,answer; System.out.println (("Welcome to the calculator!"); System.out.println ("To multiply use m, to divide use d, to add use a, to subtract use s"); Scanner keyboard = new Scanner(System.in); do { System.out.println …

Member Avatar for Nishkalank
0
209

The End.