Browse All
Alphabetical listing with fast deep pagination.
1197283 items • Page 23856 / 23946
write a program that dynamically allocates an array large enough tohold a user d
write a program that dynamically allocates an array large enough tohold a user defined number of test scores. Once all the scores areentered the array should be passed to a functi…
write a program that estimates theprobability P that if N people are in a room,
write a program that estimates theprobability P that if N people are in a room, at least two of themhave the same birthday. By the same birthday, we mean the sameday and month (ig…
write a program that finds the hypotenuse of a right triangle, given lengths of
write a program that finds the hypotenuse of a right triangle, given lengths of its legs. Your program's dialog could go like this: This program asks you for the lengths of two le…
write a program that first defines three string objects called firstName, middle
write a program that first defines three string objects called firstName, middleName, and lastName which contains your own first, middle and last name separately. If you do not ha…
write a program that first displays messages asking for a person\'s name, weight
write a program that first displays messages asking for a person's name, weight in pounds, and weight in inches. the program that calculates and displays a person's body mass inde…
write a program that generate a report( bill) of utility using the folloing text
write a program that generate a report( bill) of utility using the folloing text file as an input.(the text file has: AcctNum, name, previous , current). your out put should disp…
write a program that generates twointegers under 100 and prompts the user to ent
write a program that generates twointegers under 100 and prompts the user to enter the addition ofthese two integers, the program then reports true if correct andfalse otherwise t…
write a program that gives simple math quizzes. The program should display two r
write a program that gives simple math quizzes. The program should display two random numbers that are to be added, such as: 247 +129 The program should allow the student to enter…
write a program that grades the written portion of the driver\'s license exam. T
write a program that grades the written portion of the driver's license exam. The exam has 20 multiple - choice questions. Here are the correct answers: 1.B 6.A 11.B 16.C 2.D 7.B …
write a program that handles Insert(S,x) Search(S,x) and Delete min(S) by AVL tr
write a program that handles Insert(S,x) Search(S,x) and Delete min(S) by AVL trees. Note that you do not have to implement the general delete. The normal way of doing so is defin…
write a program that implements a sorted linked list using dynamic allocated arr
write a program that implements a sorted linked list using dynamic allocated arrays. DataFile.txt contains the information of poker cards. 1. C: clubs (lowest), D: diamonds, H: he…
write a program that implements the enhanced Binary Search. Pass the ascending o
write a program that implements the enhanced Binary Search. Pass the ascending or descending order flag to a revised Binary Search function that can be defined like this: int Bina…
write a program that implements the following C++ concepts 1. Data Encapsulation
write a program that implements the following C++ concepts 1. Data Encapsulation 2. Instantiate classes 3. Composition Class 4. Aggregation Class 5. Dynamic Memory 6. File Stream …
write a program that includes a parent process and a child process. The parent p
write a program that includes a parent process and a child process. The parent process will read a word from standard input and send it to the child process. The child process wil…
write a program that initializes an array with 30 integers then calculates the m
write a program that initializes an array with 30 integers then calculates the mean value and standard deviation (is calculated as sqrt(((value i - mean)^2)/n). the program then p…
write a program that initializes an array with 30 integers then calculates the m
write a program that initializes an array with 30 integers then calculates the mean value and standard deviation (is calculated as sqrt(((value i - mean)^2)/n). the program then p…
write a program that inputs a string that represents a binary number. the string
write a program that inputs a string that represents a binary number. the string can contain only 0s and 1s and no other characters, not even spaces. validate that the entered num…
write a program that lets the user enter a word and then output all the words co
write a program that lets the user enter a word and then output all the words contained in the file words.txt that can be formed from the letters of the entered word. one algorith…
write a program that lets the user play against the computer in a variation of t
write a program that lets the user play against the computer in a variation of the popular blackjack card game. In this variation of the game, two six-sided dice are used instead …
write a program that loads data from a data file into arrays of structs. The pro
write a program that loads data from a data file into arrays of structs. The program will do some calculations using the data, print out information, and exit. The program must ta…
write a program that manages a schedule of classes for a college. Your program w
write a program that manages a schedule of classes for a college. Your program will include four classes: DigitalTime, TimeInterval, DaysOfWeek, and Course. The header files for D…
write a program that manages grades.The program include the following. (a). writ
write a program that manages grades.The program include the following. (a). write a function that prompts the users to enter the student information having the number, name, and g…
write a program that opens a text file and reads its contents into a stack of ch
write a program that opens a text file and reads its contents into a stack of characters. The program should then pop the characters from the stack and save them in a second text …
write a program that outputs a menu and reads a shape choice (circle, rectangle,
write a program that outputs a menu and reads a shape choice (circle, rectangle, or triangle). The program should then prompt for the appropriate dimensions and calculate the area…
write a program that outputs inflation rates for two successive years and whethe
write a program that outputs inflation rates for two successive years and whether the inflation is increasing or decreasing.Ask the user to input the current price of an item and …
write a program that plays a dice game with the user. Here are the rules. The ga
write a program that plays a dice game with the user. Here are the rules. The game is about repeated "throws" of a pair of dice. Each die has six faces, numbered 1 through 6. A th…
write a program that plays a reverse guessing game with the user.the user think
write a program that plays a reverse guessing game with the user.the user think of a number between 1 and 10,and the computer repeatedly tries to guess it by guessing random numbe…
write a program that plays a reverse guessing game with the user.the user think
write a program that plays a reverse guessing game with the user.the user think of a number between 1 and 10,and the computer repeatedly tries to guess it by guessing random numbe…
write a program that playsthe popular scissor-rock-paper game. The p rogram rand
write a program that playsthe popular scissor-rock-paper game. The p rogram randomlygenerates a number 0,1,2 representing scissor rock paper. Theprogram prompts a user to display …
write a program that prints all the happy numbers that are less than or equal to
write a program that prints all the happy numbers that are less than or equal to 1000. Here’s what these numbers look like: · · · A list of these numbers can be found online and y…
write a program that prints out a calendar for a full year between 1900-2500 Jan
write a program that prints out a calendar for a full year between 1900-2500 January 1994 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26…
write a program that prints the following diamond shape. Youmay use output state
write a program that prints the following diamond shape. Youmay use output statements that print either a single asterisk (*)or a single blank. Maximize your use of repetition (wi…
write a program that produces as output the words of \"The House That Jack Built
write a program that produces as output the words of "The House That Jack Built." Use methods for each verse and for repeated text. Here are lyrics to use: This is the house that …
write a program that promps the user to enter an integer andthen prints the inte
write a program that promps the user to enter an integer andthen prints the integer first as a character, then as a decimal,and finally as float. Use separate print statements. A …
write a program that prompts and reads a list of non-negative numbers (floats) i
write a program that prompts and reads a list of non-negative numbers (floats) into an array, finds the minimum value in the array and subtracts the minimum value from each array …
write a program that prompts and reads a list of non-negative numbers (floats) i
write a program that prompts and reads a list of non-negative numbers (floats) into an array, finds the minimum value in the array and subtracts the minimum value from each array …
write a program that prompts for and accepts input of test ggrades that are inte
write a program that prompts for and accepts input of test ggrades that are integers between 0 and 100. For each numerical test grade, your program should display a corresponding …
write a program that prompts the user for a filename, opens thefile, and prints
write a program that prompts the user for a filename, opens thefile, and prints its contents to the screen one word perline. You must use a function called filePrint to do the act…
write a program that prompts the user for a string and then printsthe string rev
write a program that prompts the user for a string and then printsthe string reversed. You may assume the word entered will notbe more than 19 characters long. Declare your string…
write a program that prompts the user to enter 10 numbers, and thenprint the num
write a program that prompts the user to enter 10 numbers, and thenprint the numbers in reverse order; print the average of the numbers;and print the smallestand the largest numbe…
write a program that prompts the user to enter a social security number in the f
write a program that prompts the user to enter a social security number in the format ddd-dd-dddd, where d is a digit. here are sample example runs: Enter a SSS: 232-23-5435 232-2…
write a program that prompts the user to provide single character from the alpha
write a program that prompts the user to provide single character from the alphabet. Print vowel or consonant depending on the user input. The program prints error if the user inp…
write a program that prompts the user, within a while loop, for a birth month an
write a program that prompts the user, within a while loop, for a birth month and birth year,and than calculate and display the corresponding age. Note:do the initial prompt outsi…
write a program that read a list of names and telephone numbers from a text file
write a program that read a list of names and telephone numbers from a text file and inserts them into an AVL tree. Once the tree has built, present the user with a menu that allo…
write a program that reads a data file called RandNumLond.dat. This file contain
write a program that reads a data file called RandNumLond.dat. This file contains no more than 1,000 integers, with one integer value each line. The value of each integer ranges f…
write a program that reads a student\'s name together with his or her test score
write a program that reads a student's name together with his or her test scores. The program schould then compute theaverage test score for each student and assign the appropriat…
write a program that reads a student\'s name together with hisor her test scores
write a program that reads a student's name together with hisor her test scores. The program schould then compute theaverage test score for each student and assign the appropriate…
write a program that reads and prints the average of numbers input by a user. yo
write a program that reads and prints the average of numbers input by a user. you do not know the numbers and how many numbers. your program must follow this procedure: a) print t…
write a program that reads data from a file, calculates statistics on that data,
write a program that reads data from a file, calculates statistics on that data, and then outputs the statistics to either another file or to the screen, depending on what the use…
write a program that reads grades in the integer range 1 – 100 from a file, writ
write a program that reads grades in the integer range 1 – 100 from a file, writes out the grades, computes their average, and finds out how many grades are above average and how …