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

How to create a shop that shows the following:

Name:

Surname:

Quantity: ( using a drop down list)


Create check boxes for Volvo BMW and Merc


Payment using radio buttons for Cash Of loan


Comments for users to put in


when the user press the BUY button it must show an message box that says thanks you with the user name and the car they pick that shows the also the car total balance and if they pick 2 cars cars it must show the car 1 + car 2 = total and if the pick 2 volvo it much show the total of the 2 cars and then it much also print the Payment the choose loan or cash and it much also show the comments in the message box


How to create a Calculator that does the Sin, Cos and Tan and normal calculator


Create a CRUD operation for Doctor objects


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


5 doctors max

Can edit Experience and 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 function-oriented program that calculates the power value of the input base number and exponent number. Then display the power value. Sample input/output dialogue: Enter base number: 5 Input data Enter exponent number: 3 Second input data Power value: 125 Output (The computation is 53 = 5 * 5 * 5 = 125


Make a program that will ask the student to enter a PIN Code. Each year level has its own PIN Code. If


the entered PIN Code is correct a message “Access Granted! Welcome yr_lvl Student.” will appear, if it is


wrong a message “Invalid PIN! Access Denied” will appear. The program will terminate after three (3)


incorrect attempt.

An attorney’s office charge Php150 for every 20 minutes of consultation. Write a program that will ask




the user to enter the number of hours incurred for a consultation. The program then displays the bill of




the user and it starts over again. The loop will only stop if the user entered zero (0) hours for




consultation.

Create an application that will take 5 employees data and print the data.take a skill name and print all the employee who have skill

Create a program named PaintingEstimate whose Main() method prompts a user for length and width of a room in feet. Create a method that accepts the values and then computes the cost of painting the room, assuming the room is rectangular and has four full walls and 9-foot ceilings. The area of one wall will be length of the wall times the height of the wall. The price of the job is $6 per square foot.



Submit the .cs file for your painting cost estimating program here. In a separate text file show the inputs you used to test your program and a "hand calculation" that verifies at least one of your inputs. Be sure to include comments in your program, including your name and a description of the program inside the program itself. Also be sure to use meaningful variable names.

Write an algorithm that displays an equivalent color once an input letter matches its first character.



For example b for Blue, r for Red, and so on. Here are the given criteria: (The letters as an input data and the color as output information).



Letters Color



‘B’ or ‘b’ Blue



‘R’ or ‘r’ Red



‘G’ or ‘g’ Green



‘Y’ or ‘y’ Yellow



Other letters “Unknown Color”




















Write a program that mimics a calculator. The program should take as input two integers and the operation to be performed. It should then output the number, the operator and the result. (For division, if the denominator is zero, output an appropriate message). CODING C# ​

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS