Ask your own question, for FREE!
Computer Science 25 Online
OpenStudy (anonymous):

Visual basic loop amt = 1 for m = 4 to 1 step-1 amt = amt * m next m

OpenStudy (anonymous):

Is there a question here? I haven't done VB in several years so I am not sure if the lack of a space after 'step' matters. Likewise, I am not sure but I believe in VB keywords need to be capitalized. ie: for, to, step, next should be For, To, Step, Next

OpenStudy (anonymous):

REM Not sure what your problem is, here's a more formal presentation with a var check. Sub Main amt = 1 for m = 4 to 1 step -1 amt = amt * m next m print amt End Sub

OpenStudy (anonymous):

NOW!!!! THAT'S WINDOWS! AND IT'LL ALWAYS BE WINDOWS!!!!!!!!!!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!