자바 프로그래밍 언어 퀴즈 - 숫자

ImpressiveHarmony avatar
ImpressiveHarmony
·
·
Download

Start Quiz

Study Flashcards

9 Questions

다음 중 출력 결과가 '6'인 것은?

System.out.println(6);

다음 중 출력 결과가 '66'인 것은?

System.out.println("6"+"6");

다음 중 출력 결과가 'Hello "World"'인 것은?

System.out.println("Hello 'World'");

다음 중 '6*6'의 출력 결과는 무엇인가요?

36

다음 중 '1111'.length()의 출력 결과는 무엇인가요?

4

다음 중 'Hello, [[[name]]] ... bye. '.replace('[[[name]]]', 'duru')의 출력 결과는 무엇인가요?

'Hello, duru ... bye. '

다음 중 출력 결과가 6인 것은?

System.out.println(6);

다음 중 'Hello World'를 출력하는 방법이 아닌 것은?

System.out.printf("Hello World");

다음 중 문자열 '1111'의 길이를 출력하는 방법이 아닌 것은?

System.out.println(1111);

자바 프로그래밍 언어를 공부하고 있다면, 이 퀴즈는 당신에게 적합합니다! 이 퀴즈를 풀면서 숫자, 문자열, 연산자, 캐릭터 및 출력 방식 등에 대해 더 많은 이해를 할 수 있습니다. 퀴즈에서는 다양한

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free

More Quizzes Like This

Use Quizgecko on...
Browser
Browser