Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
How to write a function using JavaScript syntax to calculate a person's gross pay for a week. The function should receive the number of hours worked and the rate of pay per hour. The function should r
Write a program that simulates a checkout line at a supermarket. The line is a queue object. Customers( i.e customer objects) arrive in random integer intervals of 1-4 minutes.
Write a SQL statement to display the First and Last name of students who have the Status greater than 1 and less than 10. Use BETWEEN.
Write a SQL statement that creates a stored procedure with one int input parameter. The stored procedure selects the supplierId field and the total of all Count field values for each group of supplier
Write a c++ program that prompts the user to input an integer and then outputs both the individual digits of the number and the sum of the digits for example, it should otput the individual digits of
In the main method create object for Employee class and demonstrate the use of the aforesaid methods. Print the full name of the employee and show his full working hours in the main method.
Write a Java Program that will allow the user to make a selection. You will present the user with two options to perform, then you will perform the action selected by the user.
Design a class named Loan that holds an account number, name of account holder, amount borrowed, term, and interest rate. Include methods to set values for each data field and a method that prints all
Write a Java program that uses a two-dimensional array to store the highest and lowest temperatures for each month of the year. The program should output the average high,average low, and highest and
Write a program that approximates pi using the above series. Allow the user to specify the number, n, of terms to be used. "Your problem for this lab is to write a program that approximates pi using t
Assume that an ArrayList of integers named a has been declared and initialized. Write a single statement that assigns a new value to the first element of the ArrayList. The new value should be equal t
Write an application that calculates the total cost of new carpet for a rectangular room. The application should first ask the user for the current cost of the carpet per square foot
Create a stored procedure named spBalanceRange that accepts 3 optional parameters.The procedure returns a result set consisting of VendorName
Write an application that inputs ten numbers from the user, each number can be between 10 and 100, inclusive. As each number is read in determine if it is a number already entered
Write a java program that will use breadth-first search (that you implement as part of your program) to find the closest broadcast vertex for each vertex in a graph.
Write a program using any language that uses an array to demonstrate a simple FIFO queue with 10 job entering the queue and 5 jobs removed from the queue by the server. Use an inter-arrival time of 1
Write a program that asks the user to enter a 10-character telephone number in the format XXX-XXX-XXXX. The program should display the telephone number with any alphabetic characters
A worm is moving toward an apple. Each time it moves the worm cuts the distance between itself and the apple by its own body length until the worm is close enough to enter the apple. The worm can ente
Write an IJVM program which multiplies two (hexadecimal) numbers. The user inputs the hex numbers and the result is printed out. The program then accepts another pair of numbers. Program stops when th
Write a complete programme that implements a breadth-first-search, implemented as a doubly linked list (DLL). The code should implement classes when suitable.
Create a simple, working C++ program that utilizes a good design process and incorporates sequential, selection and repetitive programing statements and function.
For this assignment, your group will create a Visual Basic.NET application for a pet store. Please refer to the following information for the complete requirements.
Design and write a c++ program that inputs a series of 24 hourly temperatures from a file, and outputs a bar chart (using stars) of the temperatures for the day. the temperature should be printed to t
Use this function in a program that determines and prints all the prime numbers between 2 and 10,000. How many of these numbers do you really have to test before being sure that you have found all the
Modify the parking garage program to allow the user to enter the type of car in addition to the number of hours in the parking garage. The program can be use for any number of customers. The output sh