Answer:
not sure if this is the type of answer you're looking for but: Entertainment can relate to coding because in TV shows and movies, there is lots of editing. Especially with cartoons. Inorder to make these, we have to use coding. This can even relate to real life plays and preformenses depending on how much technology you use to preform them.
The answer is b. False. The extemporaneous presentation does not read directly from the slides The extemporaneous<span> speech involves the speaker's use of notes and some elaboration to deliver a speech. A speaker who uses this method would have note cards or prompts that guide him from point to point, but he uses his own words as he goes along. He has a loose guideline for his speech, he just used cues to know where to go next.</span>
Answer:
Here is your pseudocode:
Declare number and result
Get number
Set result = number * 10
Print result
Explanation:
Declare two variables, number and result
Ask the user to enter the number
Multiply the number by 10 and set it to the result
Print the result