Comment on Write a program that makes 2 + 2 = 5Comments−im3w1l12y public class Main { public static void main (String [] args) { System.out.println("5=2+2"); // prints 4=2+2 } }
Comments