Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
List name(s) of employee(s) who works(work) on exactly all projects located in 'Houston.
Design a program that calculates and displays the number of miles per hour over the speed limit that a speeding driver was doing. The program should ask for the speed limit and the drivers speed. Vali
Write an Assembly program to determine the correct admission price to a movie. The price of admission to a movie is $7 for kids (under 12) and $9 for adults. Display the correct admission fee after th
Write a join query that for every order placed on September 5, 1998, (use '05-SEP-1998') will list the order number and order date along with the customer number, last name, and first name of the cust
Assuming the class B inherits from class A and method foo belongs to class A, what do we mean by overriding method foo in class B?
Create a website in asp.net to allow the pizza shop employee to enter customer orders. The size of the pizza cam be entered using a drop down list, and the quantity be entered using a text box. Use a
Create a website to allow calculation of areas. A radio button list can be used to allow the user select what type of area to be calculated. Once the selection is done, the input text boxes should be
A weather station receives 15 temperatures in Fahrenheit. Develop an application which will accept each Fahrenheit temperature and convert it to Celsius and display the converted temperature
Draw a flowchart to print the average for each student in a class.
Java is utilized in many business applications. What are the differences between event-driven and procedural programs? Which do you feel have more business applications and why?
Object-Oriented Programming(OOP)language. The program should prompt the user to enter first name. Then, prompt user to enter last name. Using a float variable, the weight must be in pounds and the hei
How would you write a program using the getline command, prompting the user to enter their first and then their last name. Also, using a float variable to enter their weight in lbs and height in inche
Write a program Guess.java to play a guessing game with the user. The program should randomly generate an integer between 1 and 100, then ask the user to try to guess the number
Write a program that uses a subroutine to compute the average of 4 integers represented in 16-bit 2's complement, rounding the result to the nearest integer.
If the user enters anything other than a legal day number (integers from 1 to 28, 29, 30, 31 depending on the month and the year), your program will throw and catch a DayException and ask the user to
Design a program that will ask the user to enter the amount of a purchase. The program should then compute the state and county sales tax. Assume the state sales tax is 4% and the county sales tax is
Obtain the private key, when you know that public key of a given user is e = 31, n = 3599. You may need to write a program to assist you doing this.
Create a class named CollegeCourse that includes data fields that hold the department(for example, "ENG"), the course number (for example, 101), the credits(for example, 3),and the fee for the course(
Write a program which will allow the user to input N set of numbers that include both positive and negative data values. Write a program to read these values one at a time and count the number of posi
You have to develop a simple program for an inventory system. You can choose any type of business (ie: Medical supplies, bakery, grocery shop, florist etc.)
Most modern Java compilers have optimizers that can detect simple cases when it is logically impossible for certain statements in a program to ever be executed.
Input a list of positive numbers ( terminated by 0) into a array, find the largest number in the array and output the result. use a subprogram to input the numbers, a function to use the largest numbe
Dollar amounts should be round numbers with 2 decimals points (i.e. 47.00, 47.37, 47.50). If value is less than 1 or 0, the program should break or exit.
What are triggers used for, and why are they important in database systems? Provide an example of a situation where a trigger would be appropriate. What would the implementation of this trigger look l
Why should you not use an external file name in any place other than the open statement?