Multiple tables Get link Facebook X Pinterest Email Other Apps January 06, 2021 2nd blog:#include <iostream>using namespace std;int main( ){int n,i;cout<<"Enter n:";cin>>n;cout<<" Table of 5:"<<endl;for(i=1; i<=10;++i ){cout<<i<<"*"<<n<<"="<<i*n<<endl;}} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment