Question: 2. Create a form as shown below: Haze Indicator Application This application will assess the haze severity for Perak, Malaysia. Please enter the API

2. Create a form as shown below: Haze Indicator Application This application will assess the haze severity Requirements: 1. Name the frame, labels, textboxes and buttons accordingly. 2. This application will assess API Safety Levels 0-50: Good 51-100: Moderate 101-200: Unhealthy 201-300: Very Unhealthy Above 300: Hazardous 

2. Create a form as shown below: Haze Indicator Application This application will assess the haze severity for Perak, Malaysia. Please enter the API Safety Level District Gerik Kuala Kangsar Ipoh Tronoh Taiping Calculate Average: Level: API Level ||||| Clear Level Exit X Requirements: 1. Name the frame, labels, textboxes and buttons accordingly. 2. This application will assess the API Level for state of Perak. It allows the user to enter the API Level for different districts in Perak. 3. Whenever, the user leaves the API Level textbox of each district, level for that specific API Level will be displayed. By using if structure, if the entered temperature: API Safety Levels 0-50: Good 51-100: Moderate 101-200: Unhealthy 201-300: Very Unhealthy Above 300: Hazardous 4. Whenever user clicks Calculate button, the average API Level and Level of Severity will be displayed. The average API Level is calculated by summing up the API Level for all districts with the number of districts. By using select case structure, if the calculated average API Level: API Safety Levels 0-50: Good 51-100: Moderate 101-200: Unhealthy 201-300: Very Unhealthy Above 300: Hazardous 5. Whenever user clicks Clear button, all related textboxes and labels will empty. 6. Whenever user clicks Exit button, the program will be terminated. 2. Create a form as shown below: Haze Indicator Application This application will assess the haze severity for Perak, Malaysia. Please enter the API Safety Level District Gerik Kuala Kangsar Ipoh Tronoh Taiping Calculate Average: Level: API Level ||||| Clear Level Exit X Requirements: 1. Name the frame, labels, textboxes and buttons accordingly. 2. This application will assess the API Level for state of Perak. It allows the user to enter the API Level for different districts in Perak. 3. Whenever, the user leaves the API Level textbox of each district, level for that specific API Level will be displayed. By using if structure, if the entered temperature: API Safety Levels 0-50: Good 51-100: Moderate 101-200: Unhealthy 201-300: Very Unhealthy Above 300: Hazardous 4. Whenever user clicks Calculate button, the average API Level and Level of Severity will be displayed. The average API Level is calculated by summing up the API Level for all districts with the number of districts. By using select case structure, if the calculated average API Level: API Safety Levels 0-50: Good 51-100: Moderate 101-200: Unhealthy 201-300: Very Unhealthy Above 300: Hazardous 5. Whenever user clicks Clear button, all related textboxes and labels will empty. 6. Whenever user clicks Exit button, the program will be terminated.

Step by Step Solution

3.53 Rating (146 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

ANDROID STUDIO In this regard we will be aiming to create an android application using ANDROID STUDIO for the given problem statement Basically Android applications are developed as frontend xml and b... View full answer

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 Programming Questions!