Python1 Min Read LetuscrackonNovember 22, 2025 Adding reversed numbers A pair of numbers (X and Y) will be passed as input. The program must reverse the numbers and find the sum S. Then the sum S must be reversed…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Alphabets Positions Reversed The program must accept N alphabets as the input. The program must print the alphabet position of each alphabet in reverse…
Python1 Min Read LetuscrackonJune 11, 2024 Sum of N Integers – Even Reversed The program must accept N integers and print the sum S of all POSITIVE integers with the even positive integers reversed. Input…
C1 Min Read LetuscrackonJune 10, 2024 Reversed Sum of Pairs An array of N integers is passed as input. The program must print the sum of every two consecutive elements in the array from last. Boundary…