CSE110-lab1

Ayat Alwazir

About Me

Hi! I’m Ayat, and I enjoy learning how software, data, and problem solving come together to build useful things.

I am interested in programming, machine learning, and building projects that have real impact. Outside of programming, I enjoy making music and going to the gym! My favorite place in San Diego is here! These are my goals. And this is me :)

As a Programmer

I like writing code that is clear, practical, and useful. Some areas I enjoy include:

Favorite Language

My favorite programming language is Java because it is versatile, object-oriented, and has many kinds of applications.

Skills

Technical Skills

Goals

  1. Become a stronger software developer
  2. Build a polished real-world projects
  3. Improve my version control workflow
  4. Keep learning new tools

Task List

A Quote I Like

“Float like a butterfly, sting like a bee.” — Muhammad Ali

Example Code

```Java public static void main(String[] args) { System.out.println(“Hello, world!”); }