Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Develop a program that displays information about a family member or friend. This program should print out information about what you like best about him or her. You might even describe your pet, if y
Design a hashed file of words that could be used as a spell checker. What would you use as a hash function? Would your choice of a hash function depend on the language from which the words are chosen?
Create a test application that creates several objects of type Book class and adds each book to an ArrayList. Your test application should then do the following:
Describe the features of unstructured 'spaghetti code' and why it is important as a programmer to avoid this method of writing code.
Write a program that will read scores into an array. The size of the array should be input by the user (dynamic array). The program will find and print out the average of the scores.
Suppose you are running an application on your hand-held device to update customer accounts. You enter a 12-byte customer account number into your application in your hand-held device. Your applicatio
Write a program that stores the values 'X' and 76.1 in separate memory cells. Your program should get the values as data items and display them again for the user when done.
Modify this function to check to see if one list is a shallow copy of the other.
Your program must provide a menu to the user. This menu should list five different products of your choice. Once the user selects one product, they should specify which state they are located. The sta
GetColumnTotal. This function should accept a two-dimensional array as its first argument and an integer as its second argument. The second argument should be the subscript of a column in th
Batting Average. Write a program that uses parallel arrays to determine the batting average for a baseball team by position. There are nine positions on a baseball team and your program shou
Write a program that inputs a number between 1 and 10 and displays the number with the appropriate two-letter ending (e.g., 1st, 2nd, 3rd, 4th, 5th, ...).
Your English instructor, realizing you are a programmer, asks you to write a Grade Book program for his class to help him compute final grades. Design a program that asks for the student's name and fo
Write a program that allows the user to input a total dollar amount for an online shopping order and computes the shipping cost. Include in your output the shipping cost and the grand total for the or
Write a string copy routine that accepts two null terminated strings and copies one onto the other
The final step to conducting a site survey is creating the site survey report. This report includes information on? choose as all apply....
Write a computer program to compute the amount of area and percentage of an L shaped field that is to be irrigated by three center post wells that irrigate the field in circular patters
A palindrome is a sequence of characters that reads the same backward as forward. For example, each of the following five-digit integers is a palindrome: 12321, 55555, 45554, and 11611. Write an appli
Function Name: loveCalculator Function Name: loveCalculator
FilePrinter: takes as an argument a string and a File object and prints the string to the file on its own line FileCloser: takes as an argument a File object and prints "That's all folks" to the
Add items to the ArrayList, one at a time, based on user typed input. The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to cont
Can you write a program in which no function has a side effect? Would such a program be useful?
Give an example of a project that is driven by each of the following needs. Marketing Demand ?Business Need ?Customer Request ?Technological Advance ?Legal Requirement? Social Need
Inline the internal procedures deposit and withdraw. That is, replace references to them by the bodies of the procedures. Then you can eliminate the definitions of those procedures. How to turn the sc
One of the advantages to writing a program that is subdivided into modules is that such a structure allows different programmers to write separate modules, thus dividing the work.There are many types