https://github.com/technote-space/tc-challenge3
https://github.com/technote-space/tc-challenge3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technote-space/tc-challenge3
- Owner: technote-space
- Created: 2019-05-04T07:11:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T07:30:15.000Z (about 6 years ago)
- Last Synced: 2025-03-26T23:39:01.383Z (3 months ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 【FizzBuzz問題の応用編】やや複雑な条件分岐の文法確認
[TechCommit](https://www.tech-commit.jp/)
- 1から150までの数字において
- 3の倍数と3を含む数字の場合は数字のあとに`!`をつけて出力
- いずれでもない場合はその数を出力
- ただし`!`を含めて常に3桁になるようにゼロ埋め または 切り詰め短い行で書いてみる