+ 2
Somebody show me how to create a program that counts the no. Of words i have typed using c++ language
brain teaser
5 ответов
+ 2
Thank you zeke
+ 1
I don't know about c++,but you'll need access to the file holding the code,without that access,which might be impossible here,you can't in js.besides you can click on code details to see code size on Sololearn
+ 1
You can use the getline() function and then store it into a string variable. Then you'll have to separate that string using space as the delimiter.
+ 1
Oh really
+ 1
Zacky aduoli go here and look at all the string functions to see which one will be helpful https://www.cplusplus.com/reference/string