https://github.com/technote-space/tc-challenge2
https://github.com/technote-space/tc-challenge2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technote-space/tc-challenge2
- Owner: technote-space
- Created: 2019-05-01T16:47:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T17:38:20.000Z (about 6 years ago)
- Last Synced: 2025-03-26T23:39:01.434Z (3 months ago)
- Language: Java
- Size: 10.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がつく数字の場合は数字のあとに`!`をつけて出力
- それ以外の場合はその数を出力短い行で書いてみる