Python1 Min Read LetuscrackonNovember 4, 2024 Multiple of N till divisible by X Two numbers N and X are passed as input. The program must print the multiples of N (starting from 1) and must stop when the multiple is…
Python1 Min Read LetuscrackonJune 12, 2024 Array Elements – Max 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…