Java Validation: Lookup table

Поділитися
Вставка
  • Опубліковано 4 лют 2025
  • Java Validation: Lookup table
    Hello guys, it's Max ODidily here and today I shall ne teahcing you how to validate user input via a lookup table to help you get that A in your practical exam. We get ther user input and create a 1D array to store all valid values for the user input. We will loop through a for loop and compare the user input with the respected element. If it is valid set valid to true. After we finish the loop we return true or false depending on the value of valid.
    Easter holidays are over but I will try to upload as often as possible. Why not subscribe to keep notified when I upload?
    tinyurl.com/Su...
    Social media:
    Instagram: / mcod1999
    Twitter: / mcod1999

КОМЕНТАРІ • 2

  • @augustoliver351
    @augustoliver351 6 років тому +1

    Hi! Loved your video. If possible, please make a video on arrays and loops. Thanks! 🙏

    • @maxodidily
      @maxodidily  6 років тому

      Thanks for the request! I shall upload a video about that topic in around a week.