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

Task 1 (5 marks) Define a class with at least 3 fields, 3 properties and 3 methods. Override the To Stirng function that returns a summary of the properties of your object.

Task 2 (5 marks) Initialize an Array of 10 numbers Initialize an Array of 5 strings Initialize an Array of 5 objects that you created in Task 1 Task 3 (5 marks) Using 3 different Loops types, output each element of the array of 10 numbers Repeat the same process for the array of 5 strings and array of 5 objects *9 loops total* Task 4 (5 marks) Create a struct called Mouse Give the struct three (3) appropriate properties and a one (1) constructor Call the struct using the constructor and not calling the constructor Output each of the properties of both instantiated structs


Create a windows application that contains two textboxes and three buttons. The textboxes should be used to allow the user to input two positive numeric values. The buttons should be labeled Add, Multiply and Reset. Create event handler methods that retrieve the values, perform the calculations and display the result of the calculations on a label. The result label should initially be set to invisible with a font color of yellow. If invalid data is entered, change the font color to red on the result label and display the message saying “value must be numeri and >0”. When the final answer is displayed, the font color should be yellow. Additional labels will be needed from the textboxes captions. Do not allow non numeric characters to be entered. Invoke the TryParse() method to retrieve the values. All controls involved in program statements should be named. Right justify values in the textbox.



You are a Windows developer for a data analysis company. For one of your applications you need to create a keyword searching form that asks for a filename and a keyword from the user (as shown in below figure). The form should search for the keyword in the file and display the number of lines that contain the keyword in the results group box. Your form assumes that the entered keyword is a single word. If it is not a single word, you need to create and throw an exception for that case.


Print isosceles triangles. For each triangle, allow the user to input two values: a character to be used for printing the triangle and the size of the peak for the triangle. Test the input for valid characters. The size of the triangle should not be larger than 10. If an invalid non-numeric charac- ter is entered for size or if the value entered for size is larger than 10, use 3 as the default value. If an invalid entry is entered for the character, use an asterisk (*) as the default character. Allow multiple triangles to be printed. For example, if the user inputs # for the character and 6 for the peak, you should produce the following display:

#
##
###
####
#####
######
#####
####
###
##
#à ƒ ƒ ƒ ¢ € ‹
Write a program to allow multiple sets of scores to be averaged. Valid entries must be numeric and in the range of 0 to 100. Calculate the average of the scores entered. Allow any number of scores to be entered per data set but assume that there will be at least one score entered. Use a sentinel-controlled loop variable to terminate the loop. After values are entered and average is calculated, test the average to determine whether an A, B, C, D or F should be recorded. The scoring rubric is as follows: A: 90 to 100; B80 to 89; C 70 to 79; D 60 to 69 and F <60.

This donation management system will help NGOs to find donors easily. This system has three modules namely, Administration, NGO and Donor. Admin can login using credentials and manage the request raised by NGO by approving or rejecting it. Approval will be done after verifying the NGO documents uploaded by NGO. Admin will get the report of NGOs who get donations. NGOs can register and raise request by uploading NGO documents. Once admin gets the approval, they can login using credentials. NGO can raise request in need to the various registered donor. They can view the previous events list and donation report. Donor can simply register and login using credentials. They will get the notification of the request raised by NGOs for donation. They need to fill the details regarding donation on approval of request. Donor will get the date of donation. They can also view Donation history. NB Use Visual studio- C# (windows forms) to develop the donation management system and make use of CRUD, SQL Server


1) Create a class Worker with attributes name, age and salary. This class contain default constructor, GetData and Display.

 

a) A function SalariedEmployeeComission calculates the commission of the worker and display total salary constantly.

 

b) A function HourlyEmployeeComission calculates the commission of the worker with of 5% and display total salary constantly

 

Note: Declare variables as per need, Commission of an employee of Salaried class is 10% and for class Hourly employee is 5%


An Islamic bank wants you to develop a Zakat Calculator for them. The calculator shall
take the input of the 1) name of zakat donor, 2) Bank_Balance, 3) zakat_amount. Create constructor
to initialize variables with default values which will be called on the time of object instantiation.
There should be a method named à ƒ ƒ ¢ € œCal_zakat()à ƒ ƒ ¢ €  which calculates the zakat of each donor and set in
zakat_amount. The program adds up the zakat of each donor hence calculating the total_zakat of the
bank. Use a à ƒ ƒ ¢ € œdisplay()à ƒ ƒ ¢ €  which displays not only the data of the donor but also the total amount of
zakat of the bank. It should keep in mind that the zakat will be calculated only if Bank_Balance is
greater than or equal to 20,000. (You should implement the concept of overloading, copy constructor
or overriding wherever it is applicable)
Note: Zakat will be calculated by the formula (Bank_Balance *2.5)/100
: Create a class Worker with attributes name, age and salary. This class contain default
constructor, GetData and Display.
a) A function SalariedEmployeeComission calculates the commission of the worker and
display total salary constantly.
b) A function HourlyEmployeeCommission calculates the commission of Worker with of
5% and display total salary constantly

Create an application for a Pizza delivery company. The application must provide a place for the user to enter their contact information (address, cell, telephone, e-mail) and some of the contact information should be displayed when the order is placed. Your application should have a picture logo and company name. Provide selections such as small, medium and large for pizza (Vegetarian, Hawaiian, Something Meaty….etc). BE CREATIVE You can also sell wings, mini-loaves, chicken strips or any other restaurant food of your choice. Also include beverages. You must display the price for the order and reset the order form. Experiment, explore, change properties and the review the .Designer.cs.file



LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS