Page 1 of 1

Write in java a program that prompts the user to enter a File name to create it on the Desktop if it does not exist. the

Posted: Fri May 20, 2022 12:12 pm
by answerhappygod
Write In Java A Program That Prompts The User To Enter A File Name To Create It On The Desktop If It Does Not Exist The 1
Write In Java A Program That Prompts The User To Enter A File Name To Create It On The Desktop If It Does Not Exist The 1 (21.14 KiB) Viewed 29 times
Write in java a program that prompts the user to enter a File name to create it on the Desktop if it does not exist. then allow the user to write on the file until the user enters - 1 create a method called "find" that takes a string "a word" as an argument and displays the occurrences of that string in the file. apply Exception handling using try-catch