KALIIOWORK / KALIIOWORK/basic_c-_programs

"Calculate and Print: Simple Arithmetic Operations in C++"

Đang mở
#3 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
good first issue hacktoberfest
Ngôn ngữ chính
C++
Star
0
Fork
6
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Ready to level up your C++ skills? This beginner-friendly task will help you practice fundamental arithmetic operations in C++. Understanding these basics is crucial for any programmer, and this task is designed to make learning fun!

**Task:**
Your task is to create a C++ program that performs the following operations:
- Addition
- Subtraction
- Multiplication
- Division

Your program should take two numbers as input and display the results of each operation. For example, if the inputs are 5 and 3, your program should output:
```
Addition: 8
Subtraction: 2
Multiplication: 15
Division: 1.66667
```

**Instructions:**
1. Fork this repository to your GitHub account.
2. Clone the forked repository to your local machine: `git clone https://github.com/KALIIOWORK/basic_c-_programs.git`
3. Create a new C++ file named `arithmetic_operations.cpp`.
4. Write a program that takes two numbers as input and performs addition, subtraction, multiplication, and division operations.
5. Compile and run your program to ensure it works correctly.
6. Commit your changes and push them to your forked repository.
7. Open a pull request with your changes.

**Note:**
This task will strengthen your understanding of basic arithmetic operations in C++. Don't hesitate to experiment with different numbers and calculations. Happy coding! 🚀✨

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

Create arithmetic_operations.cpp in the repository. Start by compiling and running the new C++ program with two numbers as input. Done means it displays addition, subtraction, multiplication, and division results, then the changes are committed and submitted in a pull request.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
cpp
Lĩnh vực
cli
Loại issue
Tính năng
Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Đặc tả rõ ràng
Mức phù hợp với người mới
35/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.