Why Do We Use Cin?
Why Do We Use Cin? It is used to accept the input from the standard input device i.e. keyboard. It is associated with the standard C input stream stdin. The extraction operator(>>) is used along with the object cin for reading inputs. How do you use cin and cout? cout is an object of the