Write a program that checks if a two-digit integer is divisible by 3

If we are talking about pascal, then here is the program:

Program test;
var i: integer;
Begin
writeln (‘Enter a number:’);
readln (i);
if i mod 3 == 0 then
End.



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.