Planetary Weight Application
This application was created in Visual Studio using Vb.net. The app allows a user to enter their weight and select a planet. The app then converts their weight to the weight they’d be on the selected planet.The selected portion of code shows the Select Case statements I used for the planetary weight conversions. It also shows how I did my calculations and displayed the weight results. The results shown are for a weight of 100 on the planet Jupiter.
Body Mass Index Calculator Application
This application was created in Visual Studio using Vb.net. The app allows a user to select either the Imperial System or Metric System. After selecting a system, the user enters their height and weight, then is able to compute their BMI. The selected portion of code shows the Select Case statements I used to call subprocedures and determine the user's weight status. The results shown using the Imperial System with a height of 60 and weight of 100 display the user's BMI and weight status according to the CDC.
Penny or Nickle Application Flowchart
This flowchart shows how an application named Penny or Nickle Challenge runs. Flowcharting is very useful to programmers and developers because it shows how an application will run and how the different parts of the program come together.
Arkanoid Game
This game was created in Unity and Visual Studio using C#.