Due date: Wednesday Oct 21 . · Fill in the boxes to indicate what is happening in computer memory as the following statements are executed. · Put all strings in quotes, and always use a decimal point...



Due date: Wednesday Oct 21.


· Fill in the boxes to indicate what is happening in computer memory as the following statements are executed.


· Put all strings in quotes, and always use a decimal point and at least one number after the decimal point for numbers in float format.


· You can leave a box blank if its value does not change from one row to the next.



















































x = 12






















x
























y = "Na"






















x



y






















z = 2 * y






















x



y



z




















z2 = 1 + x * 2






















x



y



z



z2


















my_var = 3.14






















x



y



z



z2



my_var
















y = "Sha" + z






















x



y



z



z2



my_var
















x = x - 4






















x



y



z



z2



my_var
















z2 = 100 * my_var






















x



y



z



z2



my_var
















z = "my_var"






















x



y



z



z2



my_var
















y = x / 2






















x



y



z



z2



my_var
















z = x + 2.0






















x



y



z



z2



my_var














Oct 21, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here