Please provide screenshot of input and OUTPUT below (The small box below the OUTPUT ALSO) Please make sure code runs and
Posted: Fri May 20, 2022 6:06 pm
Please provide screenshot of input and OUTPUT below (The small
box below the OUTPUT ALSO)
Please make sure code runs and executes and also gives the
result the OUTPUT
Please OUTPUT also as shown in the small box above and codes
too
Q.1 Create a two-way form for the question below Chart to show calories burnt for 30 mins of activity Activity Calories Burnt Walking 200 Running 355 Jogging 298 Exercise Log ..One step at a time.. Name (years) Age Exercise Type Select Time spent on the activity (mins) Submit 1. Create the web form as given above (no client-side validation required] II. Form handler must show server-side validation, to check none of the fields have empty data and the fields Age and 'Time sent on activity' are numeric. III. It should redirect the user back to the web form as a sticky form with an appropriate message, in case of no data or incorrect data. IV. Once all data is received correctly from the user, it should calculate the calories burnt and display output as given below: Name:Alila Age:20 years Exercise type:Walking Time spent on activity:60 mins Calories burnt:400
box below the OUTPUT ALSO)
Please make sure code runs and executes and also gives the
result the OUTPUT
Please OUTPUT also as shown in the small box above and codes
too
Q.1 Create a two-way form for the question below Chart to show calories burnt for 30 mins of activity Activity Calories Burnt Walking 200 Running 355 Jogging 298 Exercise Log ..One step at a time.. Name (years) Age Exercise Type Select Time spent on the activity (mins) Submit 1. Create the web form as given above (no client-side validation required] II. Form handler must show server-side validation, to check none of the fields have empty data and the fields Age and 'Time sent on activity' are numeric. III. It should redirect the user back to the web form as a sticky form with an appropriate message, in case of no data or incorrect data. IV. Once all data is received correctly from the user, it should calculate the calories burnt and display output as given below: Name:Alila Age:20 years Exercise type:Walking Time spent on activity:60 mins Calories burnt:400