C1 Min Read LetuscrackonMay 12, 2026 Print Strings for Number A number N is passed as the input to the program. Each digit in the number represents an alphabet (a for 1, b for 2 …) based on the…
C Java Python1 Min Read LetuscrackonMay 6, 2026 Print Odd Even Negative Integer Count Accept N integers and print the count of odd, even and negative integer count as the output. Input Format:The first line contains N.The second…
Python1 Min Read LetuscrackonMay 4, 2026 Print Alphabets Given two alphabets C1 and C2 as input, the program must print the alphabets from C1 to C2 (inclusive of C1 and C2). Boundary Condition(s):a…
Python1 Min Read LetuscrackonApril 14, 2026 Print Grandfather's Name The program must accept first and last names of three persons who are in a family tree and print the grandfather’s name. Input Format:…
Python1 Min Read LetuscrackonApril 13, 2026 Print Soap Name The following are the soap code characters for the soaps.C or c – CintholD or d – DoveL or l – LuxP or p – PearsH or h…
C Java Python2 Min Read LetuscrackonApril 1, 2026 Search Substring & Print Words The program must accept a space-separated string S and N string values as the input. For each string X among the…
LetuscrackonMarch 26, 2026 Print "Hello world" in different languages Here is a selection of programming languages that have a place in the programming hall of fame. They’re all either used today…
Python1 Min Read LetuscrackonMarch 6, 2026 Print Nth term in A.P The first two terms (a1, a2) of a strictly increasing arithmetic progression (A.P) are passed as input. The program must print the Nth term…
Python1 Min Read LetuscrackonFebruary 24, 2026 Print Numbers – Frequency Based An array of N positive integers is passed as input. The program must print the numbers in the array based on the frequency of their…
C1 Min Read LetuscrackonFebruary 13, 2026 C – Function Pointer – Print OddEven Three integers A, B and C are passed as input. If A is 0 the program must print the odd numbers from B to C. If A is 1 the program must print…