An ASCII file is opened for reading in a C/C++ program with…

An ASCII file is opened for reading in a C/C++ program with g as its FILE The file contains many lines with two decimal numbers in each. Both numbers are aligned within columns of 15 characters each. Write a line of code that will read the double variable &number1 and the double variable &number2 from a line in the file.