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 1057 / 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 in a class CountPoor that counts the number of families that are
Write a program in a class CountPoor that counts the number of families that are considered poor. Write and use a class Family that has the attributes: - income: a double value th…
Write a program in a class FlowerCounter that computes the cost of each type of
Write a program in a class FlowerCounter that computes the cost of each type of flower sold by the dozen. There are 7 flower types. They are "Roses", "Magnolia", "Azalea", "Star J…
Write a program in a class FlowerCounter that computes the cost of flowers sold
Write a program in a class FlowerCounter that computes the cost of flowers sold at a flower stand.Five kinds of flowers-petunia, pansy,rose,violer,and carnation-are stocked and co…
Write a program in a class FlowerCounter that computes the cost of flowers sold
Write a program in a class FlowerCounter that computes the cost of flowers sold at a flower stand -Five kinds of flowers- petunia, pansy, rose, violet, and carnation--are stocked …
Write a program in a class FlowerCounter that computes the cost of flowers sold
Write a program in a class FlowerCounter that computes the cost of flowers sold at a flower stand. Five kinds of flowers - petunia, pansy, rose, violet, and carnation - are stocke…
Write a program in a class FlowerCounter that computes the cost of flowers sold
Write a program in a class FlowerCounter that computes the cost of flowers sold at a flower stand. Five kinds of flowers - petunia, pansy, rose, violet, and carnation - are stocke…
Write a program in a class NumberAboveAverage that counts the number ofdays that
Write a program in a class NumberAboveAverage that counts the number ofdays that the temperature is above average. Read ten temperatures from thekeyboard and place them in an arra…
Write a program in a class called Program. Your program will use two command lin
Write a program in a class called Program. Your program will use two command line arguments that specify a starting and stopping index (1 <= start < stop <= 26). Your pro…
Write a program in a class named Shining that prints the following line of outpu
Write a program in a class named Shining that prints the following line of output 1000 times: All work and no play makes Jack a dull boy. You should not write a program whose sour…
Write a program in a class named Shining that prints the following line of outpu
Write a program in a class named Shining that prints the following line of output 1000 times: All work and no play makes Jack a dull boy. You should not write a program whose sour…
Write a program in a cpp file called countCharacter_LastNameFirstName.cpp that c
Write a program in a cpp file called countCharacter_LastNameFirstName.cpp that counts the number of whitespace in the inputs. A whitespace can be a space (' ') or a tab (' ').  Al…
Write a program in a new file called split.cpp which reads a list of numbers int
Write a program in a new file called split.cpp which reads a list of numbers into an array, splits the list into a list of negative numbers and a list of non-negative numbers, eac…
Write a program in a new file called split.cpp which reads a list of numbers int
Write a program in a new file called split.cpp which reads a list of numbers into an array, splits the list into a list of negative numbers and a list of non-negative numbers, eac…
Write a program in a new file called split.cpp which reads a list of numbers int
Write a program in a new file called split.cpp which reads a list of numbers into an array, splits the list into a list of even numbers and a list of odd numbers (each in their se…
Write a program in a script file HW6P5.m to apply an averaging filter to the sig
Write a program in a script file HW6P5.m to apply an averaging filter to the signal stored in the file signal.mat (to be downloaded from UBlearns). Your program must load the sign…
Write a program in a script file that calculates the cost of a telephone call ac
Write a program in a script file that calculates the cost of a telephone call according to the following price schedule: The program asks the user to enter the time the call is ma…
Write a program in a script file that finds the smallest odd integer that is div
Write a program in a script file that finds the smallest odd integer that is divisible by 17 and whose square root is greater than 200. Use a for-loop in the program. The loop sho…
Write a program in a single class called DoubleLetters that does the following:
Write a program in a single class called DoubleLetters that does the following: The program should read in a single line of text from the keyboard. It should then print to the con…
Write a program in a single class called DoubleLetters that does the following:
Write a program in a single class called DoubleLetters that does the following: The program should read in a single line of text from the keyboard. It should then print to the con…
Write a program in assemble to add two 4-byte numbers. The numbers are stored at
Write a program in assemble to add two 4-byte numbers. The numbers are stored at data memory location from 0x0200~0x0207. The sum of the numbers will be stored at 0x0208~0x020B in…
Write a program in assembler to add two 4-byte numbers. The numbers are stored a
Write a program in assembler to add two 4-byte numbers. The numbers are stored at data memory location from 0x0200~0x0207. The sum of the numbers will be stored at 0x0208~0x020B i…
Write a program in assembly language TASM only when user enters A D get displaye
Write a program in assembly language TASM only when user enters A D get displayed when user enters B E gets displayed when user enters C F gets displayed write program for these 3…
Write a program in assembly language that loads register R2 with the word in mem
Write a program in assembly language that loads register R2 with the word in memory location which is 10 bytes above the address in R0; and loads register R3 with the word in memo…
Write a program in assembly language that loads register R2 with the word in mem
Write a program in assembly language that loads register R2 with the word in memory location which is 10 bytes above the address in R0; and loads register R3 with the word in memo…
Write a program in assembly language that loads register R2 with the word in mem
Write a program in assembly language that loads register R2 with the word in memory location which is 10 bytes above the address in R0; and loads register R3 with the word in memo…
Write a program in assembly language that will - take ten integers (32 bit) in a
Write a program in assembly language that will - take ten integers (32 bit) in an array - add up the elements - calculate the integer average - print out the integers and the resu…
Write a program in assembly language that will read in 4 integers and compute (A
Write a program in assembly language that will read in 4 integers and compute (A - B + C - D). Print out the integers with the result. --I'm not sure if I'm doing my arithmetic pr…
Write a program in assembly language to calculate a[6] and print it to the outpu
Write a program in assembly language to calculate a[6] and print it to the output. Let : a[0]=1 a[1]=2 a[n]=(a[n-1] + a[n-2]) * (a[n-1]
Write a program in assembly language to control a sump pump. A sump well collect
Write a program in assembly language to control a sump pump. A sump well collects water runoff. The sump pump pumps out the well whenever it fills up. When the level rises to a hi…
Write a program in assembly language using the MIPS instruction set to calculate
Write a program in assembly language using the MIPS instruction set to calculate the nth Fibonacci number. This must be done in an iterative loop. Your program will read from inpu…
Write a program in assembly language using the MIPS instruction set to calculate
Write a program in assembly language using the MIPS instruction set to calculate the nth Fibonacci number. This must be done in an iterative loop. Your program will read from inpu…
Write a program in assembly that calculates the sum of all the numbers of a floa
Write a program in assembly that calculates the sum of all the numbers of a floating point array that are smaller than the user input. Assume you defined an array with 8 floating …
Write a program in assembly that calculates the sum of all the numbers of a floa
Write a program in assembly that calculates the sum of all the numbers of a floating point array that are bigger than the user input. Assume you defined an array with 10 floating …
Write a program in assembly that calculates the sum of all the numbers of a floa
Write a program in assembly that calculates the sum of all the numbers of a floating point array that are bigger than the user input. Assume you defined an array with 10 floating …
Write a program in assembly to modify the state of LED1 and LED2 depending upon
Write a program in assembly to modify the state of LED1 and LED2 depending upon whether SW1 or SW2 is pressed. At program startup, both LED1 and LED2 should be turned off. When SW…
Write a program in assembly using THRSimll 68HC11 Simulator to solve the followi
Write a program in assembly using THRSimll 68HC11 Simulator to solve the following problem. We are given a table of Employee's salaries where there are three months of salary per …
Write a program in basic C++ to merge two integer arrays into a third array with
Write a program in basic C++ to merge two integer arrays into a third array with alternate elements from the first and second array respectively. Your program should do the follow…
Write a program in c The prime number function int is_prime(testnum) could take
Write a program in c The prime number function int is_prime(testnum) could take a provided value and decide whether it was a prime number or not. For this exercise, extend this fu…
Write a program in c Write a menu based program to maintain student records. You
Write a program in c Write a menu based program to maintain student records. Your program should take the following inputs: 1. Student first name (max. 20 characters) 2. Student l…
Write a program in c language that finds a maximum of three numbers. Input consi
Write a program in c language that finds a maximum of three numbers. Input consists of the three numbers. Output should list the three numbers and display the largest of the three…
Write a program in c that counts the number of nodes in a binary tree, count the
Write a program in c that counts the number of nodes in a binary tree, count the nodes in the right sub-tree, and count the nodes in the left sub-tree. Ask the user to enter their…
Write a program in c that reverses the order of the elements of an array. a) Sto
Write a program in c that reverses the order of the elements of an array. a) Store the reversed elements in a new array b) Store the reversed elements in the same array Write a pr…
Write a program in c that reverses the order of the elements of an array. a) Sto
Write a program in c that reverses the order of the elements of an array. a) Store the reversed elements in a new array b) Store the reversed elements in the same array Write a pr…
Write a program in c++ Your script should operate in the following manner: ? Ope
Write a program in c++ Your script should operate in the following manner: ? Open the file "grocery_list.txt". ? Read the names and quantities of items from the text file. ? Promp…
Write a program in c++ that allows the user to enter the last names of five cand
Write a program in c++ that allows the user to enter the last names of five candidates in a local election and the votes received by each candidate. The program should then output…
Write a program in c++ that can be used by a small theater to sell tickets for p
Write a program in c++ that can be used by a small theater to sell tickets for performances.  The theater’s auditorium has 15 rows of seats with 20 seats in each row. Step 1:  The…
Write a program in c++ that creates a 2D array initialized with test data. Use a
Write a program in c++ that creates a 2D array initialized with test data. Use any data type you wish. The program should have the following functions: 1. getTotal Accepts a 2d ar…
Write a program in c++ that display the ASCII chart. Display the numeric value a
Write a program in c++ that display the ASCII chart. Display the numeric value as well as the character so that there are four columns and as many rows as it takes. a program that…
Write a program in c++ that does the following: First make a data file prices.da
Write a program in c++ that does the following: First make a data file prices.dat with for the movie theatre program: 10 10 10 9 9 9 8 8 8 7 7 7 6 6 6 Program #2-Movie Theater Tic…
Write a program in c++ that finds the sum of the below given sequences, computes
Write a program in c++ that finds the sum of the below given sequences, computes the total number of elements given some parameters and also computes the x th term of the series. …