C Java Kickstart Python LetuscrackonJuly 28, 2025 Sorted or Not Accept three integers A, B and C as the input. If A, B and C are in ascending order or in descending order then print…
Python LetuscrackonJuly 27, 2025 Magical Board Game In a magical board, there are R red coins and B black coins. There are two magnets on the board that pull the coins…
C Java Kickstart Python LetuscrackonJuly 27, 2025 Absolute Difference Multiples The program must accept two integers N1 and N2 as the input. The program must print the first 10 multiples of their…
Python LetuscrackonJuly 26, 2025 Alphanumeric Palindrome The program must accept a string S as the input. The program must print YES if all the alphanumeric characters in the…
Python LetuscrackonJuly 26, 2025 Rotate Matrix by X Degrees The program must accept an integer matrix of size NxN and an integer X as the input.The program must rotate the matrix by X degrees in the…
C Java Kickstart Python LetuscrackonJuly 25, 2025 Multiple of 30 Plus 1 or 2 The program must accept an integer N as the input. The program must print YES if N is exactly one or two more than a…
Python LetuscrackonJuly 25, 2025 Split String Values – Palindrome The program must accept two string values S1 and S2 of equal length as the input. The program must split both the string…
Python LetuscrackonJuly 24, 2025 Non-overlapping Square Submatrices The program must accept an integer matrix of size RxC as the input. The program must print all possible non-overlapping square…
Python LetuscrackonJuly 24, 2025 Rotate Digits – 180 Degrees The program must accept an integer N as the input. The program must form an integer X by rotating the each digit 180…
Python LetuscrackonJuly 23, 2025 Words Starting with Upper Case The program must accept a string S containing multiple words as the input. The program must print the words starting with an upper…