Question: Chapter 5 - Programming Challenge 24: A Game of Twenty One Additional requirements: Solution must be object-oriented design remonstrated with a driver. Welcome the user
Chapter 5 - Programming Challenge 24: A Game of Twenty One
Additional requirements:
- Solution must be object-oriented design remonstrated with a driver.
- Welcome the user with a message that you read from a file called "input.txt".
- Write the results of the game to the terminal and also to the output file called, "output.txt" and remind the user to look at that file if he/she wants to.
You only need to submit the designs, input/output files ( if applicable ) source code ( .java and not the project or the .class ) files of all the classes you'll implement and the driver program for the problem. ( Do not submit the whole project folder and irrelevant files. )
/**
*Description: This program will displays a string without any user interaction
*Class: Fall - COSC 1437.81002
*Assignment1: Hello World
*Date: 08/15/2011
*@author Zoltan Szabo
*@version 0.0.0
*/
For each method, you will also be required to create docstring as follows:
/**
* @param String as args
* @return Termination code as int, 0 for normal, anything else is error condition
* @throws Nothing is implemented
*/
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
