Answers for "the amount of input is unknown"

C++
0

the amount of input is unknown

while (cin >> x) {
// code
}
Posted by: Guest on April-12-2021

Code answers related to "the amount of input is unknown"

Browse Popular Code Answers by Language