Question: This is for c++ please help Write a single program to complete all parts. Part A Determine if two rectangles have the same area. 1.
This is for c++ please help
Write a single program to complete all parts. Part A Determine if two rectangles have the same area. 1. Prompt the user to enter the width and length for two different rectangles as whole numbers, storing the input into integer variables. 2. Calculate and store the area of each rectangle. 3. Compare the two areas and output a message indicating if the areas are equal or not equal. Part B 1. Prompt the user to enter a numeric pH value for a solution and then output a description of the acidity of the solution. 2. Input and store the user input into an integer variable. 3. Your output is a description of the acidity of a solution of that pH, based on the following table: pH range Solution is very acidic > 3 and and = 12 very alkaline Work in this order, testing each step before proceeding. Prompt for an input a pH value, storing it in an integer variable. Write an if/else statement with boolean expressions that compare the stored pH value to each range and outputs the solution description for each. For example, the first part of your statement will be: if (pH 3 and
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
