Ask a New Question

Question

Consider the following selection statement where X is an integer test score between 0 and 100.
input X if (0 <= X and X < 49)
output "you fail"
else if (50 <= X and X < 70)
output "your grade is" X
output "you did OK"
else if (70 <= X and X < 85)
output "your grade is" X
output "you did well"
else if (85 <= X and X < 100)
output "your grade is" X
output "you did great"
endif
output "how did you do?"
17 years ago

Answers

Writeacher
Math assistance needed.
17 years ago

Related Questions

Which of the following selections contains a fragment? If none of the selections contains a fragmen... Which of the following selections best convey a central theme of Night? a Elie Wiesel survives... Which of the following selections best explains the speaker’s attitude in the first stanza (lines 1-... Which of the following selections BEST shows that Hamilton believes electors are needed to effective... Which of the following selections presents a tone comparable to that in O. Henry’s “The Gift of the... Which of the following selections from the article expresses ideas that are MOST important to includ... Which of the following selections best summarizes the main idea of the following passage (paragraph... Which of the following selections best summarizes the essay? A. The author longs to have a niec... Which of the following selections best expresses a theme of the excerpt? A. Talking through a p...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use