Answer:
update
Explanation:
a table of contents does not update itself automatically.
Answer:
True
Explanation:
for loop is used to repeat the process again and again until the condition not failed.
syntax:
for(initialize; condition; increment/decrement)
{
Statement
}
But we can omit the initialize or condition or increment/decrement as well
the syntax after omit the initialization,
for( ; condition; increment/decrement)
{
Statement
}
The above for loop is valid, it has no error.
Note: don't remove the semicolon.
You can omit the condition and increment/decrement.
and place the semicolon as it is. If you remove the semicolon, then the compiler show syntax error.
Answer:
Quantitative: Age, heart rate, number of pets, salary
<em>discrete</em>: number of pets
<em>continuous</em>: Age, heart rate, salary
Categorical: Gender, eye color, metal rankings
<em>Nominal:</em> Gender, eye color
<em>Ordinal:</em> metal rankings
Explanation:
Quantitative are those variables which are for quantity or number with units for measurement.
Categorical are qualitative variable which can be categorized or grouped in different groups or it may be ranking scales
Question:the music is the soul who says this
Answer: Arthur Schopenhauer
Explanation: he says music is the language of feeling and of passion
question answered by
(jacemorris04)
Answer:
A. True
Explanation:
ive done this myself
https://scratch.mit.edu/projects/395142260/