Fill This Form To Receive Instant Help
Homework answers / question archive / Part 1 - Personal Information Class Design a class that hold the personal data: name, address, age and phone number
Part 1 - Personal Information Class Design a class that hold the personal data: name, address, age and phone number. Write appropriate methods (constructor, getters ad setters. Demonstrate the class by writing a program that creates three instances of the class. You can populate information in each object using Scanner class. Please do not use any personal information as data in the project.
Submit a class diagram, test runs and code (.java file) with your submission. Please create a zip file and submit a single attachment for part 1.
Part 2 - Coin Toss Simulator
Create a coin toss simulation program. The simulation program should toss coin randomly and track the count of heads or tails.
You need to write a program that can perform following operations:
a. Toss a coin randomly.
b. Track the count of heads or tails.
c. Display the results.
Design and Test
Submit a class diagram, test runs and code (.java file) with your submission. Please create a zip file and submit a single attachment for part 2.