Составить блок схему:

var a,b,c:integer;
Begin 
read(a,b,c); 
 if (a>b) then a:=a else a:=b; 
if (a>c) then a:=a else a:=c; 
writeln(a);
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.