The answer is B, sorry if I’m wrong
Answer:
We use the Python language to implement the code, if you have and IDE, simply copy and paste the code and run it
Note: the cost function is c=(R+ .08*d)+5
Explanation:
#initialize some variables
T = 0.08 # tax for each day
F = 5.00 # one time fee
R = 100 # room rate
d = int(input("Enter the number of days stayed at the hotel "))
c = 0 # initialize cost variable
if (d > 0):
c=(R+ .08*d)+5
print(" the cost for ", d, " days is ", c )
else:
print(" Invalid entry for days ", d )
i believe the answer would be b, if i gave the correct answer, please mark brainliest and if you have any more questions lmk x
<span>Disadvantages of a tablet computer include that they are less powerful and offer less functionality than other types of computers.
Advantages of the tablets are that are portable, lighweighted and small. However, disadvantages are </span>weaker capabilities, the fact that <span>traditional keyboards are much more comfortable, </span><span>the screen size is too small in comparison with a laptop and more.</span>