JAVA ADD

public class Main { public static void main(String[] agrs) { int x = 6; int y = 8; System.out.println(x + y); } }

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.