C TCS CodeVita LetuscrackonMay 20, 2026 New ATM Design – TCS CodeVita Automated Teller Machine (ATM) is an electronic device that enables people to withdraw cash from their bank account. Every ATM has a limit for…
C TCS CodeVita LetuscrackonMay 20, 2026 Hermoine Number – TCS CodeVita Voldemort is finally dead, Hermoine is bored and has now developed some interest in mathematics, so she keeps challenging her friends. Harry…
LetuscrackonMay 19, 2026 SQL – Top Revenue Grossed By Year In Movies movie is a database table containing movie details whose create DDL is given below. The revenue of the movie is in millions. Write the SQL to…
C Python LetuscrackonMay 19, 2026 Date Overlap The program must accept two date ranges as the input. The program must print YES if the date ranges are overlapping. Else the program must…
Dynamic Programming Java LetuscrackonMay 18, 2026 Selling Wine Bottles There are N wine bottles packed and arranged in a row from left to right. The wine bottles can be sold only one per year with a…
Python LetuscrackonMay 18, 2026 Four Strings Rectangle Four strings out of which two have the same length L1 and the remaining two have the same length L2 are passed as the input to the program.…
C LetuscrackonMay 17, 2026 Bomb Blast Survivors An N*N grid is passed as input to the program. There are bombs planted in the grid. Each bomb is detonated and destroys all the blocks in its…
Python LetuscrackonMay 17, 2026 Split String & Sort An even length string S is passed as the input. The program must split the string into two parts S1 and S2 and sort them in ascending order.…
LetuscrackonMay 16, 2026 SQL – Students with Total Marks More Than 50 student is a database table containing student details whose create DDL is given below. marks is a database table containing the total marks…
Java LetuscrackonMay 16, 2026 JAVA – MultiThreading – Printer The class Hello.java is given below. Please write the code for the class Printer.java so that the program prints 1 for N…