Decidedly in Pascal. To decorate the New Year tree, they use multi-colored balls. Every New Year

Decidedly in Pascal. To decorate the New Year tree, they use multi-colored balls. Every New Year, the tree is decorated with a different number of red and blue balls. How many balls will decorate the tree this year, if it is known that blue is always 25 more than red.

var
m: integer; / number of red balls /
N: integer; / total number of balls /
begin
writeln (‘enter the number of red balls’);
readln (m);
N: = m + (m + 25);
writeln (‘total number of balls =’, N);
writeln (‘Happy New Year and all the best’);
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.