Saturday Questions,-26-March-2022
Saturday Questions
- Write a program to print the M pattern.
- Write a programm to print the Fibonacci Number to N in reverse order.
- Check for palindromes in a list.
- Write the pattern Z
0000
0
0
0
0000. - Sort this array [4, 3 , 24, 7, 3] using counting sort.
- Write a program to check for a leap year
- Find the maximum of 3 numbers
- Sort this array [9, 4, 7, 3, 1] using selection sort
- Write a programm to find days in a month given the month no and year
- Find the odd and even numbers in a list.
0 Comments