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

Anagrams Count

Two strings S1, S2 are passed as input to the program. The program must print the count of anagrams present in both the strings. Out of each…
PythonF

Remove the odd numbers

A number N is passed as  input. The program must remove all the odd digits in the passed number and display the number. If there are no…
PythonF

String Palindrome

A string S is passed as input to the program. The program must print “yes” if the string S is a palindrome and must print…
PythonF

Convert KM/HR to M/S

Speed S of a car is passed as input. It is in kilometers per hour. Write a program to convert the speed from kilometer per hour to meter per…
PythonF

Unique Alphabet Count

A string S is passed as input to the program which has only alphabets (all alphabets in lower case). The program must print the unique count…