Java LetuscrackonApril 21, 2026 Count of common factors Given a set of numbers, the program must find the count of the common factors C excluding 1. Input Format:First line will contain the integer…
Python LetuscrackonApril 20, 2026 Reverse String Rank among SubStrings A string S is passed as the input. The program must generate the set (all unique) of all the substrings of S in the reverse order…
Python LetuscrackonApril 20, 2026 Multi Layered Diamond Shaped Rhombus Pattern Given an odd value of N, the program must print multi layered rhombus pattern in diamond shapes whose side contains N, N-2, … 1 slashes…
Python LetuscrackonApril 19, 2026 Football Player – Total Dribble Paths A football coach wants his team to improve their dribbling skills. So he sets up a R * C grid, where R is the number of rows and C is the…
Python LetuscrackonApril 19, 2026 Students and Department Students and Department Given N students name and department, print the X students belonging to a specific department D. Input Format: The…
Python LetuscrackonApril 18, 2026 Atleast Two Less Than L Three integers A, B, C are passed as input to the program. Another value L is also passed as the input to the program. The program must print…
Python LetuscrackonApril 18, 2026 Next Multiple with Unit Digit D A positive integer N and a digit D are passed as input to the program. The program must print the first multiple of N (which is greater…
Python LetuscrackonApril 17, 2026 First and Last N The program must accept 3N integers and print only the first N integers followed by the last N integers.…
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…