Suppose that infile is an ifstream variable and it is associated with the file that contains the following dadt: 27306 savings 7503.35 . Write the C++ statement(s) that reads 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.