Questions: 619

Answers by our Experts: 487

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

Assume a computer store gives a 5% discount for all students of purchases under $50, 10% discount to students whose total purchase is between $50 and $99, and 15% on purchases of $100 or more. Write a pseudocode algorithm that will print the amount of money owed. Use structured pseudocode as demonstrated in the lectures for code, ensure all variables are declared, prompt the user for the appropriate input, and display a meaningful output message. Make sure that the total purchase is greater than 0
Write a program with a form that contains three labels & text boxes (Base, Height & Area) in addition to a button labeled compute Triangle Area. The user must enter the base and height to find the area. (Triangle Area = 0. 5base x Height)
im using ms access as my database in VB6, i have a field that have records about money and i want to add them all for it to be total, what is the code for this?. i know vb6 is all but im comfortable using it, and thank you in advance
create a payment calculator application that prompts the user for a loan amount ,interest rate ,loan term in years ,and payments term(daily ,monthly ,or yearly).keep in mind the payment must be converted so that the number used in the calculation is in the appropriate units.for this conversion ,assume that there are 30 days in each month and there are 360 days in a year.the application should display the payments ,total amount paid over the length of the loan ,and the the total amount of interest paid.
create an application that prompts the user to enter today's sales for five stores. The program should then display a simple bar graph comparing each store's sales.
Visual basic 2010
A financier wishes to have a program that will calculate the amount of money in an interest bearing account after a given number of years. The program needs to be written so that the user can input the ff. four data. Initial deposit, annual interest rate, number of years, number of compounds per year (including "c" for continuous).upon pressing the calculate button, the program should report the total in the account after each year up to the given number of years. This information should be shown in a list box. The interest must handle both decimal and percent. Use the following formulae:
Pt = Po(1+r/n)nt for a countable number of compounds where t is year, po is initial deposit, r annual interest rate, n is the annual compound.
For continuous compounding use this formula Pt= POen
helloo..i need to create a soccer simulator where i can create teams and watch the match analysis .any help????
The problem is:
Create an application that lets the user enter the amount that he or she has budgeted for a month. A loop should then use input boxes to prompt the user for his or her expenses for the month, and keep a running total. When the loop finishes, the program should display the amount that the user is over or under budget.

I am really confused and just don't understand

My code looks like this so far:

Option Strict On
Public Class Form1

Private Sub btnGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGo.Click
Dim BudgetAmount, NumExpenses, Expenses, TotalExpenses, AmountUnder, AmountOver As Decimal
Dim Count As Integer


BudgetAmount = CDec(InputBox("Enter the amount that you have budgeted for a month", "Monthly Budget"))
NumExpenses = CDec(InputBox("Enter the number of expenses", "Number of Expenses"))
Expenses = CDec(NumExpenses)
lstExpenses.Items.Add("Number of Expenses is " & NumExpenses.ToString)
For x As Decimal = 1 To NumExpenses
'Expenses = CDec(InputBox("Ple
how to connect two table in mfc
friends

i create mfc application and create two table -same database,same content.
ex:table content(table 1,table 1)
employee id,employee name,department,salary,mobile no.

now i view data from table 1 and that data to insert on table 2. i doing many way,but i didnt done.please any one can help me?

this operation only do in VISUAL C++ 6.0 AND DATABASE MS-ACCESS OR ORACLE.

thanking you for helping
Can IF statements replace SELECT statements?
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS