Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Make a HANGMAN GAME ( Computer Science Gr . 1 2 ) Program Requirements Produce a modular program that is divided among multiple subroutines, classes,

Make a HANGMAN GAME (Computer Science Gr.12)
Program Requirements
Produce a modular program that is divided among multiple subroutines, classes, and files.
Design user-friendly input-output forms.
Use appropriate data types (int, String, long).
Use conditional structures (if-statement).
Use loop structures (for, while).
Use built-in methods and properties.
Create and use custom methods.
Use at least one form of array (one-dimensional, two-dimensional, ArrayLists).
Perform searching as required.
Perform sorting as required.
Use recursion (only if necessary, as not all projects will require recursion).
Read from and write to an external file (e.g. input and store high scores or other needed data).
Encapsulate the final program to include an intro screen, game, and game over screen.
Add an enhancement (scorekeeping, timer, graphics, animation).
Use white space and indenting to improve readability of code.
Use internal comments to clearly explain the program code. Remember that comments should talk about the logic of the statement not just what the statement is doing.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions