1) In this snapshot, cells B2 through AA21 have two integers from 1 to 9 separated by a comma. It's like a secret code. Start from cell B2. It has "4,9" in it. So go four rows down and nine columns over. You'll end up in K6, which has "5,8" in it. That's the output of the formula in cell A1. Do the same thing again (go another 5 rows down and 8 columns over) and you end up in S11, which has "9,2" in it. The formula in A2 does this step. Then cell A3 just adds the last two numbers together, in this case 9+2=11. I want all three formulas. For this question, I want the formula for A1, the one that gives "5,8" in this case. It should not directly refer to any cells other than B2. And it should be a formula so that if the numbers in B2:AA21 change, the output will also change, and still be correct. 2) Continuing the above, for this question, I want the formula for A2, the one that gives "9,2" in this case. It should not directly refer to any cells other than B2 and A1. And it should be a formula so that if the numbers in B2:AA21 change, the output will also change, and still be correct. 3) Continuing the above, for this question, I want the formula for A3, the one that gives 11 in this case. It should not directly refer to any cells other than A2. And it should be a formula so that if the numbers in B2:AA21 change, the output will also change, and still be correct.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme