Search This Blog

Friday, 21 August 2020

Create table for loop

 #include<iostream>


using namespace std;

int main()

{

int c , a ;

cout<<"enter the table start"<<endl;

cin>>a;

for(c=1;c<=10;++c)

cout<<"\n"<<a<<"*"<<c<<"="<<c*a;

system("pause");

}


No comments:

Post a Comment

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts