I am an undergraduate Senior student at the University of California San Diego majoring in Mathematics-Computer Science.
Stay Positive! - Suitmate Angel
My favorite computer language is Java because it’s the first computer language I have leaned.
Here is what I wrote in the first time I learned in Java:
` class HelloWorld { public static void main (String[] args) { System.out.println (“Hello, World!”); } }`