CSE110

CSE 110: Software Engineering

Who am I?

My name is Cristian Antonio Hernandez, a second year transfer student and Math - CS major at UCSD My interests are in applied mathematics, in particular, optimization, and computer science. What inspired me to start programming was my interest in video games, I wanted to undstand how a game was what makes a character move, act, etc, but more importantly, what made the game so addicting fun.

The code doesn’t work…WHY? - Most programmers

Use syntax when programming in languages that require it.

e.g. Java: System.out.println("Hello World!");

An example of a program in C++:

#include <iostream>

using namespace;
int main()
{
    cout << "Hello World!" << endl;   
    return 0; 
}

Lab Week 0 & 1 - VSCode, Markdown, and Git Part 1

This is my dog Princess, a chihuahua mix. This is an image

Clicking this link takes you back to Who am I section.

Programming Knowledge

Languages:

Courses for this quarter.

Fall 2022

  1. CSE 110
  2. ECE 174
  3. MATH 173A
  4. MATH 187A

Lab 0 - 1 Checklist