print("welcome to the bill calculator")
minutes = float(input("number of minutes you used: "))
data = float(input("the amount of data you used in GB: "))
print("your basic plan costs $39.99 per month")
mcost = (minutes - 450) * .45
print("you will be charged " + str(mcost) + " for the minutes you used")
print("the monthly data fee is $30.00")
dcost = (data - 3) * 10
print("you will be charged " + str(dcost) + " for the extra data you used")
total = mcost + dcost + 69.99
print("your total bill is " + str(total))
the 20 value your teacher gave may be incorrect, bc 4.2-3*10 = 12 not 20, making the total 109.89
I don’t know if I am right but I think it d am i right
Explanation:
As a result, it is important not to overlook any of the sources of information that indicate what the form of the model should be. Answer Not ...
Knowing Function Types Helps: Another helpful ingredient in model selection
Bro mark me brainliest i’m struggling with algebra 2 rn
Without middleware, different BI programs cannot easily connect to the data warehouse: True.
<h3>What is a data warehouse?</h3>
A data warehouse can be defined as a logical collection of information that are gathered or obtained from many different operational databases, in order to both support and enhance day-to-day business analysis activities and decision-making tasks of various employees who are working in a business organization.
This ultimately implies that the primary purpose of a data warehouse is to logically aggregate a collection of information from all the departments in a business organization into a single repository.
However, we can infer and logically deduce that without middleware such as application server, different Business intelligence (BI) programs won't easily connect to the data warehouse.
Read more on data warehouse here: brainly.com/question/18565560
#SPJ1