write a first Java simple program to print welcome Java and this is my first program
Answers
Answered by
1
class first_Java_Project {
public static void main(String[] args) {
System.out.println("welcome Java and this is my first program");
}
}
so the output will be welcome Java and this is my first program.
Answered by
1
Answer:
class help
{
public static void main()
{
System.out.println("welcome Java and this is my first program");
}
}
Similar questions