CSE110-Lab-Week-0-1

hurl365’s User Page

Prologue

This is Zane Truesdale that I painted more than a year ago

Looks like somebody’s amped up!

Encounter

The reason why I got into programming at first was that I wanted to utilize Arduino to create some cool gadgets. Now I realize there are so much more I can do with computers and circuits. For examples, creating lasers.

Rising Actions

The following crappy code gives a good demonstration of what I am good at:

#include <stdio.h>
#include <stdlib.h>
int main(){
  char goodAts[][19] = {"Sleep", "Eat and drink", "Go to the bathroom"};
  for(int i = 0; i <= 3; i++) {
      int index = i+1;
      printf("%d: %s\n", index, &goodAts[i][0]);
  }
  return 0;
}

It should supposedly have a segmentation fault, but it will depend on the implementation of the system.

Climax

Here is a list of programming languages I have worked with:

*This list is subject to change soon.

This is how I rank them from my most favourite to the least

  1. C
  2. Java, C#, Swift
  3. C++, Python

*This order is subject to change soon.

Falling Actions

Outside of programming, I love digital art and I paint anime from time to time. Go back up to check out my painting again! I hope you like them ;)

I also like to work in our community.xs

Conclusions

Here are some short and long term goals I have: