C Java Python LetuscrackonFebruary 27, 2026 Matrix Palindrome The program must accept an integer matrix of size RxC as the input. The program must print YES if every row and every…
Python LetuscrackonFebruary 27, 2026 String Reverse A string S is passed as input to the program. The program must reverse the string and print the reversed value. Input Format:The first line…
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…