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
- ... in Javascript
- repeat()
- javascript
- easy algorithm
- HackerRank Algorithm
- C++
- rest parameter
- substring()
- easy javascript algorithm
- Collection Framework
- Object type casting
- hackerrank solution
- 알고리즘
- algorithm
- spring boot application
- HashMap
- 프로그래머스 알고리즘
- math.abs
- Javascript Algorithm
- equals()
- compareTo()
- hackerrank
- hackerrank javascript solution
- math.max
- string class in java
- java
- hackerrank javascript
- 프로그래머스
- code refactoring
- 프로그래머스 알고리즘문제
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 |
30 | 31 |
글 보관함