About Course
The “Control Structures I” short course in the “Introduction to Programming with C++” master course is a comprehensive introduction to fundamental programming concepts using control structures in C++. Through a series of practical tutorials, learners will gain proficiency in conditional statements and loops. The course covers a wide range of topics, including calculating the sum of digits, finding maximum and second maximum numbers, and creating basic calculators for arithmetic operations and aggregate calculation. Additionally, students will explore temperature conversions, methods for displaying digits and identifying shapes. The course concludes with an engaging project where participants can implement a Rock Paper Scissors game, demonstrating the practical application of control structures in game development. By completing this course, students will develop strong programming skills in C++ and gain confidence in using control structures to solve various programming tasks.
Course Content
Control Structures 1 (if, else, switch, Conditionals)
-
Sum of Digits-Part 1
18:41 -
Sum of Digits – Part 2
05:38 -
Sum of Digits – Part 3
07:21 -
Sum of Digits – Part 4
10:19 -
Finding Maximum Number – Part 1
11:35 -
Finding Maximum Number – Part 2
17:30 -
Finding Second Maximum Number
08:43 -
Make Your 1st Calculator
17:37 -
Digit By Digit Display
05:26 -
Highest Aggregate Calculator
05:34 -
Tempertaure Conversion
08:32 -
Rock Paper Scissors Game
07:10 -
Identify The Shape
09:22