For this task, you will practice writing basic C++ programs and pushing your code to GitHub using the Git CLI.
There is no separate report for this task.
π Two PDF guides will be provided:
- First Year PDF β C++ basics
- Second Year PDF β Slightly advanced C++ concepts
Follow the respective PDF as per your year.
- Write the required C++ programs as instructed in the PDF.
- Push your code to your private repository in the RoboManipal2025 organization.
- Follow the folder structure rule:
YourRepoName/
βββ Task0/
β βββ (files for Task 0)
βββ Task1/
β βββ (files for Task 1)
βββ Task2/
β βββ program1.cpp
β βββ program2.cpp
β βββ ...
- Keep all Task 2 related files inside the
Task2
folder. - Name your
.cpp
files meaningfully (e.g.,Isprime.cpp
,Palindrome.cpp
).
π Deadline: 13th october, 11:59 pm