Your experience on this site will be improved by allowing cookies
Write a program to find the maximum length and second maximum length word from the following paragraph: "Welcome to shiva concept solution, we provide IT training & placement assistance"
Write a program to count the total repeated characters in each word in the following paragraph: "Welcome to shiva concept solution, we provide IT training & placement assistance"
Write a program to print the factorial if a number is not prime. Otherwise, display the multiplication table if the number is prime in the Fibonacci series.
Write a program to create a decorator that will convert a table program to a factorial program. Both table and factorial should be written in expression format.
Write a program to print the following pattern:
A a B b C
A a B b
A a B
A a
A
Write a program to print the following pattern:
1 0 0 1 0
1 0 0 1
1 0 1
1 0
1
Write a program to convert a name into a binary number.
Write a program to convert any binary number into a decimal number.
Write a program to create a class to manage a LinkedList (data and address) and add items and display items from the LinkedList.
0 comments