There is no excerpt because this is a protected post.
Category Archives: Projects
Protected: Keyboard Input
There is no excerpt because this is a protected post.
Protected: My Own Game
There is no excerpt because this is a protected post.
Health App
Let’s write apps to promote a healthier lifestyle! Develop a simple health-related application that will educate and help the user monitor one health-related aspect of their life. Ideas and Examples Health monitors Example: a diabetes tracking app This educates the user about the importance of regulating blood glucose levels Quiz you about a healthy diet andContinue reading “Health App”
My Own Game
We will create our own quiz-based game! The user will be presented with a storyline and asked a number of questions. The outcome of the game depends on how many questions he gets right. Let’s get creative! What should the game involve? Your app should have a main menu that loops until the user selectsContinue reading “My Own Game”
Marks System
We will now create an application to handle students’ exam marks report. The system will process input marks to output the following statistics: total marks, average, highest and lowest marks. Create your app Our app will involve a looping menu, allowing the user to enter student data and then generate the students’ report. This includesContinue reading “Marks System”
Secure Log-On System
Online banking is made more secure by accompanying apps like the one on the device shown here. These apps require the user to enter a pin number and then generate a random number with which the user can identify himself on the system. Create your app Create a simple Java application that requires the user toContinue reading “Secure Log-On System”
Protected: Secure Log-On System
There is no excerpt because this is a protected post.
Protected: Math Hero App
There is no excerpt because this is a protected post.
Math Hero App
Create an application to help a student revise basic Math skills. Your application should give a menu with the options shown here. For each option it should give the user a set of 10 sums and keep track of his marks. Finally the application should give the user feedback about his performance. Rules The GuessContinue reading “Math Hero App”