📚 كل المواضيع
Problem #1
اعمل برنامج يطبع لي جدول الضرب من 1 ل 10
Multiplication table 1 to 10
Problem:
Write a program print the multiplica...
Problem #50
```cpp
#include // Include iostream for input/output operations.
using namespace std; // Use the standard namespac...
Problem #49
```cpp
#include // Include iostream for input/output operations.
using namespace std; // Use the standard namespac...
Problem #48
```cpp
#include // Include iostream for input/output operations.
#include // Include string for potential futu...
Problem #47
Loan Installment Months
```cpp
#include // Include iostream for input/output operations.
#include // Includ...
Problem #46
```cpp
#include // Include iostream for input/output operations.
#include // Include string for potential futu...
Problem #45
```cpp
#include // Include iostream for input/output operations.
#include // Include string to return month na...
Problem #44
Write a program to ask the user to enter:
- Day
Then print the day as follows:
- 1 Print Sunday
- 2 Print Monday...