Баҳс:Асосҳои C++/Сохтори идоракунандаи while
Афзудани мавзӯъНамуди зоҳирӣ
- include <iostream>
using namespace std; int main() {
int a;
cin>>a;
int i=1;
while(i<=a){
cout<<i<<" ";
i++;
}
return 0;
}
Start a discussion about Асосҳои C++/Сохтори идоракунандаи while
Talk pages are where people discuss how to make content on Wikibooks the best that it can be. You can use this page to start a discussion with others about how to improve Асосҳои C++/Сохтори идоракунандаи while.