Python1 Min Read LetuscrackonMarch 16, 2025 Multiply Multiples with Unit Digit Program In Python Multiply Multiples with Unit Digit: Two numbers X and Y are passed as the input where Y > X. Another number N is also passed as the input…
Python1 Min Read LetuscrackonMarch 9, 2025 Right Triangle Characters Pattern Program in Python Right Triangle Characters Pattern: A string S is passed as the input to the program. The program must print the characters in the string in…
Python1 Min Read LetuscrackonMarch 8, 2025 Atleast N Vowels Program in Python Atleast N Vowels: A string S is passed as the input to the program along with a positive integer value N. The program must print Yes if the…
Python1 Min Read LetuscrackonFebruary 28, 2025 ZigZag Pattern – Start with Base Program in Python ZigZag Pattern – Start with Base: Two positive integer values X and Y are passed as input to the program. The program must print the…
Java1 Min Read LetuscrackonFebruary 13, 2025 Smallest Substring Program in Java The program must accept a string S as the input. The program must print the smallest substring containing all the distinct…
C1 Min Read LetuscrackonFebruary 12, 2025 Inverted Trapezium Pattern Program In C Inverted Trapezium Pattern Program In C: The program must accept an integer N as the input. The program must print the desired…
C2 Min Read LetuscrackonFebruary 11, 2025 Uncommon Integers – Two Arrays Program in C The program must accept two integer arrays of sizes M and N as the input. The program must print all the uncommon…
Python1 Min Read LetuscrackonFebruary 10, 2025 Python Program To Check if N is Formed from M The program must accept two integers M and N as input. The program must print “YES” if an…
Python1 Min Read LetuscrackonFebruary 9, 2025 K Integers – Same Ends Program In Python The program must accept two integers N and K as the input. The program must print the first K integers greater than N…
C Dynamic Programming2 Min Read LetuscrackonJanuary 17, 2025 Minimum Cost – Toll Plaza Program Minimum Cost – Toll Plaza Program: A taxi driver needs to drop his customer to a place. There are many toll plazas through which the…