H@CK DEFENCE
A BLOG ON NETWORK SECURITY, ETHICAL HACKING AND PROGRAMMING
Welcome To The World Of Hacking
Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code
Sunday
JAVA PROGRAMMING TUTORIAL 3: VARIABLES
public class HackDefence {
public static void main(String[]args){
double x; /* variable x is defined */
x=4.2;
System.out.print(x);
}
}
OUTPUT:
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment