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


Using a while loop create a program that calculates the monthly salary of N employees[where N is the number of employees that's entered by the user]. If the employee worked less or equal to 160 hours, the employee will be paid N$240.00 per hour. For any hours greater than 160, the employee is paid N$320.00 per hour. Sample Run1 Enter number of employees(N):3 Hours worked 1: 160 Hours worked 2: 200 Hours worked 3: 80 Output1: Salary 1: N$38400.00 Salary 2: N$51200.00 Salary 3: N$19200.00 Sample Run 2 Enter number of employees(N):0 Output2: No employees provided to do calculations Sample Run 3 Enter number of employees(N):-4 Output 3: Number of employees cannot be negative
In a flow chart, a diamond shaped symbol is used to represent___________.

A team of developers and entrepreneurs are working on the idea of BorrowMyKitty, a new platform to connect cat owners with trusted local people who could share the care of the cat. They are considering several options on how cat owners could connect to potential carers and what the revenue model of the platform could be.


1. Briefly describe your recommendation about the potential operation of BorrowMyKitty using the business model concept.


2. The team has asked you to make three recommendations on ways in which the organisation could use big data and data analytics to enhance the success of the platform.


Algorithm for a program that allows the user to enter any number of names; i.e – last name and first name. Using one of the predefined methods of the Array class, order the names in ascending order. Display the results.
Algorithm for 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
Algorithm for 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.
Algorithm for a program that allows the user to enter any number of names; i.e – last name and first name. Using one of the predefined methods of the Array class, order the names in ascending order. Display the results.
Learn more about at the Josephus Problem from the following links and make a Circular Doubly Linked List simulation of this problem. (Your program should print the remaining people in each iteration). C language programming. 1. https://www.youtube.com/watch?v=uCsD3ZGzMgE 2. https://github.com/alextop30/Josephus-Problem

Given two stacks with their standard operations (pop, push, isEmpty, size), implement a queue with its standard operations (enqueue, dequeue, isEmpty, size).


There should be two versions of the solution.


Version A: The queue should be efficient when enqueuing an item; and Version B: The queue should be efficient when dequeuing an item.


LATEST TUTORIALS
APPROVED BY CLIENTS