begin comment comparison of integer with 0; integer n; read(n); if n < 0 then write("negative") else write( "0 or positive"); end ----stdout comments: Algol60 program changes: - input/output functions