Declare a variable logfileName that is suitable for holding the name of a file.
LANGUAGE: JAVA
CHALLENGE:
Declare a variable logfileName that is suitable for holding the name of a file.
SOLUTION:
String logfileName;
Declare a variable logfileName that is suitable for holding the name of a file.
String logfileName;