
how do i create a program that writes out the message :Welcome to Kaplan University!"

Hi Friend,
Try the following code:
class Message
{
public static void main(String[] args)
{
System.out.println("Welcome to Kaplan University!");
}
}
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.