카페검색 본문
카페글 본문
-
Balancing Trump volatility, household debt, growth 한국은행의 어려운 선택 2024.11.10해당카페글 미리보기
11-09 09:47 Korea Times Korea's finance and economic leaders gather at the Export-Import Bank of Korea headquarters in Seoul to discuss macroeconomic issues, Friday. From left are Financial Supervisory Service Gov. Lee Bok-hyun, Bank of...
-
매일매일 두뇌 트레이닝 스도쿠 600:미니 스도쿠 200 일반 스도쿠 400 초 중 고급 문제 2024.09.20해당카페글 미리보기
기술 p.118 에서 0 꽃을 뜨다 : 코바늘로 만드는 작고 정교한 뜨개꽃 액세서리 취미실용 도서 2만원 이상 구매 시 선택 2024-09-18 11:39:52 교보문고 [구매자 리뷰][최고예요] 소장하고싶어서 구매. 연습해서 만들어봐야겠네요. [dtl/Klover/mok/72768b8c...
-
경소문 시즌 1 +시즌 2를 다시 보고 싶다면 클릭 2023.10.31해당카페글 미리보기
8_Mok https://youtu.be/3kl5LP-YbS4?si=dCzNp1NLhVCwhtFV https://youtu.be/16p_PJhgHP8?si=SnU0p_a44fzS8NxM https://youtu.be/D3xLsFNmiCE?si=4mKo7ShYjY22cmzR https://youtu.be/nFIlJ_Bo6ss?si=szlzdZKegEP8BH6z https://youtu.be/JpnSqIE-MDk?si=lNx...
-
2022-09-22 문제1, 2 과제 2022.09.23해당카페글 미리보기
출력하시오. public class Test2 { public static void main(String[] args) { for (int i = 1; i < 100; i++) { int mok = i / 10; // 몫을 저장할 변수 int na = i % 10; // 나머지를 저장할 변수 if (i < 10) { // 1자리의 수일 경우 if (i % 3 == 0...
-
2022-09-24 22일과제였던 369 2022.09.24해당카페글 미리보기
class Practice369 { public static void main(String[] args) { int[] tsn = {3,6,9}; for(int i=1; i<=99; i++) { int mok = i/10; int na = i%10; if(na==0) System.out.println(); if(i<10 && (tsn[0]==i || tsn[1]==i || tsn[2]==i)) { System.out...