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: 301 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!