Suppose that infile is an ifstream variable and it is associated with the file that contains the
following data: 27306 savings 7503.35. Write the C++ statement(s) that eads and stores the
first input in the int variable acctNumber, the second input in the string variable accountType,
and the third input in the double variable balance.