Question: Complete the following code in python. Instructions Assign an integer variable named myCurrentAge with your current age in years. Assign an integer variable named currentYear

Complete the following code in python.

Instructions

  1. Assign an integer variable named myCurrentAge with your current age in years.
  2. Assign an integer variable named currentYear with the value of the current year. Use four digits for the year.
  3. Execute the program and ensure the output is correct.

# This program calculates your age in the year 2050. # Input: None # Output: Your current age followed by your age in 2050

# Create your variables here

myNewAge = myCurrentAge + (2050 - currentYear) print("My Current Age is " + str(myCurrentAge)) print("I will be " + str(myNewAge) + " in 2050.")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!