C Python1 Min Read LetuscrackonJune 11, 2024 Date Format The program must accept a date as the input. The program must print the date in the mentioned format as shown in the Example Input/Output…
Python1 Min Read LetuscrackonJune 10, 2024 Convert 12 hour time to 24 hour format The time in 12 hour format is passed as an input. The program must print it in 24 hour format. Input Format:The first line contains the value…
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 6, 2024 Toggle Format – List of Integers Toggle Format – List of Integers: The program must accept a list of integers as the input. The program must print the output based on…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Square – Format Print The program must print a number and print the square as per the format given in the Example Input/Output Section. Example Input/Output…
C Java Kickstart Python1 Min Read LetuscrackonJune 6, 2024 Sum – Format Print The program must print the sum of two numbers as per the format given in the Example Input/Output Section. Example Input/Output 1:Input:5 20…