Question: C# Programming C# Programming C# Programming Question 1 In main method, you already created an instance of Address class called testAddress and prompted the user



C# Programming C# Programming C# Programming Question 1 In main method, you already created an instance of Address class called testAddress and prompted the user to enter the address details. Assignment 3 (Total marks:20, weight: 5%) 1. Now prompt the user to enter the numbers of bedrooms and bothrooms, price, square Feet and year built A. Implementation details of Address class: Add and implement a class named Address according to specifications in the UML class diagram. Data fields (private): street, city, province and zip Code. Properties: Street, City, Province and Zip Code Constructors: A no-arg constructor that creates a default Address. A constructor that creates an address with the specified street, city, state, and zip Code ToString() to print out all available information about the current object 2. Create an instance of the residence class with the entered data (including the address data) 3. Display the information about the residence using ToString()- Project Name: Your Group Name Compress your project and upload it. Do NOT use winrar. Comments are required. Include screenshot of your work B. A test program for the Address class To demonstrates the Address class, in main method write a program that: A Real Estate Agency needs Management System that records the details about their offers: houses and apartments In this project, you will be using object-oriented programming concepts and design in total four classes: In this assignment 3, you will implement two classes named Residence and Address In the next assignment, you will design two other classes: House, and Apartment. 1. Prompts the user to enter the street name 2. Prompts the user to enter city name Prompts the user to enter the province name 4. Prompts the user to enter the zip code 5. Creates an instance called testAddress of type Address with the entered data 6. Displays this information using ToString(). Example of data: Street: 265 Yorkland Blvd. City: Toronto State: Ontario zip Code: M2) 155 The following diagram shows the relationships between these classes you are required to implement. In this assignment, you will implement Address and Residence classes. The Residence class is the parent class of apartment and House classes. Consider the following UML class diagram: Question 2 : A. Implementation details of Residence class: Add and implement a class named Residence according the instruction in the UML diagram Data fields: bedrooms, bathrooms, price, square Feet, yearBuilt and address. Properties: Bedrooms, Bathrooms, Price, Square Feet, YearBuilt and Address Constructors: A no-arg constructor that creates a default Residence. A constructor that creates a Residence with the specified bedrooms, bathrooms, price, square Feet, yearBuilt and address. CalculateCommission() that returns the commission amount. The commission rate is set up at 2%. ToString() that returns the information about the current object( bedrooms, bathrooms, etc.). Create a new C# project. B. A test program for the Residence class 1. Bob has decided to start a computer business call Bob's PC. He needs a webpage that will allow his customers to see his website. You are tasked to create a website for Bob's business based upon the requirements below. a. Main page - Welcome page - must include your names and ID# and any other coding b. Product page - 4 products C. Services page - 4 Different services d. About page - Description of the company e. Login page- JQuery and JavaScript f. Conformation page Used after a user registers g. Register Page - JQuery and JavaScript h. Folder structure - Draws your site map i. All pages must be linked with each other Assignment #4 HTML/Forms Web Development // 2.5M 1. a. Signup page for users to signup to the website i. When the user clicks on the submit button, they must see a confirmation page saying that they have signed up if they pass validation ii. Use a form with four input boxes to allow the user to signup b. Login page - for users to login to the website i. When the user logs in they must see the product page if they pass validation iv. Use a form with two or more input boxes c. All inputs must have a different validation. Assignment #5 CSS / JavaScript 1.25M 1. a. Your page design must be presentable and look innovative, marks will be only be given for how well your design is. b. Use jQuery in order to style all of your pages Assignment #5 Comments 1.25M Assignment #5 Comments 1.25M 1. Add all appropriate comments to your coding 2. Label your coding with your question numbers Example
Welcome to Bobs computer shop
C# Programming C# Programming C# Programming Question 1 In main method, you already created an instance of Address class called testAddress and prompted the user to enter the address details. Assignment 3 (Total marks:20, weight: 5%) 1. Now prompt the user to enter the numbers of bedrooms and bothrooms, price, square Feet and year built A. Implementation details of Address class: Add and implement a class named Address according to specifications in the UML class diagram. Data fields (private): street, city, province and zip Code. Properties: Street, City, Province and Zip Code Constructors: A no-arg constructor that creates a default Address. A constructor that creates an address with the specified street, city, state, and zip Code ToString() to print out all available information about the current object 2. Create an instance of the residence class with the entered data (including the address data) 3. Display the information about the residence using ToString()- Project Name: Your Group Name Compress your project and upload it. Do NOT use winrar. Comments are required. Include screenshot of your work B. A test program for the Address class To demonstrates the Address class, in main method write a program that: A Real Estate Agency needs Management System that records the details about their offers: houses and apartments In this project, you will be using object-oriented programming concepts and design in total four classes: In this assignment 3, you will implement two classes named Residence and Address In the next assignment, you will design two other classes: House, and Apartment. 1. Prompts the user to enter the street name 2. Prompts the user to enter city name Prompts the user to enter the province name 4. Prompts the user to enter the zip code 5. Creates an instance called testAddress of type Address with the entered data 6. Displays this information using ToString(). Example of data: Street: 265 Yorkland Blvd. City: Toronto State: Ontario zip Code: M2) 155 The following diagram shows the relationships between these classes you are required to implement. In this assignment, you will implement Address and Residence classes. The Residence class is the parent class of apartment and House classes. Consider the following UML class diagram: Question 2 : A. Implementation details of Residence class: Add and implement a class named Residence according the instruction in the UML diagram Data fields: bedrooms, bathrooms, price, square Feet, yearBuilt and address. Properties: Bedrooms, Bathrooms, Price, Square Feet, YearBuilt and Address Constructors: A no-arg constructor that creates a default Residence. A constructor that creates a Residence with the specified bedrooms, bathrooms, price, square Feet, yearBuilt and address. CalculateCommission() that returns the commission amount. The commission rate is set up at 2%. ToString() that returns the information about the current object( bedrooms, bathrooms, etc.). Create a new C# project. B. A test program for the Residence class 1. Bob has decided to start a computer business call Bob's PC. He needs a webpage that will allow his customers to see his website. You are tasked to create a website for Bob's business based upon the requirements below. a. Main page - Welcome page - must include your names and ID# and any other coding b. Product page - 4 products C. Services page - 4 Different services d. About page - Description of the company e. Login page- JQuery and JavaScript f. Conformation page Used after a user registers g. Register Page - JQuery and JavaScript h. Folder structure - Draws your site map i. All pages must be linked with each other Assignment #4 HTML/Forms Web Development // 2.5M 1. a. Signup page for users to signup to the website i. When the user clicks on the submit button, they must see a confirmation page saying that they have signed up if they pass validation ii. Use a form with four input boxes to allow the user to signup b. Login page - for users to login to the website i. When the user logs in they must see the product page if they pass validation iv. Use a form with two or more input boxes c. All inputs must have a different validation. Assignment #5 CSS / JavaScript 1.25M 1. a. Your page design must be presentable and look innovative, marks will be only be given for how well your design is. b. Use jQuery in order to style all of your pages Assignment #5 Comments 1.25M Assignment #5 Comments 1.25M 1. Add all appropriate comments to your coding 2. Label your coding with your question numbers Example
Welcome to Bobs computer shop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
