Computer Science Canada Some help |
Author: | WooFerPPK [ Thu Sep 26, 2002 7:14 am ] |
Post subject: | Some help |
i need to make a program that makes a "Wave" like this # ## ### #### ### ## # ## ### #### ##### ###### but only problem is he wants all the lines to be differnt colors, i have no clue how to start this, any ideas ![]() |
Author: | Dan [ Thu Sep 26, 2002 7:47 am ] | ||
Post subject: | this better not be school work | ||
ok 1st to chage colors in text you use this coamnd: color (color's name or num here) and to do the #'s you shode use some nested loops like this:
now i did not do the hole thing for you becuse i think this is school wroke and it best to try to do it so you can lrean. |
Author: | WooFerPPK [ Thu Sep 26, 2002 7:50 am ] |
Post subject: | |
thanks i just needed to know how to do the color ![]() |