C Python2 Min Read LetuscrackonSeptember 16, 2025 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…
C1 Min Read LetuscrackonSeptember 15, 2025 String Modification The program must accept a string S as the input. The program must remove all the vowels and insert a character “.” before each…
C Python1 Min Read LetuscrackonSeptember 15, 2025 Month in the Date The program must accept a valid date D in the format of DD-MM-YYYY as the input. The program must print the name of the month in the given…