C Java Python2 Min Read LetuscrackonJune 9, 2024 Split & Check Prime Integers The program must accept an integer N as the input. The program must split the integer N into two parts and print them if both are prime…
Python1 Min Read LetuscrackonJune 8, 2024 Check if Multiple of N1 and N2 The program must accept three integers N1, N2 and N3 as the input. The program must print yes if N2 is a multiple of N1 and N3 is a multiple…
Python1 Min Read LetuscrackonJune 8, 2024 Password Check iven a word, check if it is a valid password or not. A password is said to be valid if it satisfies the following conditions: i) Should…
C Python2 Min Read LetuscrackonJune 8, 2024 Integers – Check Triplets The program must accept N integers as the input. The program must print Yes if there is at least one triplet (a, b, c) in the given N integers…