Answer:
1.) 25 ; 15 ; 15
2.) 50 ; 15 ; 50
Explanation:
In the first function written :
The variable val was initially decaled or assigned a value of 25 and that was what was printed first.
However, after the example function was written, the val variable was finally assiagned a value of 15 within the function. However, it was also declared that the global variable takes uonthe val value. Hence, the val variable initially assigned a value, of 25 changes to 15 globally.
For the second code :
From the top:
Val was assigned a value of 50 ;
Hence,
print(val) gives an output of 50
Within the function definition which prints the value of val that is assigned a value of 25 within the function.
Since tbe global variable isnt reset.
Printing Val again outputs 50;since ito is outside the function.
Oh lord I have no idea :/ I suck at this yeah idk
The answer is 1) JPEG 2) TIFF 3) BMP.
<span>The best option that should be considered when preparing these images to.be used for the web :
</span>1) JPG (jpeg) - Used to compress web images to a small file size without
sacrificing quality
2) TIFF (tiff) - Used for professional print images to save in a uncompressed
file format at high resolution.
3) BMP - Used for either web or print because of the ability to save high
quality images ether compressed or uncompressed.
Answer:
yeet my points into my wallet i need brainliest for points plzz
i actually think scheduling im 11 so i dont know dude
Answer:
all cells in the B column of any worksheet in this workbook
Explanation:
It seems each worksheet covers total expenses for each month, and hence workbook must have 12 such with one month for each worksheet. Also, the 3D range is a special option in Excel to reference all cells or a selected group of cells for all the worksheets. However, it should be all B cells as B2: B4 apart from this, others in B column also has expenses. And hence, the above option is the correct one.