Hi, was wondering if anyone could put this simple pseudo code into c++, i have not yet learned the code to do it and dont want to wait. If someone could post it i would appreiciate it a lot, thanks!
BEGIN
Enter #
Clear Screen
Count = 0;
WHILE (Count < Entered #)
Display "C++ is so much fun!!"
END WHILE
Write 3 blamk lines
FOR (# of times)
Display "I Am Somebody"
END FOR
END