1) Write  C++ program that displays square and cube value of given no.

2) Write  C++ program that accepts 4 subjects marks and finds total and average marks.

3)Write a C++  program to check whether the number entered is even ,odd , a positive , negative or zero.

4) Write a C++ program that finds input three digit number is Armstrong number or not.

5) Write a C++ program that finds input  number is Prime number or not.

6) Write a C++ program that displays Array numbers in Forward and Reverse direction

7) Write a C++ program that finds and display factorial value of given number using function.

8) Write a C++ program that displays prediction of Favorite fruit .

9) Write a C++ program that calculates Simple Interest using default arguments values.

10) Write a C++ program that displays Pascal triangle numbers.