The answer would be slide
Answer:
Since no programming language is stated, python will by used.
Explanation:
def isPrime():
#first we ask for a number that will be tested
data= int(input("please enter a number"))
#the next line is where the number will be tested to see if its a prime
if (data>1):
if(data % 2)==1:
print("true")
else:
print("False")
else:
print("Enter a number greater than 1")
isPrime()
Ill choose flowchart. Look picture for the answer
ask me if you have any doubts about my answer.
Answer:
spiderman i believe. by post malone
Explanation: