Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print (str(a) + " X " + str(b) + " = " + str(answer))
Explanation:
Happy to help you mate
Black absorbs all visible parts of the spectrum turning that light energy into heat. The more it absorbs the more heat it emits.
Answer:
Correct answer is option B (The reason for using supertypes is to minimize the number of nulls and to minimize the likelihood of redundant relationships)
Explanation:
Entity supertype
A entity supertype is a generic entity type which is related with one or more subtypes.
Use of entity supertype:
The reason for using entity supertype is to reduce redundant relationships and it is also used to minimize the number of nulls.