American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

9 AM – Intro To Java

February 21, 2021 @ 9:00 am - 10:00 am

  1. Homework:
    1. For Account class add the following class attributes
      1. String firstName
      2. String lastName
      3. String email
      4. String ID
      5. String password
      6. Create the getters and setters method.
    2. For Message class add the following class attributes
      1. String senderAccountId
      2. List<String> recipientAccountIds
      3. String message
      4. Date sentDate
      5. Create the getters and setters method.
    3. In the EmailMain, create a menu like below
      1. Welcome to AYCLOGIC Email Application
        
        Please enter your selection
        1. Create an account
        2. Login
        Enter your selection: 1
        
        Enter the account information
        Enter your First Name: Gamas
        Enter your Last Name : Chang
        Enter your email : gamas@ayclogic.com
        Enter your password: abcdefg
        
        Email gamas@ayclogic.com is created
      2. After user enter account information add to the “accounts” list.

Details

Date:
February 21, 2021
Time:
9:00 am - 10:00 am
Event Categories:
,