Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#3 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
明確に書かれている
活発さ
停滞
技術スタック
cpp
領域
cli

調査の方向性

リポジトリに arithmetic_operations.cpp を作成します。まず、2つの数値を入力として新しい C++ プログラムをコンパイルして実行します。加算、減算、乗算、除算の結果が表示され、その後変更が commit されて pull request で提出されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

good first issue hacktoberfest

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! 🚀✨

主要言語
C++
スター
0
フォーク
6
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

KALIIOWORK/basic_c-_programs のほかの issue

KALIIOWORK/basic_c-_programs の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。