Program # 22: Program to find out nth factorial of given number //Program to find the nth terms of its factorial(Level - Medium) #include <iostream.h> #in…
Program # 21: Program to find out exponent of given number //Program to find out the exponent of given number(Level - Medium) #include <iostream.h> #inclu…
Program # 20: Program to print colourful text //Program to display the text in different colors(Level - Medium) #include <iostream.h> #include <conio.h…
Program # 19: Program to perform multiple operations //Program to select an operation from list and display its results (Level - Medium) #include <iostream.h&…
Program # 18: Program to solve Arithmatic operation //Program to solve arithmetic operation(Level - Low) #include <iostream.h> #include <conio.h> …