Objective: Program for printing the information in java.
Code:
class java7
{
public static void main(String args[])
{
String s="AI-AoT-CLOUD";
System.out.println("Dr. G Krishna");
System.out.println("PHD");
System.out.println(s);
}
}
Output:
Hello, my name is G Krishna. I'm Creating this blog for the students who are beginners.
Learn More →
No comments:
Post a Comment