Suppose a reference variable of type File called myFile has already been declared. Create an object of type File with the initial file name input.dat and assign it to the reference variable myFile.

Respuesta :

Answer:

Double myDouble2 = new Double(x);

myDouble = myDouble2

I hope this was helpful, please mark as brainliest

Explanation: