C Java Python1 Min Read LetuscrackonJune 11, 2024 Convert Decimal to Binary Given a number N in decimal format, the program must print the binary representation of the number N. Input Format:The first line contains N.…
Python1 Min Read LetuscrackonJune 10, 2024 Convert KM/HR to M/S Speed S of a car is passed as input. It is in kilometers per hour. Write a program to convert the speed from kilometer per hour to meter per…
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…
Java1 Min Read LetuscrackonJune 9, 2024 Convert rupees to paise A floating point value F indicating the amount in rupees is passed as input. The program must print the corresponding value in paise.Note: 1…