Answer:
result = ab + bc and result = a * b - b
Explanation:
That is what the test told me
Answer:
The Python code is given below
Explanation:
# Get our input from the command line
import sys
N = int(sys.argv[2])
# Convert the list of strings into integers
numbers= []
for i in sys.argv[1].split(","):
if(i.isdigit()):
numbers.append(int(i))
# numbers now contains the list of integers
f = False
#Use for loop upto len(numbers)
for i in range(0,len(numbers)):
#Use "if" loop to check
if numbers[i] == N:
#Assign "True" to "f"
f = True
#Display "i"
print(i)
break
#Check "if" loop by assigning "false" to "f"
if f==False:
#Print "-1"
print("-1")
The answer is either B) or D) because I remember learning this and the keyword I remember is analogue
Hope this helps —- XoXo
Answer:controlling a situation by making things happen or by preparing for possible future problems
Explanation:
Answer:
c. Stories
Explanation:
Informing employees about the founders by telling them at the beginning of each quarterly executive meeting, that the founders were three young people who got lucky and sold a video game that they invented is an example of stories technique for transmitting culture.
Cultural transmission is a learning process through which cultural elements, such as background ideas, attitudes, beliefs, ideals and historical values are passed on to individuals and groups.