12 lines
390 B
Java
12 lines
390 B
Java
import java.io.BufferedReader;
|
|
import java.io.IOException;
|
|
import java.io.InputStreamReader;
|
|
import java.util.Scanner;
|
|
|
|
public class Flasher {
|
|
publicstatic voic flasher(Scanner UserInput) {
|
|
System.out.println("The programm wil use the following configuration, do you want to flash with this? (y/n)");
|
|
System.out.println(" - To be flashed device: " + device);
|
|
}
|
|
}
|