BONUS QUESTION! (optional) The following pseudocode calculat…

BONUS QUESTION! (optional) The following pseudocode calculates the total cost of buying multiple items: output “Enter the number of items you are buying.”  store user input as numItems   set totalCost = 0   FOR i = 1 TO numItems      output “Enter the price of item “, i      store user input as itemPrice      totalCost = totalCost + itemPrice   output “The total cost is “, totalCost     Part A: What does the variable “totalCost” represent in this program? [answer1] Part B: If the user enters 3 for “numItems” and the item prices are 5, 10, and 15, what will the program output as the total cost? [answer2]   

A woman arrives to treatment with an acute right ankle sprai…

A woman arrives to treatment with an acute right ankle sprain. She is 6 months pregnant and complains of pain at a 6/10 on a visual pain scale. She has swelling to her right foot and ankle. You want to perform electrical stimulation to decrease her ankle swelling. This is an appropriate intervention to perform on this patient at this time.