fork download
  1. import java.util.Scanner;
  2. public class Main
  3. {
  4. public static void main(String[] args) {
  5. Scanner scanner = new Scanner(System.in);
  6.  
  7. System.out.println("Calulator Activity");
  8. System.out.println("Please choose operator from 1 to 5");
  9.  
  10. }
  11. }
  12.  
Success #stdin #stdout 0.16s 54608KB
stdin
45
stdout
Calulator Activity
Please choose operator from 1 to 5