Answer:
A...In the Insert Function dialog box, click the function name to get a short description.
Explanation:
would be A
Answer:
ELECTRONICS
a range of frequencies within a given band, in particular that used for transmitting a signal.
2.
the energy or mental capacity required to deal with a situation.
Explanation:
Answer: An Internet-routable IP address (static) of the customer gateway's external interface for the on-premises network
Explanation:
Based on the information given, an Internet-routable IP address (static) of the customer gateway's external interface for the on-premises network need to be configured outside of the VPC for them to have a successful site-to-site VPN connection.
The Internet-routable IP address will be used in the identificatiob of each computer through the use of the Internet Protocol for the communication over a network.
Loop is a control structure that causes a statement or group of statements to repeat.Before entering a loop, the first input, or the accumulator where the total will be kept is retrieved to an initial value, usually zero.
years = int(input("Enter the # of years: "))
print("You are "+str(years*365)+" days old")
I wrote the code in python 3.8. I hope this helps!