Java Introduction

class introduction
{
 public static void main(String args[])
 {
  System.out.println("This is your First Java Program");
 }
}


The Output is Given Below:
This is your First Java Program

0 comments:

Post a Comment