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 a C# program to count the number of negative numbers in a sequence of numbers the user inputs. In this solution, before reading the numbers, ask the user to input how many numbers will be input.
I am Working for a project which i need to develop a DLL.....i have two mobile computers SDK,and i have two Mobile computers applications for scanning purpose...my ultimate aim is that i need to create a new DLL which uses the name of Second device's Decodelibrary..but inside that it should call the functions of first device's decode library.....ie the application of 2nd device should run directly into first device by using the DLL that i have created.....need help as soon as possible!!!
Write a program to evaluate the net salary of an employee given employee if his basic salary is 12000GHS , Domestic allowance(DA) is 12% of basic salary, HRA is 250. He is taxed Income Tax of 20% of his basic salary.

Net Salary = basic salary + DA+ HRA –Income Tax
Create an Window forms Application in Visual studio 2010 in C# which Contain some labels including( ArticleId,Article Title,Topic,AuthorId,No. of Lines,Date Of Publishing ) with their respective Text Boxes including(txtArticleId,txtArticleTitle,txtArticleTopic,txtAuthorId,txtNumOfLines,txtDateOfPublishing) and three Buttons including(Load Data Button, Edit Button & Save Button).This Application uses an OleDb Ms Access Databse and access database data to the Respective Field of Application Form by clicking on Load Data Button.We can Edit the Record by click on Edit Button and Save the data to the Physical Database by clicking on Save Button and for saving data we have to use the(dataAdapter Object.Update(Dataset Object,DataTable Table Name); Dataset Object.AcceptChanges(); ) these two commands which w'll reflect the changes in the physical DataBase.
create an application International Check Cashing.

A cashier accepts checks in different currencies and enters into two textboxes:

• amount on the face of a check (in foreign currency can have two digits after a decimal point);
• today’s exchange rate (multiplier) for that currency – can be an integer or can have the fractional part; there may be up to 5 digits on each side of the decimal point.

The textboxes should be placed side by side. After hitting Convert button, the resulting amount in US $ should be displayed to the right of them. At the same time, a running total (in US $) should be displayed below.
A separate button should be used for calculating Grand Total; this action should also disable the input fields. The total amount should be rounded to the nearest cent and then $5 deducted as service charge.
Upload to Check Cashing dropbox. If you need to make additional assumptions, list them as comments. You may need to do some research if any terms in the requirements are not clear.
part two quation
Using the Debugger to run International Check Cashing, set a breakpoint to stop the execution right after pressing the Grand Total button (but before actual calculating the grand total). Using Cropper or another utility, capture the state of the program after entering information on several checks. Adjust the boundary between source code and Locals to allow enough space for displaying the relevant debugging information.
Upload the .png file to Screenshot dropbox. Provide additional comments if needed
4. Create a class Account with two overloaded constructors. The first constructor is used for initializing the name of account holder, the account number and the initial amount in the account. The second constructor is used for initializing the name of account holder, account number, address, the type of account and the current balance. The Account class is having methods Deposit(), Withdraw() and GetBalance(). Make necessary assumptions for data members and return types of methods. Create objects of Account class and use them.
Define a console application to display all the arguments passed to command line while running the application. The user can pass any number of arguments that should be displayed. Use length property of array and for-each loop. If there are no arguments in command line display message ‘No Arguments’
Using the Debugger to run International Check Cashing, set a breakpoint to stop the execution right after pressing the Grand Total button (but before actual calculating the grand total). Using Cropper or another utility, capture the state of the program after entering information on several checks. Adjust the boundary between source code and Locals to allow enough space for displaying the relevant debugging information.
Upload the .png file to Screenshot dropbox. Provide additional comments if needed
create an application International Check Cashing.

A cashier accepts checks in different currencies and enters into two textboxes:

• amount on the face of a check (in foreign currency can have two digits after a decimal point);
• today’s exchange rate (multiplier) for that currency – can be an integer or can have the fractional part; there may be up to 5 digits on each side of the decimal point.

The textboxes should be placed side by side. After hitting Convert button, the resulting amount in US $ should be displayed to the right of them. At the same time, a running total (in US $) should be displayed below.
A separate button should be used for calculating Grand Total; this action should also disable the input fields. The total amount should be rounded to the nearest cent and then $5 deducted as service charge.
Upload to Check Cashing dropbox. If you need to make additional assumptions, list them as comments. You may need to do some research if any terms in the requirements are not clear.
1. Write a console-program to create an array of integers. Initialize the array and assign the values in array. Define a method to pass the array and modify array elements. Display array elements by using for-each loop
->actually for the above question u have answered the code as progrm thanku......but i need explanation for it and show output also
LATEST TUTORIALS
APPROVED BY CLIENTS