``` #include <iostream> using namespace std; int main() { int no; cout<<"Enter any number\n"; cin>>no; cout<<"Natural no. from 1 to "<<no<<" is given below\n"; for ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results