Objective: Name print using string variable in JAVA.
Code:
class java3
{
public static void main(String args[])
{
System.out.println("Dr. Krishna");
}
}
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