Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
It looks like... A machine that reads electric pulse and surge... Not sure though.
Explanation:
Answer:
ummm why is you doing this
Explanation:
It doesnt make sense.
Answer:
Following the ways of dealing with incomplete questions, i was able to get the complete question, please look at the attachment for ans.