Python1 Min Read LetuscrackonJune 10, 2024 Print Xth Digit from Last Two integers N and X are given as input. The program must print the Xth digit of N from last. Boundary Condition(s):1 <= N <= 9999999991…
C Java Python2 Min Read LetuscrackonJune 10, 2024 Print Date Format The program must accept a valid date D in any format as the input. The day DD, the month MM or MMM and the…
Python1 Min Read LetuscrackonJune 10, 2024 String – Print till char A string S is passed as input along with a character C. The program must print the string value S till C is reached. Input Format:The first…