#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");
}
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