Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

by basic java DIST Exercise 1: (1 point) Project Name: LABO2 PeopleID Create a Java project Student ID>_Lab2_Exercisel. Write a java class Date. The class

by basic java

image text in transcribed

DIST Exercise 1: (1 point) Project Name: LABO2 PeopleID Create a Java project Student ID>_Lab2_Exercisel. Write a java class Date. The class Date has three properties: int day, int month, int year. It has one constructor that takes 3 arguments: int day, int month, int year. The constructor assigns the input arguments to its corresponding properties. The class Date has only one method: void printDate() which prints the date in the format of day-month-year Hint: Using this with a field/attribute Exercise 2: (1 point) Project Name LABO2_PeopleID Learning objective: To learn how to define class, attribute, constructor, and method in class by Java programming Write a java class Name. The class Name has two properties: String firstName and String lastName. It has one constructor that takes 2 arguments String firstName, String lastName. The constructor assigns the input arguments to its corresponding properties. The class Name has only one method: void printName() which prints the firstName lastName with a space between them, for example, James Mars

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

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions

Question

Listen! Listen! Listen!

Answered: 1 week ago

Question

Explain the various methods of job evaluation

Answered: 1 week ago

Question

Differentiate Personnel Management and Human Resource Management

Answered: 1 week ago

Question

Describe the functions of Human resource management

Answered: 1 week ago