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

Explore the C++ Basics: Print Patterns with Loops

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

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

評価

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

調査の方向性

リポジトリに新しいファイル pattern_printer.cpp を作成し、まずネストしたループとラベル付き出力に関するタスク要件を確認します。数字、星印、その他の文字を使って少なくとも3種類の異なるパターンを実装し、その後プログラムをコンパイルして実行し、各パターンが正しく表示されることを確認します。

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

説明

good first issue hacktoberfest

Dive deeper into C++ programming by mastering loops and patterns! This beginner-level task will enhance your understanding of nested loops and conditional statements, crucial skills for any programmer.

Task:
Your challenge is to write a C++ program that prints various patterns using loops. Start with simple patterns like triangles and squares, and then challenge yourself with more complex designs. You can create patterns using numbers, stars, or any other characters you prefer.

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 pattern_printer.cpp.
  4. Write a program that prints at least three different patterns using nested loops.
  5. Ensure each pattern is clearly labeled when printed.
  6. Experiment with different characters and numbers to create unique patterns.
  7. Compile and run your program to verify the patterns are displayed correctly.
  8. Commit your changes and push them to your forked repository.
  9. Open a pull request with your changes.

Note:
This task will reinforce your knowledge of loops and conditional statements in C++. Feel free to challenge yourself with intricate patterns! 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 を短くまとめたダイジェスト。