почему в частном пишет NaN? помогите пожалуйста
program up1;
var a,b,c:integer;x:real;
begin
x:=a/b/c;
writeln('Введите первое число');
read(a);
writeln('Введите второе число');
read(b);
writeln('Введите третье число');
read(c);
writeln('произведение чисел ',a,'*',b,'*',c,'=',a*b*c);
writeln('частное чисел ',a,'/',b,'/',c,'=',x);
end.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.