Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1081 / 1333
Write a program that dynamically allocates an arraylarge enough to hold a user d
Write a program that dynamically allocates an arraylarge enough to hold a user defined number of test scores. Once allthe scores are entered, the array shold be passed to a funtio…
Write a program that dynamically creates pieces of storage of the following type
Write a program that dynamically creates pieces of storage of the following types using new: int, long, an array of 100 chars, and an array of 100 floats. Print the addresses and …
Write a program that dynamically creates pieces of storage of the following type
Write a program that dynamically creates pieces of storage of the following types using new: int, long, an array of 100 chars, and an array of 100 floats. Print the addresses and …
Write a program that emulates the behavior of a bus. The bus must have a schedul
Write a program that emulates the behavior of a bus. The bus must have a schedule ( a finite number of times for it to stop) and a certain capacity (number of passengers). In this…
Write a program that emulates the behavior of a bus. The bus must have a schedul
Write a program that emulates the behavior of a bus. The bus must have a schedule ( a finite number of times for it to stop) and a certain capacity (number of passengers). In this…
Write a program that emulates the popular lottery game \"Powerball\". First ask
Write a program that emulates the popular lottery game "Powerball". First ask the user how many times he wants to play. Then ask the user for 5 numbers between 1 and 69, and one a…
Write a program that emulates the popular lottery game \"Powerball\". First ask
Write a program that emulates the popular lottery game "Powerball". First ask the user how many times he wants to play. Then ask the user for 5 numbers between 1 and 69, and one a…
Write a program that enables the user to draw vertices and edges dynamically, Th
Write a program that enables the user to draw vertices and edges dynamically, The radius of each vertex is 20 pixels & meets following requirements : (1) The user clicks the l…
Write a program that enables two users to chat using JavaFX, threads, sockets. I
Write a program that enables two users to chat using JavaFX, threads, sockets. Implement one user as the server and the other as the client. The server has two text areas: One for…
Write a program that enables two users to chat using JavaFX, threads, sockets. I
Write a program that enables two users to chat using JavaFX, threads, sockets. Implement one user as the server and the other as the client. The server has two text areas: One for…
Write a program that enables two users to chat using JavaFX, threads, sockets. I
Write a program that enables two users to chat using JavaFX, threads, sockets. Implement one user as the server and the other as the client. The server has two text areas: One for…
Write a program that enables two users to chat using JavaFX, threads, sockets. I
Write a program that enables two users to chat using JavaFX, threads, sockets. Implement one user as the server and the other as the client. The server has two text areas: One for…
Write a program that enables two users to chat. Implement one user as the server
Write a program that enables two users to chat. Implement one user as the server (Figure 31.21a) and the other as the client (Figure 31.21b). The server has two text areas: one fo…
Write a program that enables two users to chat. Implement one user as the server
Write a program that enables two users to chat. Implement one user as the server (Figure 31.21a) and the other as the client (Figure 31.21b). The server has two text areas: one fo…
Write a program that enables two users to chat. Implement one user as the server
Write a program that enables two users to chat. Implement one user as the server and the other as the client. The server has two text areas: one for entering text and the other (n…
Write a program that enables two users to chat. Implement one user as the server
Write a program that enables two users to chat. Implement one user as the server and the other as the client. The server has two text areas: one for entering text and the other (n…
Write a program that encodes English languagephrases into pig Latin. Pig Latin i
Write a program that encodes English languagephrases into pig Latin. Pig Latin is a form of coded language oftenused for amusement. Many variations exist in the methods used tofor…
Write a program that encodes English-language phrase, tokenize the phrase into w
Write a program that encodes English-language phrase, tokenize the phrase into words with function strtok. To translate each English word into a pig-latin word, place the first le…
Write a program that encodes English-language phrases into pig Latin. To transla
Write a program that encodes English-language phrases into pig Latin. To translate an English word into a pig Latin word, place the first letter of the English word at the end of …
Write a program that encodes and decodes Morse code files using a binary tree. M
Write a program that encodes and decodes Morse code files using a binary tree. Morse code is a system that encodes the 26 English letters and 10 numeric digits into sequences of d…
Write a program that encodes and decodes words. In an encoded word every letter
Write a program that encodes and decodes words. In an encoded word every letter is replaced by a number followed by either U or L. THe number represents the position of the charac…
Write a program that establishes two savings accounts with saver1 having account
Write a program that establishes two savings accounts with saver1 having account number 10002 with an initial balance of $2,000, and saver2 having account 10003 with an initial ba…
Write a program that estimates how many years, months, weeks, days, and hours ha
Write a program that estimates how many years, months, weeks, days, and hours have gone by since Jan 1 1970 by calculations with the number of seconds that have passed. The number…
Write a program that estimates the appropriate size for the collecting area of a
Write a program that estimates the appropriate size for the collecting area of a solar heated house. Determining collecting area size requires consideration of several factors, in…
Write a program that evaluates the function y = 2/x + 3 for the values of x that
Write a program that evaluates the function y = 2/x + 3 for the values of x that are between 1 and 10, inclusive. For each value of x, find the value of y with 2 digits of precisi…
Write a program that evaluates the random distribution of a dice. The game shoul
Write a program that evaluates the random distribution of a dice. The game should first prompt the client for a number of die throws that he would like. The game then throws the d…
Write a program that evaluates the random distribution of a die(singular for dic
Write a program that evaluates the random distribution of a die(singular for dice). The game should first prompt the client for a number of die throws that he would like. The game…
Write a program that examines a series of a integers entered by the user and tha
Write a program that examines a series of a integers entered by the user and that then determines whether adjacent values in the series differ by at most 2. The program should ask…
Write a program that examines a string of characters and determines if all openi
Write a program that examines a string of characters and determines if all opening bracket characters such as (, [, or { are matched with their correct closing characters. Use a s…
Write a program that examines a string of characters and determines if all openi
Write a program that examines a string of characters and determines if all opening bracket characters such as (, [, or { are matched with their correct closing characters. Use a s…
Write a program that executes the following steps: Create a new bank account. Sh
Write a program that executes the following steps: Create a new bank account. Show the balance of the bank account. If the balance of the bank account is >= 20 dollars, do the …
Write a program that executes various operations on three numbers. The numbers a
Write a program that executes various operations on three numbers. The numbers are of type int and initialized to -1. In case the user enters a negative number as input, ask the u…
Write a program that explores the effects of gravity on a ball that is thrown fr
Write a program that explores the effects of gravity on a ball that is thrown from a tower at a constant velocity. Your program will calculate how far the ball will travel, and ho…
Write a program that explores the seating patterns related to course performance
Write a program that explores the seating patterns related to course performance by using an array of student scores. The program should do the following: Draw a seating chart o…
Write a program that explores the seating patterns related to course performance
Write a program that explores the seating patterns related to course performance by using an array of student scores. The program should do the following: Draw a seating chart of …
Write a program that figures out how many prime numbers exist within an arbitrar
Write a program that figures out how many prime numbers exist within an arbitrary, random range of numbers. See next page for more on the "random range" part. See second-to-next p…
Write a program that fill two arrays rad[10] and len[10] by random generator (nu
Write a program that fill two arrays rad[10] and len[10] by random generator (numbers between 0 and 100). rad[] array represents the (radius) of Cylinder, and array len[] represen…
Write a program that fills a stack called stack1 with the numbers 3,5,1,2,4 (in
Write a program that fills a stack called stack1 with the numbers 3,5,1,2,4 (in this order). Your program should then use two other stacks, stack2 and stack3, and the functions pu…
Write a program that fills the right-to-left diagonal of asquare matrix with zer
Write a program that fills the right-to-left diagonal of asquare matrix with zeros, the lower right triangle with -1s and theupper left triangle with +1s. The output of the progra…
Write a program that fills the window with a large ellipse, with a black outline
Write a program that fills the window with a large ellipse, with a black outline and filled with your favorite color. The ellipse should touch the window boundaries, even if the w…
Write a program that finds a 2-byte square root of a number in A [0H - FH]. The
Write a program that finds a 2-byte square root of a number in A [0H - FH]. The first byte is the integer value of the root, and the second byte is the fractional value of the roo…
Write a program that finds an prints to the screen all of the increasing sequenc
Write a program that finds an prints to the screen all of the increasing sequences of numbers of maximumal length from a given array. The shortest printed sequence should have len…
Write a program that finds and prints all of the prime numbers between 10 and 20
Write a program that finds and prints all of the prime numbers between 10 and 200. A prime number is a number such that 1 and itself are the only numbers that evenly divide it (fo…
Write a program that finds and prints all of the prime numbers between 3 and 100
Write a program that finds and prints all of the prime numbers between 3 and 100. A prime number is a number that can only be divided by one and itself (3,5,7,11,13,17,...). One w…
Write a program that finds and prints all of the prime numbers between 3 and 100
Write a program that finds and prints all of the prime numbers between 3 and 1000. Print them and display the total prime numbers between 3 and 1000. Expected Output:3 5 7 11 13 1…
Write a program that finds and prints all of the prime numbers between 3 and 100
Write a program that finds and prints all of the prime numbers between 3 and 100. A prime number is a number that can only be divided by one and itself (i.e., 3, 5, 7, 11, …). One…
Write a program that finds and prints all of the prime numbers between 3 and n.
Write a program that finds and prints all of the prime numbers between 3 and n. The program should allow the user to input n. A prime number is a number such that 1 and itself are…
Write a program that finds either the largest or smallest of the ten numbers as
Write a program that finds either the largest or smallest of the ten numbers as command-line arguments. With –l for largest and –s for smallest number, if the user enters an inval…
Write a program that finds either the largest or smallest of the ten numbers as
Write a program that finds either the largest or smallest of the ten numbers as command-line arguments. With –l for largest and –s for smallest number, if the user enters an inval…
Write a program that finds either the largest or smallest of the ten numbers as
Write a program that finds either the largest or smallest of the ten numbers as command-line arguments. With –l for largest and –s for smallest number, if the user enters an inval…