Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1082 / 1333
Write a program that finds the \"smallest\" and \"largest\" in a series of words
Write a program that finds the "smallest" and "largest" in a series of words. After the user enters the words, the program will determine which words would come first and last if …
Write a program that finds the \"smallest\" and \"largest\" in a series of words
Write a program that finds the "smallest" and "largest" in a series of words. After the user enters the words, the program will determine which words would come first and last if …
Write a program that finds the average time spent programming by a student each
Write a program that finds the average time spent programming by a student each day over a 3 day period. Hints and what program should include: Must use Nested for Loops. Prompt t…
Write a program that finds the equivalent series and parallel resistance for a c
Write a program that finds the equivalent series and parallel resistance for a collection of resistor values. Your program should scan first the number of resistors and then the r…
Write a program that finds the greatest sum of three adjacent numbers in any dir
Write a program that finds the greatest sum of three adjacent numbers in any direction (up, down, left, right, or diagonally) in a 20x20 grid of numbers. All input data must be ob…
Write a program that finds the largest in a series of numbers entered by the use
Write a program that finds the largest in a series of numbers entered by the user. The program must prompt the user to enter numbers one by one. When the user enters 0 or a negati…
Write a program that finds the majority element in an array if it exists. Majori
Write a program that finds the majority element in an array if it exists. Majority element is the element which appears in more than half of the array locations. Declare an array …
Write a program that finds the majority element in an array if it exists. Majori
Write a program that finds the majority element in an array if it exists. Majority element is the element which appears in more than half of the array locations. Declare an array …
Write a program that finds the majority element in an array if it exists. Majori
Write a program that finds the majority element in an array if it exists. Majority element is the element which appears in more than half of the array locations. Declare an array …
Write a program that finds the number of zeros in an 8-bit data item? Here is an
Write a program that finds the number of zeros in an 8-bit data item? Here is an example to find the number of Ones in a 8-bit data item. I Need one to find Zeros R1 EQU 0x20 ; fi…
Write a program that finds the shortest sequence of Knight moves from a starting
Write a program that finds the shortest sequence of Knight moves from a starting square to a target square in a mini chess board. The mini chess board consists of 4 by 4 squares. …
Write a program that finds the square of a number listed below in a subroutine a
Write a program that finds the square of a number listed below in a subroutine and stores the results into the memory locations $2100-$2104. Complete the following program and use…
Write a program that finds the sum of all the elements in an array. You have to
Write a program that finds the sum of all the elements in an array. You have to implement 3 versions of the program. The program will have an integer array of 20,000 elements. Pop…
Write a program that finds the temperature, as an integer , that is the same in
Write a program that finds the temperature, as an integer , that is the same in both Celsius and Fahrenheit. The formula to convert from Celsius to Fahrenheit is: Fahrenheit = 32 …
Write a program that finds the two largest values in an array of integers. In th
Write a program that finds the two largest values in an array of integers. In this program, the largest value and the second largest value cannot be the same, even if the largest …
Write a program that first ask the user how many number would they like to enter
Write a program that first ask the user how many number would they like to enter then ask what numbers would they like to enter and store them in an array Then display a menu opti…
Write a program that first asks the user which Temperature scale conversion woul
Write a program that first asks the user which Temperature scale conversion would he like to perform: 1. Convert F to C 2. Convert C to F What is your choice? Then it asks the use…
Write a program that first creates a dictionary object student into with the fol
Write a program that first creates a dictionary object student into with the following information (ID used as the key; Name used as the value): Student ID Student Name 001 002 00…
Write a program that first reads at most 30 numbers of type double from the user
Write a program that first reads at most 30 numbers of type double from the user (the user will type character quit when finished), and stores these values in an array in the same…
Write a program that first reads at most 30 numbers of type double from the user
Write a program that first reads at most 30 numbers of type double from the user (the user will type character quit when finished), and stores these values in an array in the same…
Write a program that first reads at most 30 numbers of type double from the user
Write a program that first reads at most 30 numbers of type double from the user (the user will type character quit when finished), and stores these values in an array in the same…
Write a program that first reads at most 30 numbers of type double from the user
Write a program that first reads at most 30 numbers of type double from the user (the user will type character quit when finished), and stores these values in an array in the same…
Write a program that first reads at most 30 numbers of type double from the user
Write a program that first reads at most 30 numbers of type double from the user (the user will type character Quit when finished), and stores these values in an array in the same…
Write a program that first reads at most 30 numbers of type double from the user
Write a program that first reads at most 30 numbers of type double from the user (the user will type character quit when finished), and stores these values in an array in the same…
Write a program that formats a user entered name (consiting of a first and last
Write a program that formats a user entered name (consiting of a first and last name) and then displays it in the format last name, a comma, the first name initial, and a period. …
Write a program that formats and prints the above seating arrangement to include
Write a program that formats and prints the above seating arrangement to include a side label and a column header. The application should greet the user with an explanation of the…
Write a program that formats product information entered bythe user . A sesion w
Write a program that formats product information entered bythe user . A sesion with the program should look like this: Enter item number : 583 Enter unit price : 13.5 Enter pur…
Write a program that fulfills all the requirements below. The final product shou
Write a program that fulfills all the requirements below. The final product should include the pseudocode and flowchart for the entire program. Extra credit: Implement the program…
Write a program that fulfills the following criteria: The program should have a
Write a program that fulfills the following criteria: The program should have a driver class and three levels of inheritance: Level 1: a class called Shape Level 2: a class called…
Write a program that gauges the rate of inflation over the past year. The progra
Write a program that gauges the rate of inflation over the past year. The program asks for the price of an item (such as a hot dog or a 1-carat diamond) both from one year ago and…
Write a program that generate random triangles and determine if they are acute.
Write a program that generate random triangles and determine if they are acute. The program has three files point.h, point.c, hw7p2.c: point.h This header file, which is given to …
Write a program that generates 100 random integers between 0 and 9 and displays
Write a program that generates 100 random integers between 0 and 9 and displays the count for each number. (Hint: Use an array of ten integers, say counts, to store the counts for…
Write a program that generates N random numbersbetween 1 and 15 (N is entered by
Write a program that generates N random numbersbetween 1 and 15 (N is entered by the user). The program must thenprint the generated numbers to the screen and only keep thenumbers…
Write a program that generates a 10-elements array full of random integer number
Write a program that generates a 10-elements array full of random integer numbers ranging from 0-10 and prints it on the first row of the screen. After the array random generation…
Write a program that generates a customized loan amortization table. Your progra
Write a program that generates a customized loan amortization table. Your program will prompt the user to enter the amount borrowed (the principal), the annual interest rate, and …
Write a program that generates a random amount of a purchase between 0 - $4.99.
Write a program that generates a random amount of a purchase between 0 - $4.99. Generate a random amount paid that is between $5.00 - $10.00. Since these amounts are randomly gene…
Write a program that generates a random number and asks the user to guess what t
Write a program that generates a random number and asks the user to guess what the number is. If the user's guess is higher than the random number, the program should display "Too…
Write a program that generates a random number and asks the user to guess what t
Write a program that generates a random number and asks the user to guess what the number is. If the user's guess is higher than the random number, the program should display "Too…
Write a program that generates a random number between 1 and 10 and asks the use
Write a program that generates a random number between 1 and 10 and asks the user to guess what the number is. Your program should operate similar to mine, who's output is shown b…
Write a program that generates a random number between 1 and 10 and asks the use
Write a program that generates a random number between 1 and 10 and asks the user to guess what the number is. Your program should operate similar to mine, who's output is shown b…
Write a program that generates a random number between 1 and 100 and asks the us
Write a program that generates a random number between 1 and 100 and asks the user to guess what the number is. If the user’s guess is higher than the random number, the program s…
Write a program that generates a random number in the range of 1 through 20 and
Write a program that generates a random number in the range of 1 through 20 and asks the user to guess what the number is. If the user’s guess is lower than the random number, the…
Write a program that generates a random sample of size n from your population di
Write a program that generates a random sample of size n from your population distribution, and computes the sample mean. The program must iterat…
Write a program that generates a simple calendar for one month given what day th
Write a program that generates a simple calendar for one month given what day the first day is and how many days there are in that month. For example: - Input: The first day is: T…
Write a program that generates a “random walk” across a 10 x 10 array. The array
Write a program that generates a “random walk” across a 10 x 10 array. The array will contain character (all ‘.’ Initially). The program must randomly “walk” from element to eleme…
Write a program that generates a “random walk” across a 10 x 10 array. The array
Write a program that generates a “random walk” across a 10 x 10 array. The array will contain character (all ‘.’ Initially). The program must randomly “walk” from element to eleme…
Write a program that generates a “random walk” across a 10 x 10 array. The array
Write a program that generates a “random walk” across a 10 x 10 array. The array will contain character (all ‘.’ Initially). The program must randomly “walk” from element to eleme…
Write a program that generates a “random walk” across a 10 x 10 array. The array
Write a program that generates a “random walk” across a 10 x 10 array. The array will contain character (all ‘.’ Initially). The program must randomly “walk” from element to eleme…
Write a program that generates a “random walk” across a 10 x 10 array. The array
Write a program that generates a “random walk” across a 10 x 10 array. The array will contain character (all ‘.’ Initially). The program must randomly “walk” from element to eleme…
Write a program that generates all prime numbers between 2 and 1000, using the S
Write a program that generates all prime numbers between 2 and 1000, using the Sieve of Eratosthenes method. You can find many articles that describe the method for finding primes…