Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1088 / 1333
Write a program that lets the user enter four quarterly sales figures for six di
Write a program that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a one dimensional array. Once the figures are…
Write a program that lets the user enter four quarterly sales figures for three
Write a program that lets the user enter four quarterly sales figures for three divisions of a company. The figures should be stored in a two-dimensional array. Once the figures a…
Write a program that lets the user enter four quarterly sales figures for three
Write a program that lets the user enter four quarterly sales figures for three divisions of a company. The figures should be stored in a two-dimensional array. Once the figures a…
Write a program that lets the user enter four quarterly salesfigures for six div
Write a program that lets the user enter four quarterly salesfigures for six divisions of a company. The figures should bestored in a two-dimensional array. Once the figures are e…
Write a program that lets the user enter the name of a team, and then displays t
Write a program that lets the user enter the name of a team, and then displays the number of times that team has won the World Series in the time period from 1903 through 2009. Th…
Write a program that lets the user enter the total rainfall for each of 12 month
Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles. The program should use two 12-element arrays. One array will hold strin…
Write a program that lets the user enter the total rainfall for each of 12 month
Write a program that lets the user enter the total rainfall for each of 12 months into an array of doubles. The program should calculate and display the total rainfall for the yea…
Write a program that lets the user enter the total rainfallfor each of 12 months
Write a program that lets the user enter the total rainfallfor each of 12 months into an array of doubles. The program shouldcalculate and display thte total rainfall for the year…
Write a program that lets the user guess whether the flip of a coin results in h
Write a program that lets the user guess whether the flip of a coin results in heads or tails. The program randomly generates an integer theta or 1, which represents head or tail.…
Write a program that lets the user perform arithmetic operations on fractions. F
Write a program that lets the user perform arithmetic operations on fractions. Fractions are of the form a/b, where a and b are integers and b is not equal to 0. Your program must…
Write a program that lets the user perform arithmetic operations on fractions. F
Write a program that lets the user perform arithmetic operations on fractions. Fractions are of the form a/b, in which a and b are integers and b does not equal 0. your program mu…
Write a program that lets the user perform arithmetic operations on fractions. F
Write a program that lets the user perform arithmetic operations on fractions. Fractions are of the form a/b, in which a and b are integers and b != 0. Your program must be menu d…
Write a program that lets the user perform arithmetic operations on fractions. F
Write a program that lets the user perform arithmetic operations on fractions. Fractions are of the form a/b, in which a and b are integers and b != 0. Your program must be menu d…
Write a program that lets the user perform arithmetic operations. First ask the
Write a program that lets the user perform arithmetic operations. First ask the user for a first number. Then use a while loop to do the following: 1. The user enters another seco…
Write a program that lets the user play hangman. It should have an array of ten
Write a program that lets the user play hangman. It should have an array of ten strings from which it randomly selects one. It should initially print a string of hyphens that is t…
Write a program that lets the user play the game Rock, Paper, Scissors against t
Write a program that lets the user play the game Rock, Paper, Scissors against the computer. The program should work as follows: ? When the program begins, the results of the prev…
Write a program that lets the user play the game of Rock, Paper, Scissors agains
Write a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows. 1. When the program beings, a random number in …
Write a program that lets the user play the game of Rock, Paper, Scissors agains
Write a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows:- When the program begins, the user enters his o…
Write a program that lets the user play the game of Rock, Paper, Scissors agains
Write a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows:- When the program begins, the user enters his o…
Write a program that lets the user to enter the order and displays the filled Si
Write a program that lets the user to enter the order and displays the filled Sierpinski triangles as shown in figures below. A Sierpinski triangle is created as follows: 1. Begin…
Write a program that lets users enter their name, department/school, university,
Write a program that lets users enter their name, department/school, university, state, and postcode, and store the information in a text area when the Store button is clicked. Th…
Write a program that lets you take a word and convert it to \'Pig Latin\'. The r
Write a program that lets you take a word and convert it to 'Pig Latin'. The rules of conversionare as follows: Take the letters up to the first index of a vowel and move …
Write a program that lets you work withtriangles. The program should let a user
Write a program that lets you work withtriangles. The program should let a user create a triangle with a default base of 1 and a height of 1. The program should provide a way to i…
Write a program that lists some famous Americans that were born on a Tuesday. Di
Write a program that lists some famous Americans that were born on a Tuesday. Display the names and birthdays in a DataGrid. You will also need to use the FormatDateTime method Pa…
Write a program that loads a 10-element array with random integers from 1 to 100
Write a program that loads a 10-element array with random integers from 1 to 1000. The program will not accept any input from the user. For each value, print the value, number of …
Write a program that loads a file called \"sample.txt\" in read mode, reads its
Write a program that loads a file called "sample.txt" in read mode, reads its content, and closes the file. Use exception handling to catch any errors. 2. Compute the letter and p…
Write a program that loads a list of integers from a file. The file is called nu
Write a program that loads a list of integers from a file. The file is called numbers.dat and it contains one integer per line. Write the program, complete with validation and exc…
Write a program that loads the given dictionary into an ArrayList. Afterwards, a
Write a program that loads the given dictionary into an ArrayList. Afterwards, ask the user for a word. Display the position in the list where the word occurs. I wasn't able to in…
Write a program that loads the words in words.txt into an array of strings. Ther
Write a program that loads the words in words.txt into an array of strings. There is one word per line and an unknown number of lines in the file. If there are more than 100, read…
Write a program that maintains a list of books in stock for Wildcat bookstore. T
Write a program that maintains a list of books in stock for Wildcat bookstore. The program should repeatedly print a menu of options to allow a user to select from the following o…
Write a program that maintains a list of items using a generic singly linked lis
Write a program that maintains a list of items using a generic singly linked list as the backing store. Specification HERE IS THE CODE TO USE public class SinglyLinkedList<E>…
Write a program that maintains a list of travelers using a singly linked list. E
Write a program that maintains a list of travelers using a singly linked list. Each node in the list will correspond to one traveler. Each node in the list will have two links: on…
Write a program that maintains a list of travelers using a singly linked list. E
Write a program that maintains a list of travelers using a singly linked list. Each node in the list will correspond to one traveler. Each node in the list will have two links: on…
Write a program that maintains a set of contacts. Each contact has name, address
Write a program that maintains a set of contacts. Each contact has name, address, and a list of phone numbers. This contacts should be be stored in a HashMap<T>. When the pr…
Write a program that maintains a set of contacts. Each contact has name, address
Write a program that maintains a set of contacts. Each contact has name, address, and a list of phone numbers. This contacts should be be stored in a HashMap<T>. When the pr…
Write a program that maintains a telephone directory. The Telephone directory ke
Write a program that maintains a telephone directory. The Telephone directory keeps records of people’s names and the corresponding phone numbers. The program should read a transa…
Write a program that maintains the monthly balance of a bank account. This accou
Write a program that maintains the monthly balance of a bank account. This account can have one trasaction a month, either withdrawal or a deposit. The program will also keep trac…
Write a program that maintains the names, birth dates, phone numbers of your fri
Write a program that maintains the names, birth dates, phone numbers of your friends and relatives. Create an input file with the information of one person per line and in the ord…
Write a program that manages a Movie database. Requirements: Each movie needs to
Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes -Name -Year -Rating (1 to 5 stars) -Director -Box Office Gross The Movi…
Write a program that manages a list of 2D and 3D shapes. Here is a list of shape
Write a program that manages a list of 2D and 3D shapes. Here is a list of shapes that your program manages: Square, Rectangle, Circle, Sphere, Cone, and Cylinder. Your program im…
Write a program that manages a list of patients for a medical office. Patients s
Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: • name (string) • patient id # (st…
Write a program that manages a list of patients for a medical office. Patients s
Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: • name (string) • patient id # (st…
Write a program that manages a list of patients for a medical office. Patients s
Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: • name (string) • patient id # (st…
Write a program that manages a list of patients for a medical office. Patients s
Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: • name (string) • patient id # (st…
Write a program that manages a list of patients for a medical office. Patients s
Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: • name (string) • patient id # (st…
Write a program that manages a list of patients for a medical office. Patients s
Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: • name (string) • patient id # (st…
Write a program that manages a list of patients for a medical office. Patients s
Write a program that manages a list of patients for a medical office. Patients should be represented as objects with the following data members: • name (string) • patient id # (st…
Write a program that manages personal bank accounts. I will explain what this me
Write a program that manages personal bank accounts. I will explain what this means more below. program should use multiple classes, inheritance, and polymorphism as necessary. Ba…
Write a program that manipulates a database of product records. Records are stor
Write a program that manipulates a database of product records. Records are stored in a binary file. Each record consists of these items: Product name: 30 characters at two bytes …
Write a program that manipulates three database files: phones, socials, and sala
Write a program that manipulates three database files: phones, socials, and salaries. phones contains the names and phone numbers of a group of people. socials contains the names …