كل حسين

كل حسين بيع وشراء جميع انواع الجوالات جديد ومستعمل

28/10/2023

طبعاً! هذا هو مثال بسيط لإنشاء آلة حاسبة باستخدام لغة C++:

```cpp

using namespace std;

int main() {
float num1, num2, result;
char op;

cout > num1;
cout > op;
cout > num2;

switch(op) {
case '+':
result = num1 + num2;
break;
case '-':
result = num1 - num2;
break;
case '*':
result = num1 * num2;
break;
case '/':
result = num1 / num2;
break;
default:
cout

Address

Al Bab

Website

Alerts

Be the first to know and let us send you an email when كل حسين posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share