Table no - Insurance Tips

A Hub of Best Guide Health Insurance Tips

Saturday, April 4, 2020

Table no


#include
#include

using namespace std;

void multiply(int);
int main()
{
    int a;
    cout<<"Enter table no : ";
    cin>>a;
   
    multiply(a);
   
    getch();
}
void multiply(int a)
{
     for(int i=1; i<=10; i++)
     {
             cout<     }
}

No comments:

Post a Comment