Answer:
The correct answer is C. Consumer behavior and preferences.
Explanation:
hope it will help :)
1 6gb of ram
inteel
500gb
500gb
Unsure that if your visiting a site, that it is a secure website or don't download anything unless you know for sure that it is safe
Answer:
Relational Databases
Explanation:
These are digital databases that are made to recognize relations between previously stored items of info.
f = int(input("Enter a number: "))
if(f%7==0):
print("It's divisible by 7.")
else:
if(f<7):
print("7")
else:
print(str(f-(f%7))+", "+str(f+(7-(f%7))))