#include<iostream>
using namespace std;
int main()
{
int a,b;
cout<<"enter the starting series and end point of loop"<<endl;
cin>>a>>b;
do{
cout<<"value of a : "<<a<<endl;
a=a+1;
}
while(a<b);
return 0;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment