For loop use and print 1 to 100 real number in c++
T E C H O R Z O Y T
Source code is here
I am a small YouTuber and a beginar programmer. So you can help to grow my channel.i have 48 subscriber please help to get 100 subscriber.
So please subscribe my channel.
this is my blog and you can follow the blog i am daily upload for a new blog and the latest topic
rleted blog and many more.
#include<iostream>
using namespace std;
int main(){
//created by :- T E C H O R Z O
for(int a = 1; a<101; a++){
cout<<"EDIT TEXT "<<a<<endl;
}
return 0;
}
Comments
Post a Comment