c++

c++

Xojiakbar
int a = 10 ;

for (int i = 0 ; i <=10 ; i++)
cout << i << " " ;

// for - sikl operatori


Report Page