Question
A fitness tracking app company has asked you to develop a windows application using a GUI to determine the total amount of hours somebody has
A fitness tracking app company has asked you to develop a windows application using a GUI to determine the total amount of hours somebody has exercised during their lifetime, assuming on average a user has exercises 2.5 hours per week.
When the user uses the app, they will enter the following:
First Name:
Last Name:
Date of Birth (in mm/dd/yyyy):
Current Date (in mm/dd/yyyy)
This program should display the users name and the number of hours the user has exercised in their lifetime. The program should output in a label widget the users name and the number of hours exercised in their life time. The user can click a Clear button to Clear all entries and results and and Exit button to exit the application.
Note: This should be done in Windows Form App .VB
**I am mostly struggling to make the calculations with the dates as they are being entered into a text box.
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