I am starting a AP Computer Science class and I am kinda stuck on how to do this program. The program is to grab a series of number entered by a user seperated by whitespace and square them then display it on the screen. I cannot assume the number of number the user going to input (this is the hard part for me). I was thinking of maybe grabbing the entire line and output it to a file then read back and square each one separately. I seriously am stuck since it has been kinda a long summer and the Intro to C++ teacher sucks really really bad. In fact, she got fired and we got a new teacher (oh joy) who never taught C++ in a longg time. So please give me some ideas on what to do. Thanks a whole bunch!!