public class MyClass { public static void main(String args[]) { int x=10; int y=25; int z=x+y; System.out.println("Sum of x+y = " + z); // Sum of x+y = 35 } }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT