Ask a New Question
Search
Questions and answers by
YUHHH
Questions (5)
Under what circumstances will the indented line of code immediately after an if statement be executed?
(1 point) Responses if the
1 answer
321 views
Which word should be used to begin the line of code that will direct the program to do something when a condition is not met?
(1
1 answer
151 views
What are the three necessary parts of an if statement?
(1 point) Responses if, a variable, a semi-colon if, a variable, a
1 answer
209 views
If you wanted to create a line of code that would add ten to the user’s current score, which code should you use?
(1 point)
2 answers
240 views
Which of these words is used to begin a conditional statement?
(1 point) Responses when when input input if if unit
1 answer
169 views