Answer:
Step-by-step explanation:
Using Java as the programming language of choice, the exact implementation of what is asked in the question would be the following, it would also need the file location to be exact and the imports in order to work.
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.*;
class Test
{
public static void main(String[] args)
{
Path paths = new Paths("C:/programs/values.dat");
Scanner my_input = new Scanner(fileobject3);
}
}