Class Examples

CPT 162

This is a snippet of basic html code with doctype and structure.
*This is a super basic html setup
This is a visual of one of my practice tests for the class.
*A visual of a practice test

CPT 212

This code snippet allows you to see a switch case statement that takes in user input and determines value of order.
*Case statement determining value off of input
This picture shows the UI for a form using VB and the tools provided in Visual Studio.
*VB UI inside Visual Studio

CPT 232

This is very simple code that displays a message using cout which happens to be 'Hello World!'.
*This is a C++ program to display "Hello World!".
Most of the work done for this class was inside Zybooks so here is a for loop instead, which was alot of fun to learn.
*Most work was done in Zybooks, here is a for loop instead

CPT 233

This is advanced C++ that will basically be a lobby for a player in a game.
*This is the controller of my final project in this class
Here is a look at the UI of my final project game.
*UI for my final project game

CPT 238

Here is basic code that will output 1 through 10 in a for loop inside the console in your browser.
*Sadly lost all material, here is a simple for loop
In this picture, you will see that the output in the console of your browser is 1 through 10.
*Here is the output for said for loop

CPT 240

The code snippet here is just very simple php code that calculates two numbers together and rounds the result.
*PHP code that calculates two numbers together
This picture shows the UI for a form using VB and the tools provided in Visual Studio.
*Here is the UI of a DB form allowing for updating customer information

CPT 242

Here is code that populates sql tables and rows.
*The population of tables and rows in SQL
This is the UI for MySQL Workbench which is what we used to do all of our work.
*Here is the UI for MySQL Workbench

IST 238

Here is a snippet of a nav bar in my bootstrap assignment.
*This is the beginning of the nav bar in my bootstrap
This is a display of my said bootstrap assignment which shows tickets to various concerts.
*Here is a UI for the mock concerts in my bootstrap

CPT 265

The code I just provided shows you how to load resources such as images onto the layout using Monkey C which is a very scarce language.
*Loading resources onto a Garmin Watchface
This image shows the watch face displaying the name, time, date, latitude, longitude, heartrate, steps, and battery percentage.
*Here is the UI for the Garmin Watchface coded with Monkey C