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 1140 / 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 writeOddEven.cpp which reads in a list of integers from the term
Write a program writeOddEven.cpp which reads in a list of integers from the terminal and writes the odd numbers to one file and the even numbers to another file. The program promp…
Write a program zombie game that prompts the user for a 5 x 5 array of zeros and
Write a program zombie game that prompts the user for a 5 x 5 array of zeros and ones (entered consecutively row by row) and run the following game for three times: 1) Each elemen…
Write a program “displayDigits” that ask the userfor a four digit integer value
Write a program “displayDigits” that ask the userfor a four digit integer value and displays it as a sequence ofdigits, separating each pair of digits by a space. Forexample, the …
Write a program “hw4.c” that reads integer (less than or equal 100) from the key
Write a program “hw4.c” that reads integer (less than or equal 100) from the keyboard and, on the output, writes the sum of the divisors of n (other than itself). For integers les…
Write a program( in C, not C++) that finds the majority element in an array if i
Write a program( in C, not C++) 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. D…
Write a program(In C++) which multiplies two matrices. The matrices may be any s
Write a program(In C++) which multiplies two matrices. The matrices may be any size, contain integers, and will come as input from the user. Each matrix will be input with the col…
Write a program(In C++) which multiplies two matrices. The matrices may be any s
Write a program(In C++) which multiplies two matrices. The matrices may be any size, contain integers, and will come as input from the user. Each matrix will be input with the col…
Write a program(In java) that lets the user enter four quarterly sales figures f
Write a program(In java) that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a two-dimensional array. Once the fi…
Write a program(In java) that lets the user enter four quarterly sales figures f
Write a program(In java) that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a two-dimensional array. Once the fi…
Write a program(In java) that lets the user enter four quarterly sales figures f
Write a program(In java) that lets the user enter four quarterly sales figures for six divisions of a company. The figures should be stored in a two-dimensional array. Once the fi…
Write a program(JAVA) that computes weekly hours for each employee. Store the we
Write a program(JAVA) that computes weekly hours for each employee. Store the weekly hours for all employees in a two-dimensional array. Each row records an employee’s seven-day w…
Write a program(c++ programming) that creates a two-dimensional array, reads dat
Write a program(c++ programming) that creates a two-dimensional array, reads data from file 2Dnumbers.txt, assigns the values to the array items, and process them. The program sho…
Write a program(java) that reads words from a text file and displays all the non
Write a program(java) that reads words from a text file and displays all the nonduplicae word in ascending order. The Text file is passsed as a command line argument. parse the te…
Write a program(stats.cpp) that reads a set of floating-point data values, andco
Write a program(stats.cpp) that reads a set of floating-point data values, andcomputes the following statistics: a) Minimum value b) Maximum value c) Range i.e., the difference be…
Write a program, A5b.txt (using a text editor and DOSBox), to input the number o
Write a program, A5b.txt (using a text editor and DOSBox), to input the number of 8-hour days worked and the pay rate (dollars per hour) and calculate and display the dollar amoun…
Write a program, Lab2InputOutput.java, that reads a file containing text. The na
Write a program, Lab2InputOutput.java, that reads a file containing text. The name of the input file will be provided by a user of your program as a (the first) command line argum…
Write a program, String Search, that takes in two strings as program arguments p
Write a program, String Search, that takes in two strings as program arguments prints the number of occurrences of the first string in the second string, and prints the position o…
Write a program, Trajectory.java that animates a general ballistic trajectory i.
Write a program, Trajectory.java that animates a general ballistic trajectory i.e., the ball is thrown at an angle. Assume the value of angle = 0.785 radians (45 degrees), initial…
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and w
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and write() system calls (instead of read() or write() ) to copy a source file to the screen. Use fstat(…
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and w
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and write() system calls (instead of read() or write() ) to copy a source file to the screen. Use fstat(…
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and w
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and write() system calls (instead of read() or write() ) to copy a source file to the screen. Use fstat(…
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and w
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and write) system calls (instead of read) or write)) to copy a source file to the screen. Use fstat() to…
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and w
Write a program, analogous to the Unix/Linux cat command, that uses mmap() and write() system calls (instead of read() or write() ) to copy a source file to the screen. Use fstat(…
Write a program, blockhead.cpp, that uses a struct called block which has three
Write a program, blockhead.cpp, that uses a struct called block which has three fields: 1. An integer rows 2. An integer cols 3. An character letter A block will be declared and i…
Write a program, called ExceptionalDivide, that asks the user for two integer va
Write a program, called ExceptionalDivide, that asks the user for two integer values and displays the quotient of the first value divided by the second value. Make sure your progr…
Write a program, called sort_file , which takes a text file as input and produce
Write a program, called sort_file, which takes a text file as input and produces an output file which has all the original lines in alphabetical order. The program should do the f…
Write a program, called sort_file, which takes a text file as input and produces
Write a program, called sort_file, which takes a text file as input and produces an output file which has all the original lines in alphabetical order. The program should do the f…
Write a program, derivative.c, to approximate the derivatives of ex, cos(x) and
Write a program, derivative.c, to approximate the derivatives of ex, cos(x) and sin(x) at x = 0 using the limits dex dx x=0 = lim h0 eh 1 h dcos(x) dx x=0 = lim h0 cos(h) 1 h dsin…
Write a program, in C++, to convert the time from 24-hour notation to 12-hour no
Write a program, in C++, to convert the time from 24-hour notation to 12-hour notation and vice versa. Your program must be menu driven, giving the user the choice of converting t…
Write a program, including comments for each block of code, to create two arrays
Write a program, including comments for each block of code, to create two arrays namely asciiArray and decimalArray o 52 elements each. In the asciiArray, store letters of the Eng…
Write a program, named IncomeApp.java, which accepts non-negative a double type
Write a program, named IncomeApp.java, which accepts non-negative a double type of number as an income until a negative number is entered as the negative number ends the program, …
Write a program, named lab02_p1.cpp, that reads three integers from the keyboard
Write a program, named lab02_p1.cpp, that reads three integers from the keyboard and store the values into variables a, b, and c. Implement the instructions to compute the average…
Write a program, no user defined class required, that asks the user how many day
Write a program, no user defined class required, that asks the user how many days worth of data for high temperature for each day there are, verifying the user enters a positive i…
Write a program, signals.c that will utilize signal handlers to intercept keyboa
Write a program, signals.c that will utilize signal handlers to intercept keyboard interrupts to manage control of a child process. Your main program should fork and exec a new ch…
Write a program, that reads a file named quote.dat and encrypts that file, (usin
Write a program, that reads a file named quote.dat and encrypts that file, (using a basic encryption) and stores it in a file named encryp_quote.dat. Then your program must read e…
Write a program, that uses the following algorithm, as part of a function, to de
Write a program, that uses the following algorithm, as part of a function, to determine if a number n ? 2 is a power of 2, such as 2 1 = 2, 23 = 8 or 210 = 1024, but not 24 - 3 = …
Write a program, that uses the following algorithm, as part of a function, to de
Write a program, that uses the following algorithm, as part of a function, to determine if a number n?2 is a power of 2, such as 2^1=2, 2^3=8 or 2^10 =1024 but not 2^4- 3 = 13. To…
Write a program, that uses the following algorithm, as part of a function, to de
Write a program, that uses the following algorithm, as part of a function, to determine if a number n?2 is a power of 2, such as 2^1=2, 2^3=8 or 2^10 =1024 but not 2^4- 3 = 13. To…
Write a program, using either a for-loop or a while loop, and the document.write
Write a program, using either a for-loop or a while loop, and the document.write() method, that when a button is clicked on the first page, a function is called that writes a new …
Write a program, using nested loops, which outputs the numbers from 1 to 80 in 8
Write a program, using nested loops, which outputs the numbers from 1 to 80 in 8 columns and 10 rows. Your output should look something like this. (The sample programs should help…
Write a program, using your favorite computer (under some operating system, supp
Write a program, using your favorite computer (under some operating system, supporting Virtual Memory Management) and your favorite programming language, which demonstrates that t…
Write a program, which asks a user to enter a 3-digit apartment number of a 3-st
Write a program, which asks a user to enter a 3-digit apartment number of a 3-story building, and responds which floor the room is located based on the first number. For example. …
Write a program, which implements a linked list of Customers according to the fo
Write a program, which implements a linked list of Customers according to the following specifications: The program declares two structs (Customer and Node). The student structs c…
Write a program, which reads in a linked list of integers using pointers to stru
Write a program, which reads in a linked list of integers using pointers to structures instead of array indices. The integers must be read from an input file determined by prompti…
Write a program, which will act as a simple four-function calculator. That is it
Write a program, which will act as a simple four-function calculator. That is it will read a number, read an operator, read another number, then do the operation. The calculator w…
Write a program, which will act as a simple four-function calculator. That is it
Write a program, which will act as a simple four-function calculator. That is it will read a number, read an operator, read another number, then do the operation. The calculator w…
Write a program, which will act as a simple four-function calculator. That is it
Write a program, which will act as a simple four-function calculator. That is it will read a number, read an operator, read another number, then do the operation. The calculator w…
Write a program, which will act as a simple four-function calculator. That is it
Write a program, which will act as a simple four-function calculator. That is it will read a number, read an operator, read another number, then do the operation. The calculator w…
Write a program, which will ask the user how many names (one word, no spaces) th
Write a program, which will ask the user how many names (one word, no spaces) they wish to enter. The program will then read that many names, store them in a two dimensional array…
Write a program, which will ask the user how many names (one word, no spaces) th
Write a program, which will ask the user how many names (one word, no spaces) they wish to enter. The program will then read that many names, store them in a two dimensional array…