Write a Simple Computer program that computes 2n. The value of n is in location 98. Place the result into location 99. Feel free to use any other cells for helper variables.
For example, if you place 5 in location 98 and your program runs, location 99 should contain 25 = 32.
Click the Check button to check your work.