C1 Min Read LetuscrackonOctober 24, 2025 Position Digits Sum The program must accept two positive integers as the input and then print the sum of their unit digits, tenth digits and so on. Input Format:…
C1 Min Read LetuscrackonOctober 22, 2025 Square Matrix – Corner Elements Sum A square matrix of size N*N is passed as input. The program must calculateand print the sum of the elements in the corners. Example 1:…
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…
Python1 Min Read LetuscrackonOctober 13, 2025 Words to Digits – Integers Sum The program must accept N integers as the input, but certain digits in some integers are denoted in words (in lower case). The…
Python1 Min Read LetuscrackonOctober 11, 2025 Series using Sum of Digits The program must accept two integers N and K as the input. The program must generate a series of integers based on the…
Python1 Min Read LetuscrackonOctober 8, 2025 Array Maximum Sum Divisible By N n array of numbers separated by space will be passed as input. A number N is also passed as input. The program has to print the maximum sum of…
Python1 Min Read LetuscrackonOctober 1, 2025 Find the digital sum A number N is passed as an input to the program. The program must print the digital sum of the number. Note: The digital sum of a number is…
C Java Python1 Min Read LetuscrackonSeptember 30, 2025 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…
C1 Min Read LetuscrackonSeptember 13, 2025 Sum of Unique Elements in the Array The program must accept a positive integer array of size N as the input. The programmust print the sum of unique elements in the array as the…
Python1 Min Read LetuscrackonSeptember 10, 2025 Split Integer – Range Sum The program must accept an integer N as the input. The program must print YES if it is possible to split the integer N…