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

Write C# application program to be used to evaluate the credit worthy of a client. The program reads the credit limit and the price and quantity of the item to be purchased by the client. If the value of the goods is more than the credit limit, the program displays “Sorry you cannot purchase goods worthy such a value on credit” and allows the customer to re-enter the quantity, otherwise, displays “Thank You for purchasing from us” and the value of the purchase. This should be repeated for n customers.
4).
Using nested loops, write a C# application program that produces the following output.
& & & & & &
* & * * * *
* * & * * *
* * * & * *
* * * * & *
& & & & & &
all the user to input the total tip percentage of 20%. Produce output showing the calculated values including the total amount due 20%. amount of Bill $100
Create a program in c# to make a account balance management
WAP using switch case to perform following operations.
i) create a linked list,
ii) display its elements,
iii) count the number of nodes,
iv) search an element
v) sort the linked list
vi) reverse the elements of the list
There is an int variable that stores a certain amount of time in seconds. I need a function that converts seconds to days, hours, minutes and seconds and returns this as a string.
Write a function that will merge the contents of two sorted (ascending order)
arrays of type double values, storing the result in an array output parameter
(still in ascending order). The function should not assume that both its input
parameter arrays are the same length but can assume that one array does not
contain two copies of the same value. The result array should also contain no
duplicate values.
Hint: When one of the input arrays has been exhausted, do not forget to copy
the remaining data in the other array into the result array.
Test your function with cases in which (1) the first array is exhausted first, (2) the second array is exhausted first, and (3) the two arrays are exhausted at the same time (i.e., they end with the same value). Remember that the arrays input to this function
must already be sorted .
The University of Namibia is having its annual Cookie Fund Raiser event. Students sell boxes of the following five types of cookies: Chunky Chocolate, Macadamia, Peanut Butter, Smickerdoodle and Sugar. The VC wants an application that allows him to enter the number of boxes of each cookie type sold by each student. The application’s interface should provide a list box for selecting the cookie type and a text box for entering the number of boxes sold. The application should use a five element one-dimensional array to accumulate the number of boxes sold for each cookie type, and then display that information in label controls in the interface.
Design a C# GUI Movies Club Application that will take as an input the number of Item Ordered for DVD’s and Bluray’s then select if it is to buy or rent. the application calculates and display the total cost for the transaction before Tax, display the taxes and total after tax as well.
Note: Use the Currency Format for all money outputs and assume that the tax rate is 8.75%.
The DVD and Bluray’s cost are based on the following criteria:
Items Buy Rent
DVD’s less than 5 Items $15 $6
DVD’s 5 or more items $12 $4
Bluray’s less than 5 Items $20 $8
Bluray’s 5 or more items $16 $5
Find solutions for your homework
engineeringcomputer sciencecomputer science questions and answersIn This Project, You Will Be Asked To Implement An Electronic Warehouse That Keeps Track Of ...
Question: In This Project, You Will Be Asked To Implement An Electronic Warehouse That Keeps Track Of The Products Stored In The Storage. For Each Of The Products, The Following Data Are Common. • Product ID. • Product Name. • Product Description. • Product Price. You Will Be Asked To Implement Two Types Of Products. • Dimensional Products. • Weighted ...
This problem has been solved!
See the answer