Practice With Java - 01
In This Practice With Java Series . We will practice some Programming Problem with Java .
We will give you a Code. You have to understand the code and Complete The Task (HW) Under Below The post. Summit the code of HW to The link which is added in the post ..
Hello Java Program :
//Code in Javaclass MainClass{
public static void main(String[] args){
System.out.println("Hello Java");
}
}
Input:
Output :
Hello Java
Comments
Post a Comment