نقاش:مساحة/أرشيف 1
المظهر
أحدث تعليق: قبل 8 سنوات من Lolochichi في الموضوع برمحه
![]() | هذا أرشيف النقاشات السابقة حول مساحة. لا تقم بتحرير محتويات هذه الصفحة. إذا كنت ترغب في بدء مناقشة جديدة أو إحياء مناقشة قديمة، يرجى القيام بذلك في صفحة النقاش الحالية. |
أرشيف 1 |
- أرشيف 1
- 2
برمحه
7. Write a complete C++ program that takes two integers and an operator (+,-,*, /). Your program should get the input from the user in the form (num1 operator num2). Depending on the value of the operator your program should perform addition, subtraction, multiplication or division operation. Then print the result of the arithmetic operation.