Answer: Flyer
Explanation: A flyer is a type of advertisement that is used to give out information about a certain product, event, or business. This can help communicate with potential customers.
I an not sure what you want me to do so I am going to help you on both of these problems:
Question 2 answer: I think the answer is University/industry interaction
Question #3 answer: I think the answer for this is clearly written in the question (i think that the second answer choice is it)
I am not sure what this is but i am only in the 10th grade!!!! the only class that I took last year was Computer Fundumentals
Btw I am in K12 as well :)
To protect my computer form hacking and save my files
Solution :
x = float_(input())
y = float_(input())
z = float_(input())
res1 = x**z
res2 = x**(y**z)
res3 = abs(x-y)
res4 = (x**z)**0.5
print('{:.2f} {:.2f} {:.2f} {:.2f}'.format(res1,res2,res3,res4))
Output is :
5.0
1.5
3.2
172.47 361.66 3.50 13.13