Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Write a java application to calculate how much federal and state tax you need to pay. The program should accomplish the following task: ask your name, yearly income, federal tax rate, state tax rate,
One interesting application of computers is drawing graphs and bar chart. Write a C program that reads five numbers (each between 1 and 25).
Write a program for a grocery that reads products data and determine and display the product that has the highest price and the average price
Choose an index for each of the following SELECT statements. Specify whether your choice is clustered or unclustered and whether it is a hash index or a B+ tree.
Write a program that reads a student's name together with his or her test score. The program should then compute the average test score for each student and assign the appropriate grade, A, B, C, etc.
The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for a
Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month, and keep a running total. W
Write a program c that will find the smallest, largest and average values in a collection of N numbers.Get the value of N before scanning each value in the collection of N numbers.
The Perfect Party Catering Company hosts events for clients. Create an application that accepts an event number, the event host's last name, and numeric month, day, and year values representing the ev
Write a C++ program main function which will prompt the user for the number of elements called N desired for an array which has the capacity to store 50 elements and performs the following:
Write a program that computes the amount of money the computer club will receive from the proceeds of their candy sales project. Allow the user to enter the number of cases sold and the sale price per
Write a program that inputs 20 integers from the keyboard and stores them in an array called A.
Write a program in Visual Logic that inputs a number between 1 and 10 and displays the number with the appropriate two-letter ending.
Write a program that print in screen a tree with its height taken from user by entering number of 4 digits and find the odd numbers then calculate the sum of odd numbers so he get the height of t
Write a JAVA program using 2D Array to auto-grade exams. For a class of N students, your program should read letter answers (A, B, C, D) for each student. Assume there are 5 questions in the test. You
Write a test program that creates a rectangle with length Write a test program that creates a rectangle with length 2.5 and width 3.5 and displays the area and perimeter of the rectangle.
The following program is a list of instructions for the Basic Computer in hexadecimal code. The computer executes the instructions starting from address 100.
How to print using for loop in c. How to print using for loop in c.
Design a program that calculates the amount of money a person would earn over a period of time if his or her salary is one penny the first day
Create a Java program based on the geometric shapes example described at the beginning of this lesson using Classes Square, Triangle, Rectangle, and Circle to help describe inheritance and polymorphis
Write a C program that allows the user to make some simple banking transactions. The program should first prompt the user to enter the current balance of his/her bank account (in dollars and cents). T
Write a program to do fractional arithmetic. The program should handle the operations of addition,subtraction, multiplication, and division.
Think about this assignment like you have programmed the currency conversion application and you are giving this testing document to your tester so they can validate that you have coded the applicatio
Write a program in C++ that asks for the number of calories and fat grams in a food. The program should display the percentage of calories that come from the fat. If the calories from fat are less tha