Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

Welcome To FCIT

Iqra Sarwar Here!

● 2019-2023

● SE(M) - OC

● Software Engineer at Arbisoft


CGPA
Grading System of University

Does it matters?
Yes, it does. Why?

● Speaks about what you did as a full time student in 4 years


● Makes your hardworking and consistency obvious
● Reflects your level of understanding of things taught at university

ye
CGPA
How does it helps?

In securing interview chances while searching any job or internships

What else can compensate for bad CGPA?

Extraordinary skills and technical expertise

Which skill matters a lot as freshie?

Competitive Programming >> Tech Stack expertise

CP helps in securing the job and tech stacks help in doing the job
CP
Problem Statement

You are ordering pizza with your friends, and you want to calculate the
total cost of the pizza slices you are going to share. The pizza is divided
into equal slices, and each slice has a fixed price.

Write a program to calculate the total cost of n pizza slices based on


the number of slices you and your friends plan to eat.
CP
Input

● The first line contains an integer n (1 <= n <= 100), representing the total number of pizza slices.
● The second line contains an integer price_per_slice (1 <= price_per_slice <= 10), representing the price
of each pizza slice.

Example Input

2
CP

Output

● Output a single integer, the total cost of the pizza slices.

Example Output

10
How To Get Started?

● Learn basic syntax of any programming language. E.g. C++, Python

● If C++, Learn about C++ STL

● Start practicing daily, or on alternate days, or on weekends at least.

Make youtube your best friend.


Some Youtube Channels
https://www.youtube.com/@ApnaCollegeOfficial

https://www.youtube.com/@abdul_bari

https://www.youtube.com/@iamluv

https://www.youtube.com/@NeetCode

https://www.youtube.com/@Errichto2

https://www.youtube.com/@SaadAslam1

https://www.youtube.com/@SaadHassan43
CP Sites
Beginners

https://www.hackerrank.com/

https://www.codechef.com/

For advanced CP

https://codeforces.com/

For interview Prep

https://leetcode.com/
How to get good CGPA and be better at CP?

● Practice Programming as much as you can.

● Be consistent!

● Do smart work and hard work as well!

● Smart work in non-core subjects and hard work on your core concepts and skills
Closing Remarks
● Focus on your health and mental health too.

● Help others as much as you can.

● Please take university life as a collaborative journey with your colleague not a rat race to win.

You can reach me out anytime!

https://www.linkedin.com/in/iqrasarwar/

https://github.com/iqrasarwar

You might also like