We will create a lotto application where the user chooses 5 numbers to try ot guess the 5 numbers that will be randomly drawn by the system. Guessing 3, 4 or 5 of these numbers would award the player cash prizes accordingly. The Rules ▪ The result-screen should display the numbers drawn, the ticket numbers, theContinue reading “The Lotto App”
Category Archives: Projects
Bank Management System
Bank Systems are built to manage bank transactions and user accounts. Such systems need to prioritise security and data validation. Part 1 – Set up Banking System Part 2 – Data Validation Data validation in your code should ensure the user data is both valid and complete. Part 3 – Take it Further
Reading App
Create a menu-driven application Create a reading app that gives the user the following options: Using Switch Statement Using String with Switch in Java
21 Sticks
Let’s create a simple two-player game. The game starts with 21 sticks, and the two players take turns taking either one or two sticks. The aim is to NOT be the one to take the last stick: the player who takes the last stick loses. The Rules
Workbook
You may download my workbook with further graded exercises here.
Leap Year Notifier
The calendar used in most parts of the world is the Gregorian Calendar introduces in 1582. It replaced the existing Julian Calendar, and the main difference was that it spaced leap years differently. How are leap years identified? Since the implementation of the Gregorian calendar in 1582, this is how we identify leap years: WriteContinue reading “Leap Year Notifier”
Note Pack
You can download our pack of notes here.
Our Debugging Checklist
Things to check if my code does not compile Creating readable code Creating user-friendly applications
Protected: Validating input in Main Menu
There is no excerpt because this is a protected post.
Protected: Go Active! Further Help!
There is no excerpt because this is a protected post.