Go-To loop ASAP please

1) Write a C++ program to write your name infinite number of times on the computer screen (use goto statement).

2) Modify the program written in step 1 to print your name 10 times on the computer screen using goto statement (hint: use if statement to break infinite loop). The results must be displayed on the computer screen exactly as shown below:
http://file14.9q9q.net/preview/72627527/11.jpg.html

Hope you can help ASAP. Thanks.

TipTip
Using goto for a loop is bad, using it for an infinite loop is stupid
Anyway, no one would code for you...
http://www.cplusplus.com/articles/how_to_ask/
Topic archived. No new replies allowed.