Solution Cart

    Solution Donation Quantity Subtotal
× Sample Run A screenshot of a sample run of this application is shown on the next page. Design your application so it looks like the one shown in the screenshot. Display all currency values with two digits after the decimal point. Also, because the accuracy of numerical results is the most important part of any application, test your program with the data shown in the screenshot to ensure that your program works correctly. Enter the name of the item being financed: Enter the loan amount in dollars: Enter the annual interest rate (in percentage): Enter the duration of the loan in years (enter as a whole number): Monthly payment: $340.98 Programming Assignment: Monthly Payment Write a .NET MAUI App using C# that calculates the expected monthly payment for a personal loan based on user input. Input Your program should solicit the following information from the user. Calculated Variables Your program should calculate the following variables. NOTE: There is no exponentiation operator in C#. To raise a number to a power, we can use the Pow function. For example, the C# statement below will calculate ( (1 + text{rate})^{text{number_of_payments}} ) x = Convert.ToDecimal(Math.Pow(Convert.ToDouble(1 + rate), number_of_payments)); Sample Run A screen shot of a sample run of this application is shown on the next page Design your $10.00
$10.00
× Write a program that determines the total amount for a set of tickets based on the following prices. Create a function that accepts the class type (as its letter) and the number of tickets of that class. The function should return the total price for that number of tickets. The main function should ask the user for the number of tickets of each type that was purchased and then call the function for each ticket type to calculate the subtotal of each type. The total price should be outputted in the main function. Write a program that determines the total amount for a set of tickets based off the following $5.00
$5.00
× i) Write a program in MATLAB/Octave/Scilab or Python (any other language, please contact me) that randomly generates a positive definite matrix. You cannot use any built-in function other than the one that generates the random numbers. ii) In order to check your previous code, write a function that implements Sylvester's criterion and use this function to check your code in i). Provide outputs of your code. i Write a program in MATLABOctaveScilab or Python any other language please contact me that $5.00
$5.00
× Develop a Windows Forms app to analyze, search, and shift the content of strings. Strings to be evaluated are to be either imported from a sequential text file or by entering text into a Rich Textbox control. Develop a Windows Forms app to analyze search and shift the content of strings. $75.00
$75.00
× Write a program in Thonny that will calculate income tax owed given wages, taxable interest, unemployment compensation, status (single or married) and taxes withheld. Taxpayers are only allowed to use this short form if adjusted gross income (AGI) is less than $120,000. Dollar amounts are displayed as integers with comma separators. For example, print(f"Deduction: ${deduction:,}").Hint – it will be one program but build this program in steps.Step 1 – Get Input - You will input wages, taxable interest, unemployement compensation, status (1=single and 2=married) and taxes withheld as integers.Step 2 – Calculate AGI - You are to calculate the adjusted gross income (AGI). It is calculated as wages + interest + unemployement. Output error message if the AGI is above $120,000 and the program stops with no additional output.Step 3 - Identify Deduction Amt - deduction amount based on status: (1) Single=$12,000 or (2) Married=$24,000. Set status to 1 if not input as 1 or 2. Calculate taxable income (AGI - deduction). Set taxable income to zero if negative.Step 4 – Calculate Tax Amount - Calculate tax amount based on exemption and taxable income (see tables below). Tax amount should be stored as a double and rounded to the nearest whole number using round().Step 5 – Calculate Tax Due or Refund - Calculate amount of tax due (tax - withheld). If the amount due is negative the tax payer receives a refund. Output tax due or tax refund as positive values You will be running the program with inputs based on your student number. You will divide your student number by 100 to get the amount for wages for run 1. For run 2, you would add $10,000Eg – my student number is 5921362, then my wages are $59,213 for run 1, and $69,213 for run 2.Run your program twice using the numbers in the table above, but replace the Wages with the wage based on your student number (student number / 100, student number / 100 + 10000). begintabularll hline multicolumn1c Income multicolumn1c Tax for Single $5.00
$5.00

You may be interested in…

Donation Totals

Subtotal $100.00
Total $100.00