Даны два числа. Найти среднее арифметическое кубов этих чисел.

Что тут не так?? 

program chisla;
var a,b, sr: real;
begin
clrscr;
writeln('vvedite chislo a='); 
readln (a); 
writeln('vvedite chislo b='); 
readln (b); 
sr:=((a+a+a)*(b+b+b))/2; 
writeln('srednee arifmeticheskoe chisel=',sr);
readln;
end.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.