Banner

My Tech Blog (ํšŸ์ˆ˜)

์˜ค๋Š˜์˜ ๋ช…์–ธ
" ์šฐ๋ฆฌ๋Š” ๋ณ€ํ™”๋ฅผ ๋ฏฟ์–ด์•ผ ํ•œ๋‹ค. "
- ๋ฒ„๋ฝ ์˜ค๋ฐ”๋งˆ (๋ฏธ๊ตญ 44๋Œ€ ๋Œ€ํ†ต๋ น)
โœ… ๋ฌธ์ œ์ž…๋ ฅ๋œ ๋ฌธ์žฅ์— ํฌํ•จ๋œ ์•ŒํŒŒ๋ฒณ์˜ ๋นˆ๋„๋ฅผ ๋Œ€์†Œ๋ฌธ์ž ๊ตฌ๋ณ„์—†์ด ๊ตฌํ•˜๋Š” ํ”„๋กœ๊ทธ๋žจ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค. โœ… ์ฝ”๋“œimport java.util.Scanner;public class Main { public static void main(String[] args) { System.out.println("===== ์•ŒํŒŒ๋ฒณ ๋นˆ๋„์ˆ˜ ๊ตฌํ•˜๊ธฐ ====="); System.out.println("์ž…๋ ฅ >> "); Scanner sc = new Scanner(System.in); int[] result = new int[26]; String inPut = sc.nextLine().replaceAll(" ", ""); System.out.println(inPut); String outPut = inPut.toLowerC..
์ƒ๋‹จ์œผ๋กœ