Python LetuscrackonApril 17, 2026 Skip Lunch Count An employee if he had breakfast after 11:00 am on a given day, skips lunch on that specific day. So given the time of his breakfast…
Python LetuscrackonApril 16, 2026 Interchange First Digit Two positive integers X and Y are passed as the input to the program. The program must interchange the first digits of X and Y and print them…
Python LetuscrackonApril 16, 2026 X to Z Ascending – Y to X Descending Three positive integers X, Y and Z are passed as the input to the program. The program must print from X to Z in the forward direction and…
Python LetuscrackonApril 15, 2026 Top Ranking Student – Maths Physics Chemistry The program must accept the marks scored by N students in Maths, Physics and Chemistry and print the name of the single top ranking student.…
Python LetuscrackonApril 15, 2026 Float Sum – Concatenation The program must accept N integers (where N is always even) as the input. The program must form N/2 float values by…
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…