Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.53 KB

index.md

File metadata and controls

57 lines (42 loc) · 1.53 KB

Daniel Yoon

Lab Reports

Interesting info

  • Born in Seoul, South Korea
  • Lives in San Diego, California
  • Work Study Eligible

Relevant Experience

  • CSE8A/8B
  • CSE12 (in progress)
  • CSE15L (in progress)
  • Proficient in Java and Python.

Projects

  • CSE8B Programming Assignments
  • Gender, Number, and Case Tool for German

Other

Language Proficiency

  • German
  • Korean
  • English

Favorite Hobbies

  1. Listening to City Pop and Romantical Classic (Miki Matsubara and Johann Strauss II)
  2. Playing Apex Legends (My clips are posted on my Youtube channel - I am a Wattson main)
  3. Learning languages (I greatly enjoy learning German)

public static String test(){ return("Hello World!"); }

public static int factorials(int num){
    int sum = 1;
    for(int i = num; i > 0; i--){
        sum *= i;
    }
    return sum;
}

Image