IsTeenager = ( ( kidAge >= 13 ) && ( kidAge <= 19 ) ) ? true : false;
Another way:
if( ( kidAge >= 13 ) && ( kidAge <= 19 ) )
isTeenager = true;
else
isTeenager = false;
Explanation:
10:A program that assigns the sum 20,30,40
20: input 20,30,40
30:sum input
40: print total
End
Not entirely sure about 1; I believe it's D. 2 is C, and 3 is A.
Answer:
Computer is just made up of hardware and software components.
Explanation:
Sorry if I didn't get your question well
I think it would be A. Ohm's law.
hope this helps.