<=Back
The following Pascal program has errors. Use it to answer the question that follows.
program StudAge(input, output)
var
int: Age:
begin
writeln("Enter the age")
readln(age);
if (Age>=18)
writeln("Admit");
else
writeln("Dismiss;
end;
Rewrite the program correctly.
 Viewed: 630 times
Share in: