#include <iostream.h>
void main ()
{
int i, n;
cout << “Which multiplication table do you want?”;
cin >> n;
for (i = 1; i<10; i++)
{
cout << n << “*” << i << “= “<< n*i < < endl;
}
}
#include <iostream.h>
void main ()
{
int i, n;
cout << “Which multiplication table do you want?”;
cin >> n;
for (i = 1; i<10; i++)
{
cout << n << “*” << i << “= “<< n*i < < endl;
}
}
Computers | Gadgets | Cell Phones | Software Reviews is proudly powered by WordPress. Entries (RSS) and Comments (RSS) | Swift by Satish Gandham a product of SwiftThemes.Com