chloeconlon2014
chloeconlon2014
18.03.2020 • 
Engineering

Which statement allows you to properly check the char variable code to determine whether it is equal to a "C" and then output "This is a check" and then advance to a new line?

(A) If code is equal to Y

cout < < 'This is a check\n":

(B) If (code = "Y")

cout < < 'This is a check" < < endl:

(C) If (code == 'Y')

cout < < 'This is a check\n":

(D) If (code == Y)

cout < < 'This is a check" < < endl:

Solved
Show answers

Ask an AI advisor a question