This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // κΉλ―Όμ§ | |
| public class MiniHomework01 { | |
| public static void main(String[] args) { | |
| System.out.println("[κ΅¬κ΅¬λ¨ μΆλ ₯]"); | |
| for (int i = 1; i <= 9; i++) { | |
| for (int j = 1; j <= 9; j++) { | |
| int a = i * j; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import java.util.Scanner; | |
| public class Main { | |
| public static void main(String[] args) { | |
| System.out.println("[μΊμλ°± κ³μ°]"); | |
| System.out.print("κ²°μ  κΈμ‘μ μ λ ₯ν΄ μ£ΌμΈμ.(κΈμ‘):"); | |
| Scanner sc = new Scanner(System.in); | |
| int c = sc.nextInt(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //κΉλ―Όμ§ | |
| import com.sun.xml.internal.ws.api.model.wsdl.WSDLOutput; | |
| import java.util.Scanner; | |
| public class Main { | |
| public static void main(String[] args) { | |
| System.out.println("[μ μ₯κΆ κ³μ°]"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //κΉλ―Όμ§ | |
| import java.util.Scanner; | |
| import java.util.Random; | |
| public class Main { | |
| public static void main(String[] args) { | |
| System.out.println("[μ£Όλ―Όλ±λ‘λ²νΈ κ³μ°]"); | |
| System.out.print("μΆμλ λλ₯Ό μ λ ₯ν΄ μ£ΌμΈμ.(yyyy):"); | |
| Scanner sc0 = new Scanner(System.in); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // κΉλ―Όμ§ | |
| import java.util.Scanner; | |
| import java.time.LocalDate; | |
| public class Main { | |
| public static void makeCalender (int year,int month) { | |
| int date = 1; | |
| LocalDate calenderDay = LocalDate.of(year,month,date); | |
| int day = calenderDay.getDayOfWeek().getValue(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //κΉλ―Όμ§ | |
| import java.util.ArrayList; | |
| import java.util.Arrays; | |
| import java.util.Scanner; | |
| public class Main { | |
| public static void output() { | |
| Scanner sc = new Scanner(System.in); | |
| ArrayList<int[]> listNumber = new ArrayList<>(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //κΉλ―Όμ§ | |
| import java.util.ArrayList; | |
| import java.util.Scanner; | |
| public class new8 { | |
| public static int income = 0; | |
| public static ArrayList<int[]> list; | |
| public static void incomeData(){ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //κΉλ―Όμ§ | |
| // μ λ ₯λ°μ ν보μμ μ΄λ¦μ λ°°μ΄λ‘ λ§λ€μ΄ λλ€μΌλ‘ λ½μλ΄λ μμ΄λμ΄λ‘ μ κ·Όνλλ° μ μλΌμ νλ€κ° ν¬κΈ°νμ΅λλ€..γ | |
| import java.util.Scanner; | |
| import java.util.Random; | |
| public class Main { | |
| public static void main(String[] args) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | π Morning 7 commits βββββββββββββββββββββ 4.1% | |
| π Daytime 57 commits βββββββββββββββββββββ 33.7% | |
| π Evening 58 commits βββββββββββββββββββββ 34.3% | |
| π Night 47 commits βββββββββββββββββββββ 27.8% |