Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Write a program by declaring a one-dimensional array that could be used to hold data for the grades (int type) of 10 students. The program will prompt the user for the numeric grades (on the scale of
Question #1: Develop and execute a program for this exercise.Write a program that prompts the user to enter the length in feet and inches and outputs the equivalent length in centimeters. If the user
You want to build a program that will keep track of your CD and DVD collection at home.
Design the logic for an application for a company that wants a report containing a breakdown of payroll by department. Input includes each employee?s last name, first name, department number, hourly s
Write a program in MIPS that calculates the average of a series of entered numbers. The user will enter a sequence of integers. When the user enters a negative number
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. Also, each customer i
Write a program to compute tips for services rendered. The program should request the person's occupation, the amount of the bill and the percentage tip as input and pass the information to a Sub proc
Write a progam 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
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.
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.
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 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 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.
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
Write a class that uses a string array or arraylist object to holld five students, an array to hold the five charters student letter grade)and five arrays of doubles each to hold each students set of
Write a program for the instructor to run at the end of a semester to produce a grade summary for one student, as shown in the box below. Your program should prompt the user of the program to input th
Write a program to model a simple calculator. Each data line should consist of the next operation to be performed from the list below and the right operand