Which of the following statements displays the value of the variable count?
a. print(The value of count is: , count)
b. cout << The value of count is: << count;
c. System.out.println(The value of count is: + count);
d. console.log(The value of count is: + count);