創建以下java文件:. public class Calculator { public float calculate(String input) { int pos = input.indexOf('+'); if (pos !=
確定! 回上一頁