Browse All
Alphabetical listing with fast deep pagination.
1197283 items • Page 23858 / 23946
write a program that will accept fuel usage information from the user about a se
write a program that will accept fuel usage information from the user about a series of trips. After each set of information (for one trip or fueling) is entered, summary informat…
write a program that will compute a monthly payment. You are to have, at least,
write a program that will compute a monthly payment. You are to have, at least, 1 function ( other than main() ) in your program. //am done with part one just need help with part …
write a program that will compute your average in a class course, based on the a
write a program that will compute your average in a class course, based on the amount of work graded at any time you run your program. this is the grading scale grading system: 2 …
write a program that will find the sum, mean, or mode of a set of integers, or a
write a program that will find the sum, mean, or mode of a set of integers, or a count of the total number of odd or even numbers. The first argument to your program will be a str…
write a program that will input letter grades (A,B,C,D,F), the number of which i
write a program that will input letter grades (A,B,C,D,F), the number of which is input by the user (a maximum of 50 grades). The grades will be read into an array. A function wil…
write a program that will locate certain words in a puzzle. your program will pe
write a program that will locate certain words in a puzzle. your program will perform the following steps: 1. the array characters will be store in a file 'puzzle.letters'. read t…
write a program that will multiply twodimentional arrays as follow: 1.The progra
write a program that will multiply twodimentional arrays as follow: 1.The program should prompt the user for the dimention of the firstarray (row x coloum). 2.The program should g…
write a program that will operate on a deck of 52 cards. Your program will: 1. D
write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each. a. The four hands need to be kept in an array for …
write a program that will read a line of text that ends with a period, which ser
write a program that will read a line of text that ends with a period, which serves as sentinel value. display all the letters that occur in the text, one per line and in alphabet…
write a program that will read in a sentence of up to 100 characters and output
write a program that will read in a sentence of up to 100 characters and output the sentence with spacing corrected and with letters corrected for capitalization. In other words, …
write a program that will read in a weighted graph from an adjacency matrix stor
write a program that will read in a weighted graph from an adjacency matrix stored in a file. Display the graph to the user in some form: graphically, adjacency matrix, adjacency …
write a program that will read the contents of a file (message.txt) which contai
write a program that will read the contents of a file (message.txt) which contains a message that the user wishes to encrypt. The encrypted message will be saved to a file called …
write a program that will take the x and y coordinates of a point and tell us wh
write a program that will take the x and y coordinates of a point and tell us what quadrant the point is in or if the point sits on the coordinate line, what line it sits on. Reca…
write a program that will verify eligibility of joining the military from the us
write a program that will verify eligibility of joining the military from the user’s gender and age. Make the following 3 functions in addition to the main. function 1 : GetInfo E…
write a program that will verify passwords. A valid password consists of: At lea
write a program that will verify passwords. A valid password consists of: At least 6 characters At least one uppercase letter At least one lowercase letter At least one digit At l…
write a program that: 1. prompts the user to enter 15 integers and stores the nu
write a program that: 1. prompts the user to enter 15 integers and stores the numbers into an array. 2. Calls the function computerSum and store the return value into an integer v…
write a program that: Declares two integer arrays, a & b, both eleven elements l
write a program that: Declares two integer arrays, a & b, both eleven elements long, containing the numbers: array a: 543516756 1667855729 1919033451 544110447 544763750…
write a program to - read a file of integers -numbers must be stored in an array
write a program to - read a file of integers -numbers must be stored in an array -creat functions: * Compute and display the average of all numbers * Compute and display the numbe…
write a program to assign passengers seats in an airplane.Assume a small airplan
write a program to assign passengers seats in an airplane.Assume a small airplane with seat numberings as follows: 1 A B C D 2 A B C D 3 A B C D 4 A B C D 5 A B C D 6 A B C D 7 A …
write a program to build a binary search tree Dictionary. Input records are from
write a program to build a binary search tree Dictionary. Input records are from inventory.txt. The data for the BST <Key,E> KVpair are; Key is the PartNo and Element is the…
write a program to compute a customer\'s bill. the program should request the qu
write a program to compute a customer's bill. the program should request the quantity of each item ordered in a sub procedure, calculate the total cost with a function procedure, …
write a program to compute numeric grades for a course. The course records are i
write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each…
write a program to compute numeric grades for a course. The courserecords are in
write a program to compute numeric grades for a course. The courserecords are in a file that will serve as the input file. The inputfile is in exactly the following format: Each l…
write a program to determine the time and date corresponding to a elapsed number
write a program to determine the time and date corresponding to a elapsed number of seconds since 00: 00: 00 on 1 January 2016. Have the user input the value of elapsed seconds. T…
write a program to dispense change. The user enters the amount paid and the amou
write a program to dispense change. The user enters the amount paid and the amount due. The program determines how many dollars, quarters, dimes, nickels, and pennies should be gi…
write a program to display the running time of the different sorts. Test the sor
write a program to display the running time of the different sorts. Test the sorts on arrays of various sizes. Arrays of the same size should contain identical entries Use the fun…
write a program to do a mathematical operation. Make sure the program asks for a
write a program to do a mathematical operation. Make sure the program asks for a user input to define all variables and must include the key words Try, and Catch. The program must…
write a program to find the sum of all positive number stored in the memory: ADD
write a program to find the sum of all positive number stored in the memory: ADDRESS MEMORY 200 DEC 10…
write a program to generate your gpa in vb with following parameters: GPA calcul
write a program to generate your gpa in vb with following parameters: GPA calculator. (VISUAL BASIC) Ask the user to input a list of classesand the number of tests per class. Once…
write a program to help the weatherman with his weather report. you will sample
write a program to help the weatherman with his weather report. you will sample the temperature each hour on the hour over the course of 24 hours. at the end of the 24 hour cycle …
write a program to implement the simulation of life described in scientific amer
write a program to implement the simulation of life described in scientific american, using 2 dimensional array of size 30 rows by 30 columns. 1. initial set of cells are marked "…
write a program to perform empirical analysis of the following sorting algorithm
write a program to perform empirical analysis of the following sorting algorithms on integer arrays: -selection sort; -insertion sort; -two versions of a bubble sort: with and wit…
write a program to process a collection of daily high temperatures . Your progra
write a program to process a collection of daily high temperatures . Your program should count and print the number of hot days (high temperature 85 or higher ) ,the number of ple…
write a program to read in any. egm and have y our program write the image out a
write a program to read in any. egm and have your program write the image out as a PGM (grayscale, P2) Your program should be able to work with any of the .egm Digital Elevation M…
write a program to represent geometric shapes and some operations that can be pe
write a program to represent geometric shapes and some operations that can be performed on them. For each shape, store fundamental data about its size, and provide member function…
write a program to score five card poker hands into one of the following categor
write a program to score five card poker hands into one of the following categories: nothing, one pair, two pairs, three of a kind , straight(in order with no gaps), flush(all the…
write a program to solve a system of linear equations using Gaussian Elimination
write a program to solve a system of linear equations using Gaussian Elimination with Partial Pivoting using FORTRAN 95 and sliver frost compiler. Question Details the program nee…
write a program to spin the stepper motor. activate bits 1, 2, 4, and 8 in seque
write a program to spin the stepper motor. activate bits 1, 2, 4, and 8 in sequence to energize the electromagnets in turn. The motor can be half stepped by turning on pairs of ma…
write a program to take two numerical lists of the same length ended by a sen- t
write a program to take two numerical lists of the same length ended by a sen- tinel value and store the lists in arrays x and y , each of which has 20 elements. Let n be the actu…
write a program to turn LED4 and LED1 on, then LED2 and LED3 must be turned off.
write a program to turn LED4 and LED1 on, then LED2 and LED3 must be turned off. a. please paste the sourse code b. Single step the code. After executing the line that sends the p…
write a program using C language You can start by copying and modifying get_int(
write a program using C language You can start by copying and modifying get_int() from chrutil.c. Write a test driver that reads integer operands and writes them to the screen usi…
write a program using C++ Problem 3: (USE NESTED FOR LOOPS) WidgetsRUs needs a s
write a program using C++ Problem 3: (USE NESTED FOR LOOPS) WidgetsRUs needs a sales reporting system for quarterly sales (4 month summary). There are multiple reps. The system wi…
write a program using nested for loops that displays the following... * ** *** *
write a program using nested for loops that displays the following... * ** *** **** ***** **** *** ** * the program should allow the user to select the maximum number of asterisks…
write a program using the LOOP instruction with indirectaddressing that copies a
write a program using the LOOP instruction with indirectaddressing that copies a string from source to target , reversingthe character order in the process . Using the followingva…
write a program which implements this decision chain: Read four buttons. If butt
write a program which implements this decision chain: Read four buttons. If button 2 is not pressed any lit LEDs should stay lit. If button 1 is pressed, the Green LED will turn o…
write a program which implements this decision chain: Read four buttons. If butt
write a program which implements this decision chain: Read four buttons. If button 2 is not pressed any lit LEDs should stay lit. If button 1 is pressed, the Green LED will turn o…
write a program which include a class containing an array of words (strings).The
write a program which include a class containing an array of words (strings).The program will search the array for a specific word. if it finds the word:it will return a true valu…
write a program which reads some number of interger values (up to 1000) fromthe
write a program which reads some number of interger values (up to 1000) fromthe file "numbers_inp.text". the file is arranged one number per line, and the first line contains the …
write a program which will take the description of a single graph from standard
write a program which will take the description of a single graph from standard input and write to standard output a topological ordering of the nodes of that graph. 1 Description…
write a program with a class that creates a class that will inherit the Fahrenhe
write a program with a class that creates a class that will inherit the Fahrenheit class. The program should allow a user to input a Celsius temperature and a floating-point humid…