Use pseudocode to write an object-oriented program that


Problem

Use pseudocode to write an object-oriented program that consists of a class definition and a main program to solve the given problem. RAPTOR can be used for Programming Challenges 1-4 but may require some advanced study of RAPTOR's OOP mode.

Everyone at OOPU gets assigned a college email account. The account is created using a simple formula. The email username is simply the person's first name and last name, separated by a dot. Then the OOPU domain name is appended with the @ sign. The OOPU domain name is oopu.edu. Rewrite the classes you created in Programming Challenge 3 to include a method to create an email address by using the Name attribute and concatenating it with the string "@oopu.edu" instead of having the user enter an email address.

Attachment:- Email Address.rar

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Use pseudocode to write an object-oriented program that
Reference No:- TGS02676533

Expected delivery within 24 Hours