Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

U se the files in JavaLab1 and you will upload them in your Dr Java environment. You will then compile it and run it. You

Use the files in JavaLab1 and you will upload them in your Dr Java environment. You will then compile it and run it.

You will then modify the program to ask for the age of the mother, the age of the child and will deduce the age the mother was when she had the child.

Example 1:

What is your name? Joanna How old are you, Joanna? 40 How old is your child, Joanna? 10 You were 30 when it was born. 

Example 2:

What is your name ? Ana How old are you, Ana? 20 How old is your child, Ana? 1 You were 19 when it was born. 

Deliverables: 4 files:

  • The file containing the code.
  • A test file.
  • A read me file.
  • A file containing the pseudo code or the flowchart for the code.

For information about how to create a test file, look at the new topic, creating test cases on the main page.

Although I do not expect you to be able to prevent nonsensical input, I do expect that your test cases will cover it.

Point distribution:

  1. Documentation (10 points)
    • read me file a.k.a. outside documentation (5 points)
    • test cases (5 points)
  2. Flow chart or pseudo code (15 points)
  3. Incode documentation (15 points)
    • readability (5 points)
    • comments (5 points)
    • header containing author, date, purpose: 5 points
  4. State (10 points)
    • Does it work, compile and so on.
    • Gaping holes points will come out of this.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

F1 F5 F2 F4 F3

Answered: 1 week ago