Java Validation: Length Check Tutorial (Part 1)
Max O'Didily
Java Validation: Length Check Tutorial (Part 1)
Greetings, today I shall be teaching you how to preform a length check in Java to help you get that A in your practical exam. We will be using 2 variables, one to store the user input we are range checking and the length the input must be in order for it to be valid data. We pass these values into a method and check if they are equal or not. If equal tell the user their input was valid, if they are not equal then tell the user their input was invalid.
I will be uploading 1 video a day during the easter holidays so subscribe to be notified when I upload! https://tinyurl.com/SubMaxODidily
Part 2: https://www.youtube.com/watch?v=NWhCdC1COYQ&feature=youtu.be
Social media: Instagram: https://www.instagram.com/mcod1999/ Twitter: https://twitter.com/mcod1999
Code used in this video: https://pastebin.com/Heg4PrQV ... https://www.youtube.com/watch?v=8xTcZficEmw
18223950 Bytes