Python1 Min Read LetuscrackonMarch 13, 2025 Characters at Positions of Multiples of X Given a string S and an integer X as input, the program must print the characters at the positions of multiples of X until the last character…
C Java Python1 Min Read LetuscrackonJune 12, 2024 Count of Even Digits in Odd Positions The program must accept an integer N as the input. The task is to count and print the number of even digits in N that are present in odd…
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 String Rotation Odd and Even Positions A string S and two integers M and N are passed as input. The program must rotate the characters present in the odd positions of the string M…
Python1 Min Read LetuscrackonJune 9, 2024 Reverse and remove letters in vowel positions Sharon does not like vowels. So she wants to remove vowels from any string. But her friend Jennie loves vowels and wants to retain vowels in…
C Java Python1 Min Read LetuscrackonJune 9, 2024 Rotate String – N Positions A string S of length L is passed as the input. The program must rotate the string S by N position in forward direction and print the result as…
Python1 Min Read LetuscrackonJune 7, 2024 Sort Matrix & Print Positions Sort Matrix & Print PositionsThe program must accept an integer matrix of size R*C containing only unique integers as the input.…
C Python1 Min Read LetuscrackonJune 7, 2024 Positions of Smallest and Largest Please change variable names C++ : C: Python :
Python1 Min Read LetuscrackonJune 7, 2024 Same Bits – Odd Positions The program must accept two integers X and Y as the input. The program must print an integer C whose binary…