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

"Simple Calculator Program" Challenge

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

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

評価

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

調査の方向性

ファイルやテストのエントリーポイントが指定されていないため、まずリポジトリにある既存の C プログラムの構成と規約を確認してください。issue で説明されている計算機を作成し、2 つの数値、一覧にある 4 つの演算子、およびゼロ除算時の明確なエラーをサポートしてください。各演算とエラーケースを実行することで、完了を示します。

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

説明

good first issue hacktoberfest

🌟 Hello Aspiring Programmers!

Challenge: Create a basic calculator program in C that can perform addition, subtraction, multiplication, and division. This task will test your understanding of user input, arithmetic operations, and conditional statements.

Instructions:

  1. Fork this repository.
  2. Create a new branch.
  3. Write a C program for a simple calculator that takes two numbers and an operator (+, -, *, /) as input and displays the result.
  4. Ensure the program handles division by zero and provides clear error messages.
  5. Commit your changes and submit a pull request.

Bonus: Implement additional mathematical functions like square root or exponentiation.

Happy Coding! 🚀

Note: This issue is perfect for honing your skills in user input handling and basic mathematical operations!

主要言語
C
スター
0
フォーク
4
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 を短くまとめたダイジェスト。