im reviewing all my basics again and not quite sure hot to write this
Simba Code:program new;
var
i, c, b: integer ;
begin
for i:= 1 to 4 do
inc(b) and inc(c); //error : fix
writeln(b+c)// supposed to equal 8
end.
edit.
found solution.
when using multiples you put begin


Reply With Quote






