Python1 Min Read LetuscrackonJune 12, 2024 Print Grandson's Name The program must accept first and last names of three persons who are in a family tree and print the grandson’s name. Input Format:The…
C Java JavaScript Python6 Min Read LetuscrackonJune 11, 2024 Print February Calendar A specific year Y and the starting day of the year D is given as input. Print the February month calendar for that specific year as shown in…
Python1 Min Read LetuscrackonJune 11, 2024 Print – Only Three Digit Numbers The program must accept a string S and print only the three digit numbers in it (in the order of occurrence). The most significant digits can…