Multiple choice ___________ statement is used to input data from the user in C++. cin scanf() cout printf() Reveal answer Fill a bubble to check yourself A Correct answer Explanation The cin statement is used to input data from the user in C++.