برنامج الضرب بالسي بلس بلس فهذا البرنامج يقوم بعرض جدول الضرب بطريقة منسقة ومرتبة وذلك باستخدام اساسيات السي بلس بلس الفور لوب والوايل لووب
# include <iostream >
# include <conio>
int main()
{
cout << "A multiplication table:" <<endl<<endl;
cout<< " 1 \t 2\t 3\t 4\t 5\t 6\t 7\t 8\t 9" << "" << endl;
for(int c = 1; c < 10; c++)
{
//cout << c << "|";
for(int i = 1; i < 10; i++)
{
cout <<i<<"*"<<c<<"="<<i*c<<'\t';
}
cout << endl;
}
getch();
return 0;
}
# include <conio>
int main()
{
cout << "A multiplication table:" <<endl<<endl;
cout<< " 1 \t 2\t 3\t 4\t 5\t 6\t 7\t 8\t 9" << "" << endl;
for(int c = 1; c < 10; c++)
{
//cout << c << "|";
for(int i = 1; i < 10; i++)
{
cout <<i<<"*"<<c<<"="<<i*c<<'\t';
}
cout << endl;
}
getch();
return 0;
}
نحن نحقق حلم جميع الطلاب فى الالتحاق بكلية الهندسة من معادلة كلية الهندسة من مركز النور افضل مراكز التدريس فى مصر
ردحذف01093189974 — 01118585670
http://www.elnour-edu.com/