int Int1 = 1 int Int2 = 2 int Int3 = 3 public static int main() { return Int1 + Int2 * Int3; }