QUESTION 3 17.9 104 Licht's Ples. -67.05x This final is super easy, Just as this class has been all semester. (Really, I
Posted: Fri May 20, 2022 1:42 pm
QUESTION 3 17.9 104 Licht's Ples. -67.05x This final is super easy, Just as this class has been all semester. (Really, I can get 100) Consider the content of the input file above. The following variables are declared and then input as follows: int m; string name; double x,y char chi, ch2; fin >> Y fin.get (chi); fin.ignore (45, ".'); fin >> m >> X; fin.get (ch2); getline (fin, name); Show the contents stored in each variable that was read in. m= name= X= y = y ch1 = ch2 =