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

Channel:
Subscribers:
582,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