Learn C# by DOING, FizzBuzz Beginner Project (Overview + Walkthrough)

Channel:
Subscribers:
575,000
Published on ● Video Link: https://www.youtube.com/watch?v=7RwMD97Le7I



Duration: 0:00
4,267 views
207


šŸŽ‰ Get the Code Monkey Summer Bundle! (DEEP DISCOUNT!) https://cmonkey.co/summer2025bundle
šŸŒ Get the Premium Course! https://cmonkey.co/csharpcompletecourse
šŸ’¬ Learn by doing the Interactive Exercises and everything else in the companion project!

āœ… FREE Game Dev Report Newsletterhttps://cmonkey.co/gamedevreportnewsletter.
ā¤ ļø FREE Complete Courshttps://cmonkey.co/freecoursesses
šŸŽ® Play my Steam gamhttps://cmonkey.co/dinkyguardiansans

šŸ”“ RELATED VIDEOS šŸ”“
Learn C# FREE Tutorial Course Beginner to Advanced!    • LearnĀ C#Ā FREEĀ TutorialĀ CourseĀ BeginnerĀ toĀ ...Ā Ā 
Learn Unity Beginner/Intermediate (FREE COMPLETE Course - Unity Tutorial)    • LearnĀ UnityĀ Beginner/IntermediateĀ 2025Ā (FR...Ā Ā 
Learn Unity Multiplayer (FREE Complete Course, Netcode for Game Objects Unity Tutorial)    • LearnĀ UnityĀ MultiplayerĀ (FREEĀ CompleteĀ Cou...Ā Ā 
Learn Unity DOTS!    • UnityĀ DOTSĀ CourseĀ isĀ finallyĀ FINISHED!Ā (Ma...Ā Ā 
Take your Skills to the NEXT LEVEL by making a Turn-Based Strategy game! (Unity Complete Course)    • TakeĀ yourĀ SkillsĀ toĀ theĀ NEXTĀ LEVELĀ byĀ maki...Ā Ā 
My Game Dev Journey (40+ Games! | mIRC to Flash to Steam)    • MyĀ GameĀ DevĀ JourneyĀ (40+Ā Games!Ā |Ā mIRCĀ toĀ ...Ā Ā 
Day in the Life of a Game Dev and YouTuber    • DayĀ inĀ theĀ LifeĀ ofĀ aĀ GameĀ DevĀ andĀ YouTuberĀ Ā 
How much MONEY my Game made (and how much it cost!)    • HowĀ muchĀ MONEYĀ myĀ GameĀ madeĀ (andĀ howĀ muchĀ ...Ā Ā 
Ultimate Unity Overview (70 Tools and Features Explained!)    • UltimateĀ UnityĀ OverviewĀ (70+Ā ToolsĀ andĀ Fea...Ā Ā 

šŸ’¬ The best way to learn is by DOING! Meaning you have to apply what you're learning in order to ensure you're really learning.
Here's a practice project titled FizzBuzz, you should print the numbers 1 through 100 and if it's divisible by 3 you print Fizz, if by 5 you print Buzz, if by both 3 and 5 you print FizzBuzz.
This is a classic interview question and a great beginner project.
The first lecture covers the overview of the problem, and the second lecture is the walkthrough where I complete the project step by step. BUT you are only supposed to watch the second lecture AFTER you try building the project yourself, that's how you test your skills and validate that you're truly learning.
Check out my entire C# course covering everything from Beginner to Advanced including all 10 Beginner Projects.

šŸŒ Get the Premium Courshttps://cmonkey.co/csharpcompletecourserse
šŸŽ‰ Get the Code Monkey Summer Bundle! (DEEP DISCOUNThttps://cmonkey.co/summer2025bundledle

00:00 Intro
00:20 Why You Should Practice Coding
01:20 About FizzBuzz
02:50 Project Goal & Output
04:30 Key Hints and Tips
06:00 Pause and Build it Yourself!
07:10 Full FizzBuzz Walkthrough
13:38 Alternative Solutions
15:45 Wrap Up and Next Steps

#csharp #programming