Computer Science Canada PLease Read! |
Author: | mac [ Tue Nov 12, 2002 4:27 pm ] |
Post subject: | PLease Read! |
PLease help me someone Make the program of Question 1 interactive so that you can plot as many horizontal lines as you want,one after that other |
Author: | FizixMan [ Tue Nov 12, 2002 6:35 pm ] |
Post subject: | |
oh well, in that case, in referrence to the for loop in my previous post concerning the program, just change it so it runs from 1..X where X is a user inputed integer between 1 and maxcol. |
Author: | mac [ Tue Nov 12, 2002 11:10 pm ] |
Post subject: | what i can't see ur previous post |
what i can't see ur previous post can u type it out for me |
Author: | Dan [ Wed Nov 13, 2002 12:09 am ] |
Post subject: | hummmm |
This most be a very coman school asment or somting, any way his post was here . p.s. thanks for helping ervery one FizixMan i up grade your rank thing on the borad too for helping every one. thx |
Author: | Tony [ Wed Nov 13, 2002 1:34 am ] |
Post subject: | |
ok... so basically what you do is that you get an input from the user, then use locate(r,c) to move cursor to that row and then use repeat to output a line of -s on that line. |