need help (thanks for helping)
Posted: Fri May 20, 2022 1:29 pm
need help (thanks for helping)
Character limit on a Facebook post is 63,206 characters. Write a Java class that read a file called Post.txt and check if it can be posted on Facebook based on the number of characters in the file, and display a message indicating the check result. Assume that the file is appropriately named and located. (Don't forget to import the required library and no need to use try-catch statements).
Character limit on a Facebook post is 63,206 characters. Write a Java class that read a file called Post.txt and check if it can be posted on Facebook based on the number of characters in the file, and display a message indicating the check result. Assume that the file is appropriately named and located. (Don't forget to import the required library and no need to use try-catch statements).