am trying to make a simple calculator but i really want something more than this ,here is my code :

package revolution;

import java.util.Scanner;


public class simplecalculator {
...