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:
We will set the system boundaries that depend upon the social concern that are given above in question . As we have the noise and the low altitude as the concern so we have to make the system boundaries in a way that we can be suffer at any altitude. Because at the low altitude aircraft system face issues. And we also have to resolve the noise factor by the help of the system boundaries. So we will set the boundaries in the context of these concerns to make a better aircraft system.
Explanation:
Insecurity? possibly, need more details.