Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1320 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
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…
write a program with a function to fill a vector with 100 random numbers between
write a program with a function to fill a vector with 100 random numbers between 1 and 500. then pass the vector to a function that will sort it (sort(V.begin(), V.end());). you w…
write a program with a loop that lets the user enter a seriesof integers, follow
write a program with a loop that lets the user enter a seriesof integers, followed by a -99 to signal the end of the sereies.After all the numbers have been entered, the program s…
write a program with a loop that lets the user enter aseries of integers, follow
write a program with a loop that lets the user enter aseries of integers, followed by a -99 to signal the end of thesereies. After all the numbers have been entered, the programsh…
write a program with the following capabilities. The program will prompt for the
write a program with the following capabilities. The program will prompt for the starting vertex in the range of 0-9999. The program will then prompt for a different vertex in the…
write a program with the following capabilities. The program will prompt for the
write a program with the following capabilities. The program will prompt for the starting vertex in the range of 0-9999. The program will then prompt for a different vertex in the…
write a program zip.py to create a zip file. The program should take the name of
write a program zip.py to create a zip file. The program should take the name of zip file and files to add to the zip file. Use import zipfile.class. In python please write a prog…
write a program(visual C++) that reads two file names from user - one for input
write a program(visual C++) that reads two file names from user - one for input and one for output; opens the input file, reads its contents and counts the number of symbols, uppe…
write a program, that uses inheritance and polymorphism, via abstract classes an
write a program, that uses inheritance and polymorphism, via abstract classes and interfaces. There are 6 parts (6 posts) for this assignment (each can be done separated or as one…
write a program, that uses inheritance and polymorphism, via abstract classes an
write a program, that uses inheritance and polymorphism, via abstract classes and interfaces. There are 6 parts (6 posts) for this assignment (each can be done separated or as one…
write a program, that uses inheritance and polymorphism, via abstract classes an
write a program, that uses inheritance and polymorphism, via abstract classes and interfaces. There are 6 parts (6 posts) for this assignment (each can be done separated or as one…
write a program, that uses inheritance and polymorphism, via abstract classes an
write a program, that uses inheritance and polymorphism, via abstract classes and interfaces. There are 6 parts (6 posts) for this assignment (each can be done separated or as one…
write a program, that uses inheritance and polymorphism, via abstract classes an
write a program, that uses inheritance and polymorphism, via abstract classes and interfaces. There are 6 parts (6 posts) for this assignment (each can be done separated or as one…
write a program, which calculates and prints the roots of a given quadratic equa
write a program, which calculates and prints the roots of a given quadratic equation, a*x*x+b*x+c=0. all the variables are type double. as input, ask for a,b,and c. calculate the …