what is the use of count and sin objects
Answers
Answered by
1
Answer:
cin is the object of the input stream is used to take input from input streams like files ,console,etc.. count is the object of the output stream that is used to show output.Bascially cin is an input statement while count in an output statement .They also use different operates .
Similar questions