Answer:
Answered below.
Explanation:
//Program in Python
login_name = "Admin"
password = "PASS"
display = " "
user_login_name = input ("Enter username: ")
user_password = input("Enter your Password: ")
if user_login_name == login_name and user_password == password:
display = "Correct Login"
elif user_login_name != login_name:
display = "wrong username"
elif user_password != password:
display = "wrong password"
print(display)
Answer:
D) a multivalued attribute
Explanation:
A multivalued attribute can have more than one value associated with the entity key.
Answer:
I'm sure you'll find the answer your looking for on a diffrent site other than brainy
Heres some:
Quantum computing
Machine Learning
Medicine
Aeronautical Engineering (Drones, better transportation)