
Patrick B. answered 11/15/20
Math and computer tutor/teacher
Please give us the program and class that is to be modified...
until then, this is what you get and THIS problem is SOLVED...
class Awesome
{
public static void main(String args[])
{
System.out.println(" I'm learning how to program in Java ");
System.out.println(" That's awesome!");
}
}