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

CF

Collatz Sequence

number N is passed as the input. The program must print the number of steps required for the program to reach Collatz sequence (that is reach…
PythonF

String Word Counter

Given a string S as input which consists of multiple words separated by a space, the program must print the count C of the words which are…
PythonF

Only Fibonacci

N integers are passed as input. The program must print only the integers that are present in the Fibonacci series. Input Format: The first…
PythonF

Fibonacci Sequence

An integer value N is passed as the input. The program must print the first N terms in the Fibonacci sequence. Input Format: The first line…
PythonF

Binary Reverse Pairs

The program must accept Noddintegers and print all possible pairs of integers (X, Y) where the binary representation of X…
PythonF

Find AM or PM

A string S which represents the time in 24 hour format HH:MM is passed as input. The program must find if it is AM or PM and print it as…
PythonF

Remaining Balloon Numbers

Remaining Balloon Numbers: There are N filled balloons each painted with a random number B(i) where i is from 1 to N and the balloons are tied…