PROGRAMMING CODES.
java codes and other are coming like android,photoshop cc etc tutorials.
Pages
JAVA CODES
USE-FULL TIPS.
Saturday, 30 January 2016
FIRST JAVA PROGRAM PRINTING STRING.
public class Print{
public static void main(String args[]){
int x = 5;
int y = 6;
System.out.println(x + y); or System.out.println("x + y");
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment