Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Select a specific author and list all books for that author. Include the title, year and ISBN number. Order the information alphabetically by title.
Write a program that uses a StringTokenizer to tokenize a line of text input by the user and places each token in a TreeSet. Print the elements of the TreeSet.
The History teacher needs help in grading a true/false test. The students' ID's and test answers are stored in a file (dont worry about the file). The first entry in the file contains answers to the t
Create Constructors -- A minimum of 3 constructors including default constructor - Getters and setters - Helper methods
Create necessary classes and a Java application to use and test these classes.
Now create and application that creates objects of each class to test each method. Add interest to the savings Account object by first invoking its caculateInterest () method, then pass the returned i
Create a menu type form that provides the user the capability to select one of the following two subforms. Means of selection is programmers choice.
Write a program in Visual Basic 2010 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 info
Add the statements to print a label in the following format (the numbers in the example output are correct for inputof $4.25 per pound and 41 ounces). Use the formatting object money to print the unit
A family run restaurant has 6 employees - an owner, two chefs, and three waiters. The owner pays himself a base salary of $15,000/month and partakes of 60% of the profit every month.
Convert this algorithm into a FUNCTIONAL C++ Program (needs to work in Invitation compiler)
The file word.txt contains a list of words. Write a program that displays the words in a list box sorted by the number of different vowels (a,e,i,o,u) in the word. When two words have the same number
Create a link list in ADT c to maintain employee information like name,empid,basic salary and address.1.add employee info to the list if the empid is valid.2.find out the employee who has the 4th high
Create an application that generates a series of 100 random numbers in the range of 1 through 1000. Save the series of numbers in a file.
Given the table CUSTOMER (custID, Name, PhonNumber,AccountBalance), write the standard SQL query to retrives the Name and Phone Number of customers with a balance greater than 50
Write an SQL CREATE TABLE statement to create the PET table without a referential integrity constraint on OwnerID in PET. Justify your choices of column properties. Why not make every column NOT NULL?
An organization keeps pay scale data about each employee in its database. One of the purposes is to calculate income tax for each employee. Each Employee contains the following details.
Write a program that reads an employee's number from the keyboard, number of hours worked and an hourly rate of pay. The program is to calculate the weekly pay and print the result in a table with the
Write a program for this question using numerical methods(roots of equations)?
The Westfield Carpet Company has asked you to write an application that calculates the price of carpeting. To calculate the price, you multiply the area of the floor (width x length) by the price per
Write a prolog program that reads an employee's number from the keyboard, number of hours worked and an hourly rate of pay. The program is to calculate the weekly pay and print the result in a table w
There are two String variables, s1 and s2, that have already been declared and initialized. Write some code that exchanges their values.
Design a class named HousePlant. A HousePlant has fields for a name (for example, "Philodendron"), a price (for example, 29.99), and a field that indicates whether the plant has been fed in the last m
Update the datatype for your attributes to enforce the domain constraints of the data.