Examlex

Solved

Insert the Missing Code in the Following Code Fragment

question 46

Multiple Choice

Insert the missing code in the following code fragment.This fragment is intended to read an input file named dataIn.txt. Insert the missing code in the following code fragment.This fragment is intended to read an input file named dataIn.txt.    A) new Scanner(inputFile)  B) new Scanner(inputFileName)  C) new Scanner(outputFileName)  D) new Scanner(System.in)


Definitions:

Related Questions