Hey i have this code to program a calculator but i can run it.help me
this is the code;
package calculator;
import java.util.Scanner;
/**
*
* @author Libertydmi
*/
public class TryCalcu {
public static void main(String[] args){
int a, b, answer;
String operator...