Question: 1. Use IPO table to analyze the problems below. Then, design the pseudocode for each of it: a. Obtain three numbers from the keyboard, compute

1. Use IPO table to analyze the problems below. Then, design the pseudocode for each of it: a. Obtain three numbers from the keyboard, compute the sum and average of the numbers. Display the results. b. Prompt the user to enter a number. Then, display its square and cube values. c. A program that should accept 8 integers from user. Out of that 8 integers, the program should be able to identify and count on how many positive and negative integers. It should display the total number of positive and total number of negative integers. If the counting for negative integers is more than 4, inform the user that there are too many negative integers entered. API 0-50 51-100 d. An Air Pollutant Index (API) recording system should allow user to enter the name of month to start using the system. If the user entered September, April, June, or November as the month, 30 API readings should be keyed-in by the user into the program. If user entered February, the system will ask the user to choose between leap year or non-leap year. If user choose non leap year, 28 API readings should be keyed-in into the system or else, 29 API readings will be captured. Other than that, 31 readings should be keyed-in by the user. For each API reading entered, the program should be able to analyze the condition and display the API reading with its status as per in Figure 1. Status Good Moderate Unhealthy Very Unhealthy 101-200 201-300 Hazardous Figure 1 1. Use IPO table to analyze the problems below. Then, design the pseudocode for each of it: a. Obtain three numbers from the keyboard, compute the sum and average of the numbers. Display the results. b. Prompt the user to enter a number. Then, display its square and cube values. c. A program that should accept 8 integers from user. Out of that 8 integers, the program should be able to identify and count on how many positive and negative integers. It should display the total number of positive and total number of negative integers. If the counting for negative integers is more than 4, inform the user that there are too many negative integers entered. API 0-50 51-100 d. An Air Pollutant Index (API) recording system should allow user to enter the name of month to start using the system. If the user entered September, April, June, or November as the month, 30 API readings should be keyed-in by the user into the program. If user entered February, the system will ask the user to choose between leap year or non-leap year. If user choose non leap year, 28 API readings should be keyed-in into the system or else, 29 API readings will be captured. Other than that, 31 readings should be keyed-in by the user. For each API reading entered, the program should be able to analyze the condition and display the API reading with its status as per in Figure 1. Status Good Moderate Unhealthy Very Unhealthy 101-200 201-300 Hazardous Figure 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
