----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Bouncing Ball
1. cleardevice() : clear device erases the entire graphics screen
2. kbhit() : kbhit function is used to determine if a key has been pressed or not If a key has been pressed then it returns a non zero value otherwise returns zero.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------