A programmer writes the following section of program code:
username = input("Enter your name: ")
user_age = input("Enter your age: ")
years_left = 100 - int(user_age)
print(username + ", you will be 100 in " + str(years_left) + " years!")
Identify one built-in subprogram used in this code.
33 exam-style questions on Edexcel IGCSE Computer Science Subprograms. Each one has a worked solution and a mark scheme showing where the marks go.