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
(please add screen out)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started