Pinned Loading
-
Write a simple calculator that reads...
Write a simple calculator that reads the three values from the line: the first number, the operation, and the second number. 1import java.util.Scanner;
2class Main {3public static void main(String[] args) {45Scanner scanner = new Scanner(System.in);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.