Question: Algorithm Workbench 1. Design an algorithm that prompts the user to enter his or her height and stores the user's inpu in a variable named

Algorithm Workbench 1. Design an algorithm that prompts the user to enter his or her height and stores the user's inpu in a variable named height. 2. Design an algorithm that prompts the user to enter his or her favorite color and stores the user's input in a variable named color. 3. Write assignment statements that perform the following operations with the variables a and b. a. Adds 2 to a and stores the result in b b. Multiplies b times 4 and stores the result in a c. Divides a by 3.14 and stores the result in b d. Subtracts 8 from b and stores the result in a 4. Assume the variables result, x, y, and z are all integers, and that x = 4, y = 8, and z = 2. What value will be stored in result in each of the following statements? a. Set result = x + y b. Set result = 7 * 2 C. Set result = y / x d. Set result = y - Z
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
