C Java Python2 Min Read LetuscrackonJune 12, 2024 Numbers and Asterisks – V Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Except the Nth Position The program must accept a string value S and an integer N as the input. The program must remove the characters which are…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Longest Palindrome Length The program must accept a string S as the input. The program must print the length of the longest palindrome that can be formed with…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Even Sum of Unit Digit and Tenth Digit The program must accept two integers X and Y as the input. The program must print the integers having the sum of the tenth…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Difference – Sum of Odd and Even Digits Given a maximum of hundred digits as the input. The program must print the difference between the sum of odd and even digits as the output. If…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Consonant – Vowel Pairs The program must accept a string S as the input. The program must print all the pairs having a consonant followed by a vowel in the string S…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Toggle Case – Reversal The program must accept a string S containing only alphabets and an integer X as the input. The program must toggle the case of the first X…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Twisted Prime The program must accept an integer N as the input. The program must print YES if N is a twisted prime number. Else the…
C Java Python2 Min Read LetuscrackonJune 12, 2024 Sort the String Values Based on Length The program must accept N string values as the input. The program must sort the string values based on the length of each string…
C Java Python3 Min Read LetuscrackonJune 12, 2024 Two Matrix Spiral Print The program must accept two square matrices which are of size N*N. Then the values in the matrices must be printed spirally in clock wise…