public class StringTest { public static void main(String[] args) { int result = 12 + 2 * 5 % 3 - 15 / 4; String x = 12 - 6 + "Hello" + 7 + 5; System.out.println(result + " - " + x); } }
Login in to like
Login in to comment
Strings accept -? what
2023 Feb 17, 10:50:17 AM
or Read more about Java Quizzes
Login in to like
Login in to comment