Write a Program to swap two numbers. Display the numbers before and after swapping.
Write a Program to find the Roots of a Quadratic Equation ax2+bx+c=0.
Write a Program to reverse a Number
Write a Program to find whether a number is prime or not
Write a Program that counts the number of vowels and consonants in a given string
Write a Program to reverse a string.
Write a Program to sort an array of 6 numbers in ascending order
Write a Program to find the maximum and minimum of 4 numbers
Write a Program to find if a number is a palindrome or not
Write a Program to generate fibonacci series till n numbers. n is user input.
Write a Program to print n Prime Numbers. n is user input.
Write a Program to perform Matrix Multiplication and Addition
Write a Program to find transpose of a Matrix