Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Create a class Person with attributes string Name, string Address and int age and define getter setter




method using Auto Implementation Property




• Create a class PersonImplementation and implement the below given methods:




1. GetName(IList<Person> person) display the name and address of all the persons in the List




2. Average(List<Player> players) to calculate the




average age of all the persons.




3. Max(IList<Player> players) to find the maximum age of the person.

We are starting a new children's entertainment software company

Our first application will be old Macdonald's farm

Initially children can put three types of animals


Define a class with constructor,fields and properties

Write a program that prompts the user for one of four colours. Based on their input, provide back an interesting response. 


Create a program that can calculate the minimum payment that is needed to be paid to a credit card company based on the amount owed and a given interest rate. The amount owed will be the interest or $10, whichever is greater OR the amount owing if the amount owed is less than $10.


Write a program that can

1. Write a sentence backwards

2. Write a sentence downwards, 1 letter at a time

3. Write a sentence upwards, 1 letter at a time.


Create a program that uses two private methods. The first method should have two responses depending on if there is an input or not. It is to request a name and output a greeting or if no name is input, it outputs "Be that way, then."

The second method is to calculate the height of the person, converting their height in inches to cm.

the program is to end with telling the user "______Name____, you are ___number____ cm tall"


Create an application that receives an internet application from a company’s prospective customers. The following information must be received from the applicant: - Name - Internet Choice - Applicant salary In the event that the “Check application” button is clicked, the complete application result must be displayed in the listbox control of a second form. The label control of the second form must simply indicate whether an application is “approved” or “not approved” If a user has a salary of R2500 or less, then the application cannot be approved, else the application will be approved. 


Write a Class Diagram and Pseudocode for


Windows application that functions like a banking account register. Separate the business logic form the presentation layer. The graphical user interface (GUI) should allow the user to input the account name, number and balance. Ensure that the full name is entered for the customer and that only numeric values are entered for the number fields when the Create Account Button is selected. Separate the business logic from the presentation layer by creating a Customer class. Include a deposit to and withdraw from methods in the customer class to keep the balance updated. After the object of the customer class is instantiated, provide Textbox objects on your GUI for the withdrawals and deposits. A second button object should be available to update the account for withdrawal and deposit transactions showing the new balance.


Write a C# program that handles people entering an Amusement Park through the main gate. 


Make a loop to sell people tickets to your amusement park. You can use a counter controlled loop (asking the user how many people they are selling tickets to) or a sentinel controlled loop. It is up to you but have this program handle multiple ticket sales and tell the price of each ticket one by one by the loop. (8 points) 


For each customer purchasing a ticket, ask for the age of the customer and use IF statements and structures to determine the price of the ticket. Also ask if the user has a “Fast Pass” as well and store the answer in another variable.


A customer is Over 65, Under 12, or has a Season Pass (age doesn’t matter). A ticket for the day for each of these types of customer is below:


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS