Program New_Profile; Uses crt; begin clrscr; writeln('Hi there, welcome to my profile page!'); writeln('--'); writeln('Name = Classified.'); writeln('Age. = between 10-20.'); writeln('Hobby = reading(manga, comic,fanfic,books,etc), watching things, and listening to music.'); writeln('That's it for now bye!'); readln; end. |