Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
You will design a small database for used textbooks, as might be used by an on-line trading site like Amazon. The database will store textbooks for sale. Each textbook has an ISBN, a catagor
Design a program for the Hollywood Movie Rating Guide,in which users continuously enter a value from 0 to 4 that indicates the number of stars they are awarding to the Guide's featured movie of the we
Design a program for the Hollywood Movie Rating Guide, in which users continuously enter a value from 0 to 4 that indicates the number of stars they are awarding to the Guide's featured movie of the w
Write a program that asks the user for a two digit number and then prints the English word for that number.
Write a program that allows the user to enter the last names of candidates in a local election and the number of votes received by each candidate.
Why should you not use an external file name in any place other than the open statement?
Write a program in C to compute the diameter in centimeters of a steel rod, an aluminum rod, and a copper rod, which can withstand a particular compression load. The allowable compression stress of st
Write a Little Man program that accepts three values as input and procedures the largest of the three as output.
On the interval from a to b (0<a<b). In the main program, scanf a double value for n and a non-negative integer value for m,nonzero double values for A and B, and positive double values for
Write a script that calculates the squares and cubes of the numbers from 0 to 10 and outputs xhtml.text that dispalys the resulting values in an xhtml.table format
Give a dynamic programming solution to the 0-1 knapsack problem that runs in O(nW) time where n is the number of items and W is the maximum weight of items that the thief can put in his knapsack.
The manager for the Clearwater Traders wants to collect the following data for each order placed by a customer: customer's name and address, item ordered, quantity of each item, item's size or color i
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term 2x4 has a coefficient of 2 and an exponent of 4.
A program needs to accept a series of integers from the user and append them to the end of a file. I need to write a pseudocode progam to implement these requirments.
Write a program to assist in monitoring the gasoline supply in a refinery storage tank. Your program should alert the supervisor when the supply of gasoline in the tank falls below 10% of the tank's 8
Create an inheritance hierarchy containing base class Account and derived classes SavingsAccount and CheckingAccount that inherit from class Account. Make sure all fields, methods, and parameters are
Write a program that takes as input five numbers and outputs the mean average and standard deviation of the numbers. If the numbers are x1, x2 ,x3, x4, and x5, then the mean
Write a Java program to get the gpa of a student as a command line argument. Then display the class of the degree according to the following criteria.
You need to program a robot to drive a car. Describe how you would use the Top-Down approach to solving this problem.
Using "if" statement checks for a file called "Name.txt" in the current directory. Removes (deletes) the file if it exist. This file will collect last name, first name, and age for 5 people.
Each ThreeDimensionalShape should have methods getArea and getVolume to calculate the surface area and volume, respectively, of the three-dimensional shape. Create a program that uses an array of Shap
Rewrite each of the following fragments using nested if statements without compound conditions.
Write a program to solve the following problem: A TV set is purchased with a loan of $563 to be paid off with 5 monthly payments of $116. The interest rate is 1 percent per month. Display a table givi
Develop a program which computes the current value of the vector {x} based on the following forward iteration.
Once the correct data has been entered, the program should calculate and display the number of miles per hour over the speed limit that the driver was doing.