Answer:
Using Python language :
a = eval ( input ( "Enter a mark please"))
if ( a <0){
print ("Invalid mark")};
else if (a >=90 && a <=100){ print
( "GREAT")};
Explanation:
Answer:
b. channels
Explanation:
When it comes the distribution of a product we always use <em>channels of distribution </em>in Business Terminology. Therefore, <em>b. channels</em> is the correct option.
HTML's to learn more go to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed
Answer:
an algorithm (pronounced AL-go-rith-um) is a procedure or formula for solving a problem, based on conducting a sequence of specified actions. A computer program can be viewed as an elaborate algorithm. In mathematics and computer science, an algorithm usually means a small procedure that solves a recurrent problem.