10/24/2018 9:44:43 AM
Henrik Wihglaard1 Answer
New Answercreate an array, or use dynamic one if available (vector in c++, ArrayList in java, etc) then append each input to that array ex: //its js let arr=[] while(true){ arr.push(input) //i know its not possible to get userinput from console in browser, but its just an example. }
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message