Answer:
it would be nice if you gave some form of info here
Explanation:
in other words without information no help aka I'm slow and just need points
Answer:
B
Explanation:
In an ERD, the Crow Foot Notation Symbols are used with cardinality.
Hope it helps you
Answer:
repeats an instruction while the Zero flag is set
Explanation:
hope this helps you :)
Answer:
Esto se denomina desplazamiento de acentoo. Se utiliza para crear un patrón o estilo
This is called an accent or offset. It is used to create a pattern or style.
Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print(str(b)+" * "+str(a)+" = "+str(answer))
Explanation: So I am guessing you are on Edhesive Module 2.5 Intro to cs. Sorry it took so long but hopefully this works.