Create a Java program in Bluej having a function SayNa() that prints
JAVA IS EASY TO LEARN WITH BLUEJ
Answers
Answered by
5
Answer:
Explanation:
public class print
{
public void SayNa()
{
System.out.println("JAVA IS EASY TO LEARN WITH JAVA");
}
public static void main(String args[])
{
print pr = new print();
pr.SayNa();
}
}
Similar questions
English,
3 months ago
Hindi,
3 months ago
Social Sciences,
3 months ago
Computer Science,
6 months ago
Biology,
6 months ago
Math,
10 months ago
English,
10 months ago
Math,
10 months ago