DSA Required For Job
DSA Required For Job
Topics to Learn:
Resources:
Khan Academy - Arithmetic & Pre-Algebra
1. Write a program to take your name and age as input and print it.
2. Input two numbers and print their sum, difference, product, and quotient.
5. Take user input for radius and calculate the area and circumference of a circle.
10. Print true if a person is eligible to vote (age >= 18), otherwise false.
17. Simple calculator using if-else (take two numbers and an operator).
18. Take the day number (1 to 7) and print the corresponding day name.
30. Print the sum of all numbers divisible by 5 between 1 and 100.
50. Create a phonebook (name → number) using HashMap and allow search by name.