Answer:
Is there an early pay discount?
Explanation:
This determines and instructs what path the code should take,
if there is no early pay discount, it has different instructions to follow.
Answer:
num = int(input("enter a number:"))
print(num * 8)
Explanation:
num is just a variable could be named anything you want.
if code was like this num = input("enter a number:")
and do a print(num * 8)
we get an error because whatever the user puts in input comes out a string.
we cast int() around our input() function to convert from string to integer.
therefore: num = int(input("enter a number:"))
will allow us to do print(num * 8)
You should get up and move every 30 minutes
Hope this helps
-scav
the answer is not C the anwser i have no idea what it is but on my test i got it wrong.