Scientist Galileo Galilei used the telescope to observe the stars and planets.
<h3>
What was the story of Scientist Galileo Galilei?</h3>
Galileo was a natural philosopher, astronomer, and mathematician who made major contributions to the creation of the scientific method and the disciplines of motion, astronomy, and strength of materials.
He also made ground-breaking telescopic discoveries, such as the discovery of Jupiter's four biggest moons.
Hence the correct option is A
Learn more about Scientist Galileo Galilei:
brainly.com/question/12024475
#SPJ1
Answer:
investmentAmount = float(input("enter the investment amount: "))
annualInterestRate = float(input("enter the Annual Interest Rate: "))
numYears = int(input("Enter NUmber of Years: "))
monthlyInterestRate = annualInterestRate/12
futureInvestmentValue = investmentAmount * (1 + monthlyInterestRate)*(numYears*12)
print("The Future Investment Value is: ")
print(futureInvestmentValue)
Explanation:
Using python programming language as required, we use the input function to prompt user for inputs for each of the variables.
There is a conversion from the variable annualInterestRate to monthlyInterestRate before the formula for the futureInvestmentValue is applied
Answer:
Following is given the required program. All the steps are described by comments. The sample output for the program is also attached.
I hope it will help you!
Explanation:
Answer:
Used to lol not anymore tho :p
It's more expensive, it's more difficult to configure and maintain and it can be more difficult to troubleshoot