Python LetuscrackonMarch 1, 2026 Find the oldest age in the family A family consists of N members. Their ages are passed as input separated by a space. Write a program to find the age of the oldest member in…
C Java Python LetuscrackonMarch 1, 2026 Interlace Vowels & Consonants The program must accept a string S containing only alphabets as the input. The program must print all the vowels in the string S in…
Python LetuscrackonFebruary 28, 2026 Swap Two Numbers The values for two numbers x and y will be passed as input to the program. The program must swap the two numbers and print them as output.…
Python LetuscrackonFebruary 28, 2026 Replace Border with String The program must accept a character matrix of size RxC and a string S as the input. The program must replace the characters in the border of…
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…