Answer:
# main function is defined
# the calculateAmount is called here
def main():
print("The new amount is: ", calculateAmount(), sep="")
# calculateAmount function that calculate the interest
def calculateAmount():
# the value of principal is p
p = 5000
# the value of rate is r
r= 2
# the time is t
t = 1
# the formula for finding interest
interest = (p * r * t) / 100
# the new amount is calculated
amount = p + interest
# the amount is returned
return amount
# a call that make main function begin execution
if __name__ == "__main__":
main()
Explanation:
The program is written in Python and it is well commented. A screenshot is attached showing program output
Answer:
NO
Explanation:
All future references in the internet to "www.uga.edu" will not be sent to "128.192.224.40" because, Local Domain Name System (DNS) caches throughout the internet will not timeout the old mapping of “www.uga.edu” to “128.192.225.20” until the interval associated with that mapping times out. Until then the local Domain Name System (DNS) caches won’t query into the system for “www.uga.edu” and would not learn the new mapping.
Answer:
Option (D) is the correct option to the following question.
Explanation:
Because a tab is labeled the stream i.e., dashboard, tab is the former representation of user profile in their social media account and streams displays only the different forms of one user profile. They also are the conversations, timeline, and post of any users' profile.