L1P1: Create a Car Class Post author:Paul Webo Post published:July 3, 2025 Post category: – Define properties and behaviors Continue ReadingL1P1: Create a Car Class
L6P3: Mini Math Library Post author:Paul Webo Post published:July 3, 2025 Post category: – Group common math operations Continue ReadingL6P3: Mini Math Library
L6P2: Palindrome Checker Post author:Paul Webo Post published:July 3, 2025 Post category: – Write a boolean method Continue ReadingL6P2: Palindrome Checker
L6P1: Reusable Calculator Post author:Paul Webo Post published:July 3, 2025 Post category: – Use multiple methods Continue ReadingL6P1: Reusable Calculator
L5P3: Find Max Score Post author:Paul Webo Post published:July 3, 2025 Post category: – Iterate through arrays Continue ReadingL5P3: Find Max Score
L5P2: Reverse an Array Post author:Paul Webo Post published:July 3, 2025 Post category: – Write a reverse function Continue ReadingL5P2: Reverse an Array
L5P1: Store Student Scores Post author:Paul Webo Post published:July 3, 2025 Post category: – Use an array of integers Continue ReadingL5P1: Store Student Scores
L4P3: Multiplication Table Post author:Paul Webo Post published:July 3, 2025 Post category: – Nested loops output Continue ReadingL4P3: Multiplication Table
L4P2: Number Guessing Game Post author:Paul Webo Post published:July 3, 2025 Post category: – Repeat until correct Continue ReadingL4P2: Number Guessing Game
L4P1: Count to 10 Post author:Paul Webo Post published:July 3, 2025 Post category: – Use a for loop Continue ReadingL4P1: Count to 10