Java Validation: Range Check Tutorial
Max O'Didily
Java Validation: Range Check Tutorial
Greetings, today I shall be teaching you how to preform a range check in Java to help you get that A in your practical exam. We will be using 3 variables, one to store the value we are range checking, the minimum value and the maximim value. We pass these values into a method and check an inequality, if the user input is between return true if not then return false.
I will be uploading 1 video a day during the easter holidays so subscribe to be notified when I upload! https://tinyurl.com/SubMaxODidily
Social media: Instagram: https://www.instagram.com/mcod1999/ Twitter: https://twitter.com/mcod1999
Code used in this video: https://pastebin.com/LWHhVZPR ... https://www.youtube.com/watch?v=Cxn5ooGrJvs
15423621 Bytes