Trusted by millions of Kenyans
Study resources on Kenyaplex

Get ready-made curriculum aligned revision materials

Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.

Write a program in Java to display the following message "This is my first java program"

Write a program in Java to display the following message "this is my first java program"

Answers


Davis
public class first
{
public static void main(string [] args);
{
System.out.println("This is my first java program");
}
}
Githiari answered the question on January 25, 2018 at 14:28

Answer Attachments

Exams With Marking Schemes

Related Questions