#include<iostream>
using namespace std;
int main()
{
int a=1;
do{
cout<<"value of a : "<<a<<endl;
a=a+1;
}
while(a<6);
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