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 Java

class MainClass{
         public static void main(String[] args){
                 System.out.println("Hello Java"); 
         }
}

Input:

Output :
Hello Java


Now your Task is Write a Code in Java to print your name ...

Summit your Code 

Comments

Popular posts from this blog

Complete Java masterclass for beginners -10 (switch statement)

Complete Java masterclass for beginners -11 (for loop)

Complete Java masterclass for beginners -06 (Unicode System)