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 1152 / 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 script that will assist the user with metric conversions. Your program s
Write a script that will assist the user with metric conversions. Your program should allow the user to specify the names of the units as strings (e.g., centimeters, liters, and g…
Write a script that will calculate a person’s weight on each planet of the solar
Write a script that will calculate a person’s weight on each planet of the solar system, the sun, and the moon. You should create an html form with text boxes for each planet (als…
Write a script that will calculate the product of the odd integers from 1 to n (
Write a script that will calculate the product of the odd integers from 1 to n (or from 1 to n-1 if n is even, where n is some integer> 3) and store the result in the variable …
Write a script that will do the following The conditional number of B = [1 2 1.0
Write a script that will do the following The conditional number of B = [1 2 1.00001 1.99999] and inv(B) Conditional number of A = [1 1 1 1 2 -1 1 -1 -2] and inv(A) Solve for the …
Write a script that will do the following. Create two vectors with 20 random int
Write a script that will do the following. Create two vectors with 20 random integers in each; in one the integers should range from 1 to 5, and in the other from 1 to 500. For ea…
Write a script that will do the following: 1. drop/delete all of the tables/view
Write a script that will do the following: 1. drop/delete all of the tables/views you will be creating below 2. create a table owner with an owner id, a first name, and a last nam…
Write a script that will play a single game of what I call \"dumb Yahtzee\". In
Write a script that will play a single game of what I call "dumb Yahtzee". In this game, you will roll 5 dice on each turn. You will start with zero points. For your first turn, y…
Write a script that will read from a file x and y data points in the following f
Write a script that will read from a file x and y data points in the following format: The format of every line in the file is the letter 'x,' a space, the x value, space, the let…
Write a script that will read the ages vector. dat file created in the previous
Write a script that will read the ages vector. dat file created in the previous problem. - the script will print the number of persons in the group - the script will compute and p…
Write a script that will read x and y data points from a file, and will create a
Write a script that will read x and y data points from a file, and will create an area plot with those points. The format of every line in the file is the letter ‘x’, a space, the…
Write a script that will read z and y data points from a file in the following f
Write a script that will read z and y data points from a file in the following format: w 0 y 1 w 4.6 y 2.2 w 6.8 y 6 w 8.1 y 7.4 The format of every line in the file is the letter…
Write a script to apply the right form of cryptoanalysis able to disclose the pl
Write a script to apply the right form of cryptoanalysis able to disclose the plaintext of the text below. Hint: it's the lyrics of a song. FCGUNKBHEJGCLKFCGUNKBHEJGCLKFCGUNKBHEJG…
Write a script to backup a list of files in C shell Create a file and type in th
Write a script to backup a list of files in C shell Create a file and type in the list of files (in your directory) that you want to backup. Create a directory in which you will s…
Write a script to calculate and plot the polynomials, and then perform simple ar
Write a script to calculate and plot the polynomials, and then perform simple arithmetic on them. Use the following polynomials, and x between -1.5 and 1.5. Programming note: You'…
Write a script to calculate the average score andassign a letter grade for each
Write a script to calculate the average score andassign a letter grade for each student, also compute the averagescore for every test (the source data is in the file“grades”). Out…
Write a script to calculate the volume of a pyramid, V = 1/3 * base * height, wh
Write a script to calculate the volume of a pyramid, V = 1/3 * base * height, where base = length * width. Prompt the user to enter values for the length, width and height of the …
Write a script to create a matrix of temperature in degree C degree K for every
Write a script to create a matrix of temperature in degree C degree K for every multiple of 15 from 0-100 degree C. Combine the four results into one matrix and dis T_c = 5/9 (T_f…
Write a script to determin and display the equivalant pressure in the atmosphere
Write a script to determin and display the equivalant pressure in the atmospheres and psi for an inputted value of bars. Prompt the user for the pressure in bars and display the p…
Write a script to do the following. (Do this one part at a time, testing the par
Write a script to do the following. (Do this one part at a time, testing the partial results by inspecting the tables in SQLDeveloper, and not going on the next part until you hav…
Write a script to manipulate the array A = [2 1 4 3 6 5 8 7 10 9 12 11 14 13 16
Write a script to manipulate the array A = [2 1 4 3 6 5 8 7 10 9 12 11 14 13 16 15 18 17 20 19] to be in descending order without using the sort function. You must do everything u…
Write a script to plot the displacement of a cantilevered beam under a uniformly
Write a script to plot the displacement of a cantilevered beam under a uniformly distributed load. The program should also display (at the command window, including units) the val…
Write a script to simulate the rolling of two dice. The script should use Math.r
Write a script to simulate the rolling of two dice. The script should use Math.random to roll the first die and again to roll the second die. The two die make an ordered pair with…
Write a script to solve the following problem: Ask the user for the rate of pay
Write a script to solve the following problem: Ask the user for the rate of pay and the number of hours worked. These values are to be passed to a function that will calculate and…
Write a script to use a polynomial to create data and then practice fitting. Cre
Write a script to use a polynomial to create data and then practice fitting. Create a polynomial of at least degree 3. Plot it and pick a range of x values so that the plot change…
Write a script using MATLAB that prompts the user for a number and then finds al
Write a script using MATLAB that prompts the user for a number and then finds all of the primes up to that number by using the sieve of Eratosthenes. The sieve of Eratosthenes is …
Write a script using loops to produce the following output. Ask the user for a m
Write a script using loops to produce the following output. Ask the user for a maximum number of iterations (n). The script should iterate from 1 to n to produce the expressions o…
Write a script using matlab that rolls a pair of weighted dice twenty times and
Write a script using matlab that rolls a pair of weighted dice twenty times and prints the sum each time. The 20 numbers should be the only output (so make sure to use semicolons …
Write a script which produces a table which approximates half-life decay. P(t) =
Write a script which produces a table which approximates half-life decay. P(t) = P_0(1/2)^t/t_1/2 Your program should take two inputs: (a) the initial population (P_0) (b) the hal…
Write a script/file in C++ to fulfill requirements. In this homework, we will co
Write a script/file in C++ to fulfill requirements. In this homework, we will combine everything we've learned so far with a focus on vector, struct and string. Overview For this …
Write a script/file/function/header file in C++ to fulfill requirements. In this
Write a script/file/function/header file in C++ to fulfill requirements. In this homework, we will combine everything we've learned so far with a focus on vector, struct and strin…
Write a script/function that converts a Roman numeral to its decimal equivalent.
Write a script/function that converts a Roman numeral to its decimal equivalent. There are two distinct situations that you might design your program for: a. The "old" style where…
Write a script/function that converts a Roman numeral to its decimal equivalent.
Write a script/function that converts a Roman numeral to its decimal equivalent. There are two distinct situations that you might design your program for: A. The "old" style where…
Write a scriptthat uses a two-dimensional array A and doubles the size of thearr
              Write a scriptthat uses a two-dimensional array A and doubles the size of thearray by replicating each item horizontally, vertically, anddiagonally. You should not u…
Write a search method that takes an item of type T to be searched in the list. I
Write a search method that takes an item of type T to be searched in the list. If item is in the list then the method should return the position where it was found (based zero ind…
Write a second ConvertToInches() with two double parameters, numFeet and numInch
Write a second ConvertToInches() with two double parameters, numFeet and numInches, that returns the total number of inches. Ex: ConvertToInches(4.0, 6.0) returns 54.0 (from 4.0 *…
Write a second Person class that will have a instance variable of type Name inst
Write a second Person class that will have a instance variable of type Name instead of a String. You will use the Name class that was written in project 1. The methods of the Name…
Write a second Person class that will have a instance variable of type Name inst
Write a second Person class that will have a instance variable of type Name instead of a String. You will use the Name class that was written in project 1. The methods of the Name…
Write a second Person class that will have an instance variable of type Name ins
Write a second Person class that will have an instance variable of type Name instead of a String as in project 2. You will use the Name class that was written in project 1. The me…
Write a second constructor as indicated. Sample output: #include usin
Write a second constructor as indicated. Sample output: #include <iostream> using namespace std; class PhonePlan{ public: PhonePlan(); PhonePlan(int numMinutes, int numMessa…
Write a second convertToInches() with two double parameters, numFeet and numInch
Write a second convertToInches() with two double parameters, numFeet and numInches, that returns the total number of inches. Ex: convertToInches(4.0, 6.0) returns 54.0 (from 4.0 *…
Write a second convertTolnches0 with two double parameters, numFeet and numinche
Write a second convertTolnches0 with two double parameters, numFeet and numinches, that returns the total number of inches. Ex: convertTolnches(4.0, 6.0) returns 54.0 (from 4.0 12…
Write a second game program that prints a chart to the screen showing the random
Write a second game program that prints a chart to the screen showing the randomness of a die. The game should first prompt the client for a number of die throws that he would lik…
Write a section of code that could appear in a main function to do the following
Write a section of code that could appear in a main function to do the following. A:Ask The user how many times he wants to toss a coin. B :Write code to "Toss the coin" the reque…
Write a sed script that works as below. It takes the name of a data file via inp
Write a sed script that works as below. It takes the name of a data file via input redirection. The file used for redirection is the output of the command ls –l | tail –n +2 >l…
Write a sed script that works as below. It takes the name of a data file via inp
Write a sed script that works as below. It takes the name of a data file via input redirection. The file used for redirection is the output of the command ls –l | tail –n +2 >l…
Write a sed script that works as below. a) It takes the name of a data file via
Write a sed script that works as below. a) It takes the name of a data file via input redirection. The file used for redirection is the output of the command ls -1 | tail -n +2 &g…
Write a seed command which will delete all blank lines in the file in. data and
Write a seed command which will delete all blank lines in the file in. data and write the results into the file out. data. the command should be entirely on the command line. Writ…
Write a seed command which will print all non-blank comment lines that are in th
Write a seed command which will print all non-blank comment lines that are in the file in. ask and pipe the output into the program we. the command should be entirely 011 the comm…
Write a seed command which will take a data file. data. in containing only numbe
Write a seed command which will take a data file. data. in containing only numbers and strip off the first number of each line, writing the result to the file data. out. There may…
Write a segment of C++ code that, given a string inStr, will create a new string
Write a segment of C++ code that, given a string inStr, will create a new string outStr such that outStr is the reverse of intStr. Use a loop. For example, if the given inStr is “…