Unleashing Potential: Empowering Future Coders

Welcome to Letuscrack Code – Your gateway to coding excellence! Dive into 1200+ expertly solved programs designed to prepare you for placement success.

Explore Trending Topics

PythonF

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.…
CF

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…
PythonF

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.…

SQL – Employee Name Search

employee is a database table containing employee details whose create DDL is given below. Write the SQL to list the name and designation of…
PythonF

Two Digits Numbers Sum

Accept an array of N values and print the sum S of all the two digit numbers present in the array. If there are no two digit numbers, print…
PythonF

Date Format

The program must accept a date as the input. The program must print the date in the mentioned format as shown in the Example Input/Output…