Answer:
a good algorithm must be able to accept a set of defined input. Output: a good algorithm should be able to produce results as output, preferably solutions. Finiteness: the algorithm should have a stop after a certain number of instructions. Generality: the algorithm must apply to a set of defined inputs.Explanation:
You would use a line graph because, line graphs show you the slope. The slope represents a change in data.
I’m confused what are you trying to ask? What is the python?
IsTeenager = ( ( kidAge >= 13 ) && ( kidAge <= 19 ) ) ? true : false;
Another way:
if( ( kidAge >= 13 ) && ( kidAge <= 19 ) )
isTeenager = true;
else
isTeenager = false;
Answer:
if means that like (if this happen it will come or not come answer)
Explanation:
sorry I don't know how to tell but plz reply if you understand or not.