#include<iostream>
using namespace std;
int main()
{
int a , b , c;
cout<<"enter the number a : "<<endl;
cin>>a;
cout<<"enter tne another number starter"<<endl;
cin>>b;
cout<<"enter the gretter number series that you have"<<endl;
cin>>c;
for(a>b;a<c;a++)
cout<<"value is : "<<a<<endl;
system("pause");
}
No comments:
Post a Comment