С++11:
for(int i = 9; i<100; i+=10) cout<<Array_Name[i]<<endl;
===== PascalABC.NET =====
begin
var a := ArrRandom(100, -99, 99);
a.Println;
Writeln;
a[9::10].Print
end.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
С++11:
for(int i = 9; i<100; i+=10) cout<<Array_Name[i]<<endl;
===== PascalABC.NET =====
begin
var a := ArrRandom(100, -99, 99);
a.Println;
Writeln;
a[9::10].Print
end.