CSE 1321 Source Code

Code examples are hosted on Repl.it. You can register for a free account and run my code there, you can also fork my code to make your own copy to experiment with freely. Some of the code examples are incomplete as they are just intended to show particular topics.

   Input/Output & Calculations - C++: MoonWeight - TemperatureConversion - WeightGain

   Input/Output & Calculations - C#: MoonWeight - TemperatureConversion - WeightGain

   Input/Output & Calculations - Java: MoonWeight - TemperatureConversion - WeightGain

   Data Types and Expressions - C++: Swap

   Data Types and Expressions - C#: Swap

   Data Types and Expressions - Java: Swap

   Selection Structures - C++: LabGradeIF - LabGradeSWITCH

   Selection Structures - C#: LabGradeIF - LabGradeSWITCH - LectureGradeEstimator

   Selection Structures - Java: LabGradeIF - LabGradeSwitch

   Repetition Structures - C++: Calculator - Equivalency - NestedLoop - Pre versus Post - Reverse - Sentinel&Validation - Stars - SumNumbers

   Repetition Structures - C#: Calculator - Equivalency - NestedLoop - Pre versus Post - Reverse - Sentinel&Validation - Stars - SumNumbers

   Repetition Structures - Java: Calculator - Equivalency - NestedLoop - Pre versus Post - Reverse - Sentinel&Validation - Stars - SumNumbers

   Methods - C++: Exponent - GuessTheNumber -MaxOfThree - MaxOfThreeAlternate - Vowel

   Methods - C#: Exponent - GuessTheNumber - MaxOfThree - MaxOfThreeAlternate - Vowel

   Methods - Java: Exponent - GuessTheNumber -MaxOfThree - MaxOfThreeAlternate - Vowel

   Classes & Objects - C++: Dog - Monster - Player - AdvancedDog - OdometerTree

   Classes & Objects - C#: Dog - Monster - Player - AdvancedDogTree

   Classes & Objects - Java: Dog - Monster - Player - AdvancedDog - Tree

   Arrays - C++: 1DArrays - 2DArrays 

   Arrays - C#: 1DArrays - 2DArrays 

   Arrays - Java: 1DArrays - 2DArrays 

   Searching & Sorting - C++: BinaryLinear - Bubble - Insertion - Selection

   Searching & Sorting - C#: Binary - Linear - Bubble - Insertion - Selection

   Searching & Sorting - Java: Binary - Linear - Bubble - Insertion - Selection

©