===== PascalABC.NET =====
begin
var (a, b) := (38, 52);
Print('Ср.арифм. =', (a + b) / 2)
end.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
===== PascalABC.NET =====
begin
var (a, b) := (38, 52);
Print('Ср.арифм. =', (a + b) / 2)
end.