Banner

My Tech Blog (์•ŒํŒŒ๋ฒณ)

โœ… ๋ฌธ์ œ์ž…๋ ฅ๋œ ๋ฌธ์žฅ์— ํฌํ•จ๋œ ์•ŒํŒŒ๋ฒณ์˜ ๋นˆ๋„๋ฅผ ๋Œ€์†Œ๋ฌธ์ž ๊ตฌ๋ณ„์—†์ด ๊ตฌํ•˜๋Š” ํ”„๋กœ๊ทธ๋žจ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค. โœ… ์ฝ”๋“œ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..
์ธ์ ˆ๋ฏธ์˜€๋˜๊ฒƒ
'์•ŒํŒŒ๋ฒณ' ํƒœ๊ทธ์˜ ๊ธ€ ๋ชฉ๋ก
์ƒ๋‹จ์œผ๋กœ