Simple Java Program. NowOnlyjava

 Simple Java Program. NowOnlyjava


Copy The Below Code And Paste in IDE To see the result.

public class HideAndSeek { public static void main(String[] args) { System.out.print("Let's play hide and seek."); System.out.print(" There are some rules!"); System.out.println(" Everybody have to follow."); System.out.print("Three..." ); System.out.print("Two..."); System.out.println("One..."); System.out.println("Ready or not, here I come!"); }

Hope It works For You. Any Queries Do Contact us and for recommend anything for us. 

Thank You 😀

Comments

Popular posts from this blog

Percentage Calculator Project In Java Easy and Simple.