Given three integers a, b, c. Find the arithmetic mean of their squares (program)

program n_1;
var a, b, c: integer;
begin
writeln (‘number A’);
readln (A);
writeln (‘number B’);
readln (B);
writeln (‘number C’);
readln (C);
S: = (sqr (a) + sqr (b) + sqr (c)) / 3;
writeln (S);
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.