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 an application that will allow the user to play cow and bull(only 4 character word)


Same character same position-cow


Same character different position-bull



Love


Cow-0,bull-0


Hate


Cow-0,bull-3


When


Cow-2,bull-0


What


Cow-4,bull-0

A car dealer receives customers to sell or buy cars, so he needs a program to keep track of both customers and cars. Therefore, we will create a program that can help the car dealer with this.

Initially, the program should have a menu where you choose which function you want to use, but we do not have to finish all the parts yet. The idea is that we will start by getting a working menu. Create a program that has:

  • menu
  • conditions, selection
  • repetition, iteration
  • type conversion

how the debugging process can be used to help develop more secure, robust applications.

how to create a program that retrieves the user 's car make , model designation , year model and number_km (how far the car has traveled). For example, let the program ask:

"Which car brand and model?"

"Which model year?"

"How far has it gone?"


Create a program that will transpose the elements (values) of a 16-element two-

dimensional integer array (4x4) Transpose. The value of each element should be obtained


from the user (or inputs).

For example:

Original Entries Transposed Entries

1 2 3 4 1 5 9 3

5 6 7 8 2 6 0 4

9 0 1 2 3 7 1 5

3 4 5 6 4 8 2 6


Create a CRUD operation for Doctor objects


Doctor - Id, Name, Experience(float), Speciality(string)


5 doctors max

Can edit Experienceand Speciality


Note:

Print doctor sorted by Experience

Create Model class in library

Manage the doctor in console app project

Ensure the application does not break(avoid exceptions using error handling as much as possible


Write a source-code that counts the number of vowel, consonant letters and the total number of letters on


a text. Use this text: “This is the sample text!”.

Using the array below, write a source-code that read, display in horizontal setup, sum up the element



value and display the highest value.



Hint: var[?] > highest then highest = var[?]



Array: 2, 4, 5, 7, 8, 10

How to create a shop that shows the following:

Enter Name:

Pies

(the options is a check box)

meat pie (check box) Quantity (text box)

chicken pie (check box) Quantity (text box)

pepperoni (check box) Quantity (text box)

if the check box are not check it must show a message and the quantity to the pizza choose must also show message


Size

Small R45.00 (Radio button)

Large R90.00 (Radio button)

if the radio button are not check it must show a message


toppings R6.00 each

Extra meat (check box)

sausage (check box)

mushrooms (check box)

if the check box are not check it must show a message


Add 1l drinks @ R20.00

Coke (check box) Quantity (text box)

Sprite (check box) Quantity (text box)

Pepsi(check box) Quantity (text box)

Fanta(check box) Quantity (text box)


when the Buy button is click it must show al the stuff the user pick and must calculator there total amount.


How to create a Calculator that does the Sin, Cos and Tan and normal calculator using C# windows form application


LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS