Question: Computer Science C++ write a program to print white lowercase os on a black background across the middle of the screen. Next, have a capital
Computer Science C++
write a program to print white lowercase os on a black background across the middle of the screen.
Next, have a capital O move from left to right, and back, on top of the lower-case os using each of the colors specified by the ANSCI escape sequences.
After youve bounced a white O, go to the next line and end your program.
You may assume a screen size of 80 * 25(80 chars across by 25 lines)
#include Kiostream> Add this line to your coded #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
