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

Related Posts Plugin for WordPress, Blogger...