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…
Java1 Min Read LetuscrackonJune 8, 2024 Find Palindrome and its index A String is given S, we have to find the palindrome in that and print the starting and ending index. Example I/O: Example I/O: Sample Input 1:…
C Java Python2 Min Read LetuscrackonJune 8, 2024 Patients Token The program must accept the names of N patients and the time (in 24-hr format) they entered a hospital as the input. The hospital’s…