728x90
반응형

> 개발-IT-인터넷/> JAVA 66

[해커랭크(HackerRank) JAVA 풀이] - Java Loops I

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Introduction > Java Loops I HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com Objective : 이 챌린지에서는 루프를 사용하여 간단한 수학을 수행할 것입니다. Task : 정수 N이 주어지면 처음 10개의 배수를 출력합니다. 각 N × i (여기서 i는 1 ≤ i ≤ 10)는 N × i = 결과 형식으로 새..

[해커랭크(HackerRank) JAVA 풀이] - Java Stdin and Stdout II

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Introduction > Java Stdin and Stdout II HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 이 챌린지에서는 stdin에서 정수(int), 실수(double), 문자열(string)을 읽은 다음 아래 출력 형식 섹션의 지침에 따라 값을 출력해야 합니다. Note : 해당 챌린지 시도 전 Java Stdin..

[해커랭크(HackerRank) JAVA 풀이] - Java Output Formatting

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Introduction > Java Output Formatting HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 자바의 System.out.printf 함수를 사용하여 형식이 지정된 출력을 인쇄할 수 있습니다. printf를 사용한 출력 형식 지정에 대한 이해도를 테스트 할 수 있습니다. System.out.printf(form..

[해커랭크(HackerRank) JAVA 풀이] - Java If-Else

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Introduction > Java If-Else HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 이 챌린지에서는 if-else 조건문을 사용하여 의사 결정 프로세스를 자동화하는 방법에 대한 테스트를 합니다. if-else 문에는 다음과 같은 논리적 흐름이 있습니다. Task : 정수 n이 주어지면 다음 조건부 작업을 수행합니다. ..

[해커랭크(HackerRank) JAVA 풀이] - Java Stdin and Stdout I

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Introduction > Java Stdin and Stdout I HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 대부분의 HackerRank 챌린지는 stdin(standard input : 표준 입력)에서 입력을 읽고 stdout(standard output : 표준 출력)에서 출력이 됩니다. stdin에서 입력을 읽는 일반..

[해커랭크(HackerRank) JAVA 풀이] - Welcome to Java!

해커랭크 - https://www.hackerrank.com/ Prepare > Java > Introduction > Welcome to Java! HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 자바의 세계에 오신 것을 환영합니다! 이 챌린지에서는 stdout으로 출력하는 연습을 합니다. 에디터에 솔루션 클래스와 기본 메서드가 선언되어있는 상태입니다. 아래 두 줄의 코드를 이용해 메인 메서드를 완성하세요. System...

728x90
반응형