Python LetuscrackonFebruary 26, 2026 Matrix Rotation – Anti Clock Wise A M*N matrix having M rows and N columns containing integer values is passed as the input. The matrix must be rotated R times in counter-clock…
C LetuscrackonFebruary 26, 2026 Forest Fire – TCS CodeVita Roco is an island near Africa which is very prone to forest fire. Forest fire is such that it destroys the complete forest. Not a single tree…
C LetuscrackonFebruary 25, 2026 String Stairs Pattern The program must accept a string S containing only alphabets as the input. The program must print the string S…
Java LetuscrackonFebruary 24, 2026 JAVA – Class – Constructor Plus Methods Definition The main method in Hello.java is as shown below. Define the class SimpleCalculator.java by filling in the code so that the…
Python LetuscrackonFebruary 24, 2026 Print Numbers – Frequency Based An array of N positive integers is passed as input. The program must print the numbers in the array based on the frequency of their…
Java LetuscrackonFebruary 23, 2026 Calculator Implementation The interface Calculator defines the following methods. Define the class NormalCalculator so that it implements the interface Calculator.…
Python LetuscrackonFebruary 23, 2026 Remove First K Even Digits The program must accept N integers and an integer K as the input. The program must remove the first K even digits among the digits of N…
LetuscrackonFebruary 22, 2026 Finding Sum – TCS CodeVita The program must accept N integers and an integer P as the input. The program must print the number of subsets of…
Python LetuscrackonFebruary 22, 2026 Two Digital Clocks Two digital clocks C1 and C2 (in 24-hr format) are hanging in a room showing two different times in chronological order.…
Python LetuscrackonFebruary 21, 2026 Reverse Alphabet Triangle Pattern The program must accept an integer N as the input. The program must print the desired pattern as shown in the Example Input/Output section.…