Write a program to print the the following words on the console screen.
Hello. How are you?
I'm just fine.
program MYSECOND (output);
begin
writeln('Hello. How are you?');
writeln('I''m just fine.');
end.
Copyright B Brown/P Henry/CIT, 1988-1997. All rights reserved.