FizzBuzz
FizzBuzz Write a program that prints the numbers from 1 to 100 and for multiples of '3' print "Fizz" instead of the number and for the multiples of '5' print "Buzz". Solution in Java (Converting int to String) 1 2 3 4 5 6 7 8 9 10 11 public class Main{ public static void main(String[] args) { for (int i = 1; i
Algorithms
2019. 2. 24. 06:09
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 알고리즘
- C++
- easy javascript algorithm
- Javascript Algorithm
- rest parameter
- java
- easy algorithm
- javascript
- HackerRank Algorithm
- substring()
- repeat()
- spring boot application
- algorithm
- compareTo()
- equals()
- math.abs
- HashMap
- 프로그래머스 알고리즘
- hackerrank javascript solution
- code refactoring
- ... in Javascript
- hackerrank
- string class in java
- hackerrank solution
- math.max
- 프로그래머스
- 프로그래머스 알고리즘문제
- Object type casting
- hackerrank javascript
- Collection Framework
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함