Q-1.Write a C++ program to find the area and perimeter of a circle
Q-2.Write a C++ program that accepts the salary and age from the user and
displays the same on the screen as output.
Q-3.Write a C++ program to accept 4-digit number from the user and display sum
of all digit.
Q-4.Write a C++ program to accept 4-digit number from the user and display sum
of first and second digit.
Q-5.Write a C++ program to accept 4-digit number from the user and display sum
of two mid digit.
Q-6.Write a C++ program to accept 4-digit number from the user and display sum
of two last digit.
Q-7.Write a C++ program to accept 4-digit number from the user and display sum
of first and last digit.
Q-8.Write a C++ program to accept 4-digit number from the user and print it in
reverse order.