Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Create a program to read this list of prices and the sales table and calculate the total dollar sales for each salesperson and the total dollar sales
Create a big-inteter calculator program that allows the user to enter two large integers and the operation to be performed
C program which reads in information about a list of books from the keyboard, stores the information in an array of structure, and finally displays it
Create all the code for a class called ArrayQsn. This class will contain two methods. The first method runningSumMean accepts an array of ints as a parameter
Write a program in Java which defines two unconstrained arrays of user defined length n, that contain n Random numbers each
Create a Java program method named reversal that returns a new array that is a reversal of the original array.
The output should display the information one product at a time, including the item number, the name of the product, the number of units
If you have a program with a housekeep() module, a mainloop() module, and a finishup() module, when is the second input record usually read?
Create an Employee class for a basic payroll program to compute the net pay salary of hourly based employees. Your program should also find the average net pay
A two-dimensional array (N X M) should be used to represent the number of times the bug reached each tile on the floor
Create a test program that creates an array of shapes consisting of several instances of Circ, Rect, and Octagon and displays their area and perimeter.
Write a Java application using iteration that will print two of the following patterns. Select either #1 & #4 OR #2 & #3 patterns.
You will create a program that automatically generates numbers between a range provided by the user and stores them in an array.
Write a program that asks the user how many automobiles are to be described, and for each automobile it inputs the user's selection of make and color
Implement radix sort on a list of Strings, using Queues of a Queue class as buckets that needs to be implemented with a circular array.
The characteristics of this class are the name of the product, the cost per unit, and the number of items. This class is named LineItem.
Write an application that prompts the user to make a choice for a Coffee cup size, S for Small, T for Tall, G for Grande and V for Ventia
Write a C program that accepts a month and day (for example, June 14) from the keyboard as input. Store this information in a string called date
Implement a class 'SearchSort' which contains recursive versions of the methods below:
Write a C program that prompts the user to enter some information about up to ten individuals. It should store this information in a structure
Modify the Mortgage Calculator Design to calculate and display the payment amount for each of three loans: a 7 year at 5.35%
You are working with a travel agent to support a conference in Las Vegas. Attendees must register for the conference with a valid email address
The program uses an array that contains valid names for 10 cities in the Illinois. You ask the user of the program to enter a city name; your program
Add a method addText to the Question class, and provide a different implementation of ChoiceQuestion that calls addText rather than storing an array list
Magic squares. An n × n matrix that is filled with the numbers 1, 2, 3, ... , n2 is a magic square if the sum of the elements in each row, in each column