C1 Min Read LetuscrackonApril 13, 2025 Remove Pairs – Different in Case Remove Pairs – Different in Case: The program must accept a string S as the input. The program must remove two continuous…
Python1 Min Read LetuscrackonJanuary 16, 2025 Remove Characters from Left Remove Characters from Left: The program must accept two string values S1 and S2 as the input. The program must print the minimum number of…
Python1 Min Read LetuscrackonJanuary 3, 2025 Concatenate Remove & Interlace Concatenate Remove & Interlace: The program must accept two string values (S1 and S2) and a character CH (The character can be +, –…
Python1 Min Read LetuscrackonNovember 6, 2024 Python Program To Remove First and Last Characters in a String The program must accept a String value S and remove the first and last characters. Input Format:The first line denotes the value of S. Output…
Python1 Min Read LetuscrackonJune 12, 2024 Cut & Remove Rods The program must accept N integers representing the length of N rods. A boy cuts the rods into smaller rods based on the following conditions.…
Java1 Min Read LetuscrackonJune 11, 2024 Remove First And Last Till End Given a string S, print the string S removing first and last character till no characters are left. Boundary Condition :1 <= Length of…
C Python1 Min Read LetuscrackonJune 11, 2024 Remove Duplicate Characters The program must accept a string S as the input. The program must remove the duplicate characters in the string S and then the…
C Python2 Min Read LetuscrackonJune 11, 2024 Chars To Remove For Same String Value N string values S1, S2, S3, SN are passed as input to the program. Values of S1, S2, S3, SN are such that if one character is removed from…
C TCS CodeVita1 Min Read LetuscrackonJune 10, 2024 Stone Game – Remove Last – TCS CodeVita Alice and Bob are playing a game called “Stone Game”. Stone game is a two-player game. Let N be the total number of stones. In…
Python1 Min Read LetuscrackonJune 10, 2024 Remove the odd numbers A number N is passed as input. The program must remove all the odd digits in the passed number and display the number. If there are no…