Multiple choice __________ statement is used to display data on the display screen in C++. cin cout scanf() printf() Reveal answer Fill a bubble to check yourself B Correct answer Explanation The cout statement is used to display the data on the screen in C++.