Answer:
D
Explanation:
D. Web Scraping is the answer
The answer is a
relational database.
A data model in database management system consists of rules
that define how the DB organizes data. Today, a relational database is widely
used. It is a collection of data items organized as a set of formally described
tables from which data can be accessed in many different ways.
years = int(input("Enter the # of years: "))
print("You are "+str(years*365)+" days old")
I wrote the code in python 3.8. I hope this helps!
Note:
% is Modulus,
So it's taken as num mod 7, if that evaluates to 0 there is no reminder therefore divisible by 7.