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.…
Java LetuscrackonFebruary 21, 2026 JAVA – Class – Static Method Definition The main method in Hello.java is as shown below. Define the class Marks.java by filling in the code so that the program accepts the marks in…
C Java Python LetuscrackonFebruary 20, 2026 Sort – Domain Names The program must accept the email addresses of N students as the input. The program must print the names of the email domains based…
C LetuscrackonFebruary 20, 2026 C – Function – Average An array of N integers is given as input. The program must print the average with precision up to two decimal places. Fill in the missing…
C Java Python LetuscrackonFebruary 19, 2026 Integer – Count of Even Integers The program must accept an integer N as the input. The program must print the number of even integers that can be formed from the…
C LetuscrackonFebruary 19, 2026 C – Stack – Reverse Integers An array of N integers is given as input. The program must reverse the integers using a stack. Fill in the missing lines of code to implement…
Java LetuscrackonFebruary 18, 2026 JAVA – Static Members – Students Count The main method in Hello.java is as shown below. Define the class Student.java by filling in the code so that the program…