C LetuscrackonJanuary 4, 2026 Chess, Carrom and Scrabble Players Each student in a class of ‘n’ plays at least one indoor game chess, carrom and scrabble. Given three list of names of students who play…
C LetuscrackonJanuary 3, 2026 Product – Swap Unit Digits The program must accept two integers X and Y as the input. The program must print the product of X and Y after swapping their unit digits as…
C Java LetuscrackonJanuary 3, 2026 Palindrome Missing Alphabet Problem Statement :String S which is a palindrome is passed as the input.But just one alphabet A is missing in S. The program must print the…
C LetuscrackonJanuary 2, 2026 Pattern – Half Pyramid Reverse Given a positive integer value N as input, print the pattern as in the Example Input/Output section. Input Format:The first line contains N.…
Java LetuscrackonJanuary 2, 2026 First and Last Odd Digits Given N positive integers, the program must print the integers if the first and last digits are odd digits. Boundary Condition(s):1 <= N…
C LetuscrackonJanuary 1, 2026 Check All Vowels Present The program must accept a string S. The program must print yes if all the vowels are present in S as the output. Else the program must print…
C LetuscrackonJanuary 1, 2026 Check Repeated Alphabets The program must accept a string value S as the input. The program must print invalid if the alphabets are repeated continuously for more than…
C LetuscrackonDecember 31, 2025 Matrix Zig-Zag from Top Right 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 Dynamic Programming LetuscrackonDecember 31, 2025 String & Asterisks Zig-Zag Pattern The program must accept a string S and an integer N as the input. The program must form a character matrix of size NxN with the asterisks (*).…
C LetuscrackonDecember 30, 2025 Distance Travelled + or – The program must accept a string S representing the direction of movement as the input. The string S contains only the…