Question: VB programming Time conversion create a form that allows a user to enter time values in (seconds). there should be 3 buttons ( Convert), (

VB programming

Time conversion

create a form that allows a user to enter time values in (seconds).

there should be 3 buttons ( Convert), ( Clear), (Exit).

when ( convert) is clicked the application should convert ( Seconds) value in terms of day, hour, minute and seconds and show value label.

Sample.1

input: 100 seconds. Output: 1 minute 40 seconds.

Sample 2.

input: 10000 seconds output: 1 day 3 hours 46 minutes 40 seconds.

Note:::

1 minute = 60 seconds 1 hour = 3600 seconds 1 day= 86400 seconds.

(Clear )- to enter new number of seconds or correct input.

(Exit ) - Leave app

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!