The term best describing these lines is called pseudocode. Essentially a “text-based” detail (algorithmic) design tool.
Answer:
Python script is given below
Explanation:
charge = float(input('Enter the amount you were charged. $'))
#setting the formula for tip and tax
tip = charge*.18
tax = charge*.07
#printing the values
print('Charge for the food: %.2f' % charge)
print('The tip amount: %.2f' % tip)
print('Tax amount: %.2f' % tax)
print('Total amount: %.2f' % (charge+tip+tax))
I'd go with yes, but are you doing something malicious or just being nosey?
Your answer would be
A. The editorial is data.
I just took this test :)
Answer:
?????????? are there any options