Что напечатает программа? Pascal ans := a[1];
tmp := 1;
for i := 2 to 25 do
if a[i] < ans then
ans := a[i]
tmp := i;
writeln(tmp);
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.