Answer:
A
Step-by-step explanation:
Its A the other ones don't make sense
Answer:
The program in Python is as follows:
age = int(input("Age: "))
if age>=13 and age <=19:
print("Teenager")
else:
print("Not a teenager")
Step-by-step explanation:
This gets input for age
age = int(input("Age: "))
This checks if age is between 13 and 19 (inclusive)
if age>=13 and age <=19:
If yes, the age is teenage
print("Teenager")
If otherwise, the age is not teenage
else:
print("Not a teenager")
Sin (squareroot2/2) is the same as the angle 1/4×Pi which is the same as 45degrees
I believe it’s b- it might not be correct I believe