برنامج لتسجيل الدخول مكتوب بلغة جافا البرمجية ، يستقبل كلمة السر والبريد الالكتروني من المستخدم ويسجل الدخول فقط بعد مقارنتهم ومطابقتهم ببيانات التسجيل المخزنة، مع وضع ٣ محاولات كحد اقصى لحماية حساب المستخدم وقفل الحساب في حالة تعديهم.
البرنامج يحوي خاصية اخرى لعرض تقييم مستوى للمستخدم بناء على الدرجة المدخلة من المستخدم وباستخدام خوارزمية معينة لا يقبل البرنامج الدرجة المدخلة الا اذا كانت ضمن النطاق الصحيح ويعيد طلب ادخالها في كل مرة في حال ادخل المستخدم قيمة خاطئة ثم يقوم البرنامج باستقبال وتجميع بينات عن المستخدم وعرضهم في النهاية.
A Login program implemented using Java programming language and IneilliJ IDE, to accept two inputs, the email and password from the user and compare it with stored user login information,while making sure the program locks after 3 failed login attempts, and collecting user personal information only after sucssefull login.
the program also displays a score rating, and makes sure the user enters valid value using specific algorithm and keeps looping and checking the input until the user enters valid one.
Finally the program collects and displays the collected user information.