Computer Science Canada Whats wrong with my code? |
Author: | Miko99 [ Fri Mar 28, 2003 9:20 am ] |
Post subject: | Whats wrong with my code? |
var high:int:=-9999 var low:int:=9999 var num:int var counter:real loop counter:=counter+1 put "Enter in a number" get num if (num > high)then high:=num cls end if exit when counter:=6 end loop put "The Low number is: ",num |
Author: | Delta [ Fri Mar 28, 2003 9:33 am ] | ||
Post subject: | Here you go | ||
MOD Edit: Gave some bits for the help. -Asok |