C LetuscrackonSeptember 11, 2025 Same Case N String The program must accept N string values of equal size as the input. The program must print the count of position of the string where all the…
C LetuscrackonSeptember 10, 2025 Prime Numbers – Ranges The program must accept T pairs of integers as the input. For each pair P (P contains two integers X and Y)…
Python 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…
LetuscrackonSeptember 9, 2025 10+ Essential skills Every Programmers and Developer should learn in 2022 1) Containers (Docker and Kubernetes) In 2020, I believe every programmer, software engineer, data scientist, and even project manager should…
Python LetuscrackonSeptember 9, 2025 Integer – Place Values The program must accept an integer N as the input. The program must print each place value in the integer N as the output. Boundary…
Python LetuscrackonSeptember 8, 2025 Toggle – Digits and Words The program must accept a string S which contains digits as integer values and words. The program must toggle the digits to words and words to…
Python LetuscrackonSeptember 8, 2025 Serial Killer – N Houses There are N houses in a row. A serial killer plans to kill people in these houses. If he targets Xth house, he will…
Python LetuscrackonSeptember 7, 2025 Expand String based on Frequency In a string compression technique, a string can be compressed based on the following condition.– If a character occurs…
Python LetuscrackonSeptember 7, 2025 Boxes and Balls There are N boxes and N balls on a table. Each box can hold a maximum of one ball only if the size of the ball is less…
C LetuscrackonSeptember 6, 2025 function countOrderedChairs The function/method countOrderedChairs accepts an argument str representing a string value. The string str contains only…