Python_CPP_2_Month_Plan
Python_CPP_2_Month_Plan
- Example Task: Write a program to take user input and print a greeting message.
- Example Task: Take user input for two numbers and print their sum.
- Python: Learn loops (for, while). Write a program to print numbers 1-10.
- C++: Learn loops (for, while). Write a program to print even numbers 1-10.
- Python and C++ (Split Time): Solve basic problems like finding even/odd numbers, simple
calculators, etc.
#### Day 7 (Sunday - Review):
- Python:
- C++:
- Python: Learn about Classes and Objects. Write a class to represent a Student.
- C++: Learn about Classes and Objects. Implement a class for a Bank Account.
- Mini Projects: