Computers and Technology

His function chooses the screen to display based on the score. What is the correct way to call this function? function checkWin() {
if (score >= 10) {
setScreen("winScreen");
} else if (score < 0) {
setScreen("loseScreen");
} else {
setScreen("playScreen");
}
}

A) checkwin();

B) CheckWin();

C) checkWin();

D) check Win();

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 21:00, hannaboo53
In this lab, you add a loop and the statements that make up the loop body to a c++ program that is provided. when completed, the program should calculate two totals: the number of left-handed people and the number of right-handed people in your class. your loop should execute until the user enters the character x instead of l for left-handed or r for right-handed. the inputs for this program are as follows: r, r, r, l, l, l, r, l, r, r, l, x variables have been declared for you, and the input and output statements have been written.
Answers: 3
image
Computers and Technology, 22.06.2019 06:30, iamquintix
Exchanging which type of data uses the least bandwidth? music photographs video voice bandwidth- the amount of data that can be moved between two points in a set time period
Answers: 1
image
Computers and Technology, 22.06.2019 11:30, KrishnaBalaram1235
To hide gridline when you display or print a worksheet
Answers: 1
image
Computers and Technology, 23.06.2019 18:00, MagicDragon4734
Freya realizes she does not have enough in her bank account to use the debit card. she decides to use a credit card instead. which questions should freya answer before using a credit card? check all that apply. can i pay at least the minimum payment each month? can i make payments on time and avoid late fees? will i have to take out a loan? how much in finance charges can i afford to pay? should i talk to a consumer credit counseling service?
Answers: 1
Do you know the correct answer?
His function chooses the screen to display based on the score. What is the correct way to call this...

Questions in other subjects:

Konu
Mathematics, 07.01.2021 18:20
Konu
Chemistry, 07.01.2021 18:20
Konu
Mathematics, 07.01.2021 18:20
Konu
Mathematics, 07.01.2021 18:20