Python LetuscrackonApril 14, 2026 Direction & Minimum Shift The program must accept two string values S1 and S2 as the input. The string S2 represents the rotated version of the…
Python 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:…
Python 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…
Python LetuscrackonApril 13, 2026 Array Elements-Divisible by D An array of N positive integers are passed as input. D which is a positive integer is also passed as the input. The program must print the…
Python LetuscrackonApril 12, 2026 Divisible Sum Pair Count N numbers (A0, A1, A2, …, AN-1) are passed as input to the program. A positive integer D is also passed as input to the program.The…
Python LetuscrackonApril 12, 2026 Digits Division Count A number N is passed as input to the program. The program must print the count of digits which divide the number N without leaving a…
Python LetuscrackonApril 11, 2026 Odd Even Row – Pattern Printing Given a value of N, where N is the number of rows, the program must print the character ‘*’ from left or right depending on…
Python LetuscrackonApril 11, 2026 Pangram String A string S is passed as the input to the program. If S is a pangram, the program must print yes else it must print no. Uppercase and lower…
C Java LetuscrackonApril 10, 2026 Shirt – Matching Pairs A shop to increase sales during a festival has an offer that a customer will get a discount if the customer buys shirts having same size in…
Java LetuscrackonApril 10, 2026 Rounding Marks In a college, each student receives marks M in any of the subjects in the range from 0 to 100. – If the difference between the marks and…