I’m pretty sure there are 2.
SAVE AS and SAVE
The answer is A, "It allows you to join a group as a member or to create your own group."
Answer:
pancakes = int(input("Enter number of pancakes "))
if pancakes>3:
print("Yum!")
else:
print("Still hungry!")
Explanation:
It is a very simple program in python programming language
The input function is used to prompt user to enter a value for the variable pancakes
Using if and else constructs the program outputs Yum! or Still Hungry
Visual aids are defined as charts, pictures or images that help to make a point or enhance a presentation, so I would say B. animation.
Hope this helps!!