Feedback for subjective question
Question 1: Write a program which contains a user defined function takes 3 integer arguments hours, minutes and seconds and returns the number of seconds.
ConvertInSeconds that Input variables hours, minutes and seconds in main program and call the function ConvertInSeconds and display the number of seconds returned by function.
Hint:
1 hour = 60 minutes
1 minute = 60 seconds
ConvertInSeconds that Input variables hours, minutes and seconds in main program and call the function ConvertInSeconds and display the number of seconds returned by function.
Hint:
1 hour = 60 minutes
1 minute = 60 seconds
Current Answer:
Be the first to post an answer to earn 100CR.