Klasy 7:
#include<iostream>
using namespace std;
int main(){
int i, start;
cout << "Podaj liczbę początkową: ";
cin >> start;
for(i=start;i<=start;i=i+1){
cout << i<< endl;
}
return 0;
}
Klasy 7:
#include<iostream>
using namespace std;
int main(){
int i, start;
cout << "Podaj liczbę początkową: ";
cin >> start;
for(i=start;i<=start;i=i+1){
cout << i<< endl;
}
return 0;
}