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).
need help (thanks for helping)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am