SAMPLE.

SAMPLE



class Sample
{
    public static void main (String args[])
    {
        System.out.println("Welcome to Puneet's Blog where Learning java is fun");
    }
}



Comments

Popular posts from this blog

A Very Big Sum - Hacker Rank

[Question 2] ISC 2016 Computer Practical Paper Solved – Sorting Non-Boundary Matrix Elements

Gemstones - HackerRank Solution.