Java1 Min Read LetuscrackonJune 9, 2024 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 LetuscrackonJune 8, 2024 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 LetuscrackonJune 8, 2024 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 LetuscrackonJune 8, 2024 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 LetuscrackonJune 8, 2024 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 LetuscrackonJune 8, 2024 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 LetuscrackonJune 8, 2024 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 LetuscrackonJune 8, 2024 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…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Reduce Array – Remove Odd The program must accept an array of N even integers as the input. The program must print the output based on the following…
C Java Python1 Min Read LetuscrackonJune 8, 2024 Fibonacci Sum – N Integers The program must accept N integers as the input. The program must find the integers which are present in the Fibonacci series. Then the…