0 of 6 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 6 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Write the code you would need to create a variable named foo, and assign it to the number 25
Write the line of code you would need to combine the string “Sup, ” and a variable called name. And assign it to a new variable called greeting
What function would we use if we wanted to set a variable to something that the user enters
If you wanted to make a while loop that counts up, and stops exactly at 50, which of the following conditions would be used to check when to end that loop?
You have a piece of code that you want to keep running, as long as the user keeps selecting that they want to continue. Which loop type works best for this?
You have a list of strings, and you want to go through every string in the list. Which type of loop works best for this