Java Python1 Min Read LetuscrackonNovember 14, 2025 Reverse String Till Underscore String S is passed as the input to the program. S may or may not have a single underscore embedded in it. The program must reverse the String…
Java1 Min Read LetuscrackonNovember 14, 2025 Average Speed A single line L with a set of space separated values indicating distance travelled and time taken is passed as the input. The program must…
Java1 Min Read LetuscrackonNovember 13, 2025 Meeting Late Comers A certain number of people attended a meeting which was to begin at 10:00 am on a given day. The arrival time in HH:MM format of those who…
C Java Python2 Min Read LetuscrackonOctober 22, 2025 Integers Sum – Split, Sort and Merge The program must accept N integers as the input, where each integer contains a pipe symbol. The program must find the sum of the…
C Java Python2 Min Read LetuscrackonOctober 20, 2025 Split String into Words – Length The program must accept an integer N, a string S and N integers as the input. The string S contains N words without any space.…
C Java Python3 Min Read LetuscrackonOctober 18, 2025 Matrix Layers – Fill from each Corner The program must accept five integers A, B, C, D and N as the input. The value of N is always even.…
C Java Python2 Min Read LetuscrackonOctober 17, 2025 Reduce Matrix – Powers of Two The program must accept a matrix of size N*N containing only digits as the input. The value of N is always a power of two. The…
C Java Python2 Min Read LetuscrackonOctober 17, 2025 Form Integers – Divisible by 25 The program must accept a string S representing a number. The string S contains digits, underscores and X‘s. The program…
C Java Python1 Min Read LetuscrackonOctober 16, 2025 Products – Total Price There are four products A, B, C and D in a shop. The price of the four products are given…
C Java Python1 Min Read LetuscrackonOctober 15, 2025 Maximum Value – Add or Product The program must accept N integers as the input. For each integer X among the given N integers, the program must print the…