DemoCabinRental Code

DemoCabinRental.java /* * Mark Hesser * HesserCAN * [email protected] * www.hessercan.com */ package democabinrental;   /** * * @author mark */ public class DemoCabinRental {   /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here CabinRental cabin1 = new CabinRental(1); CabinRental cabin4 = […]

Github

Most of my Projects/Code will be available on Github! https://github.com/hessercan/

HotDogHouse

HotDogHouse.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 […]

Clue Console App

Program.cs 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 […]

CarDemo Console App

Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Car Demo # /// # # # # # # # # # # # # # # # # # […]

ShirtDemo Console App

Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Shirts Demo # /// # # # # # # # # # # # # # # # # […]

BaseballPlayer Console App

Program.cs [code language=”csharp”] using System; using System.Collections.Generic; using static System.Console; /// <summary> /// # # # # # # # # # # # /// # Mark Hesser # /// # Feb 14, 18 # /// # Baseball Player # /// # # # # # # # # # # # # # # […]

Property Tax Console App

[code language=”csharp”] using System; using static System.Console; /// <summary> /// # # # # # # # # # /// # Mark Hesser # /// # Feb 10, 18 # /// # Property Tax # /// # # # # # # # # # # # # # # # # # # # […]

Greenville MidTerm Grade A

[code language=”csharp”] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static System.Console; /// <summary> /// # # # # # # # # # # # /// # Mark Hesser # /// # Jan 30, 18 # /// # GreenvilleRevenue # /// # # # # # # # # # # […]

MovieTimes Console App

[code language=”csharp”] using System; using static System.Console; /// <summary> /// # # # # # # # # # # # # # /// # Mark Hesser # /// # Jan 25, 18 # /// # Movie Running Time # /// # # # # # # # # # # # # # # […]