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 1026 / 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 list comprehension (one line of Python code) to create the following lis
Write a list comprehension (one line of Python code) to create the following lists: a) List of even numbers from 1-100. b) A list of the cubed values of all odd numbers from 1-25.…
Write a literature review on a topic of your choice Step 2: Identify the literat
Write a literature review on a topic of your choice Step 2: Identify the literature you will review. You can use online databases (ScienceDirect, ACM, IEEE explore) to search for …
Write a little man computer that accepts three values as input and outputs them
Write a little man computer that accepts three values as input and outputs them in order of size, largest to smallest. Here is code that I have that accepts three values and outpu…
Write a login page using HTML and PHP that will take a username and password and
Write a login page using HTML and PHP that will take a username and password and see if they exist in an Oracle sql plus database. If the password and username do match, you shoul…
Write a loop that fills a vector V with ten different random numbers between 1 a
Write a loop that fills a vector V with ten different random numbers between 1 and 100. I am having issues with the random numbers my code is: #include <iostream> #include &…
Write a loop that iterates through a doubleword array and calculates the sum of
Write a loop that iterates through a doubleword array and calculates the sum of its elements using a scale factor with indexed addressing. Writeasequenceoftwoinstructionsthatsetbo…
Write a loop that prints a \'division grid\' showing what numbers (from 1-25) ac
Write a loop that prints a 'division grid' showing what numbers (from 1-25) across the top are divisible by the number on the left (also from 1-25). If the number on the top axis …
Write a loop that prints your name 75 times, Each instance should be followed by
Write a loop that prints your name 75 times, Each instance should be followed by a newline. At the end, print the phrase “The loop is complete” name = “Kevin” Write a print statem…
Write a loop that reads c-strings from standard input where the c-string is eith
Write a loop that reads c-strings from standard input where the c-string is either "land", "air", or "water". The loop terminates when "xxxxx" (five x characters ) is read in. Oth…
Write a loop that reads in a collection of words and builds a sentence out of al
Write a loop that reads in a collection of words and builds a sentence out of all the words by appending each new word to the string being formed. For example, if the three words …
Write a loop that reads positive integers from standard input and that terminate
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. After the loop terminates , it prints out, on a li…
Write a loop that reads positive integers from standard input and that terminate
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. After the loop terminates, it prints out, separate…
Write a loop that reads positive integers from standard input and that terminate
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. After the loop terminates, it prints out, on a lin…
Write a loop that reads positive integers from standard input and that terminate
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. After the loop terminates, it prints out the sum o…
Write a loop that reads positive integers from standard input and that terminate
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. After the loop terminates , it prints out the sum …
Write a loop that reads strings from standard input where the string is either \
Write a loop that reads strings from standard input where the string is either "land", "air", or "water". The loop terminates when "xxxxx" (five x characters) is read in. Other st…
Write a loop that reads strings from standard input where the string is either \
Write a loop that reads strings from standard input where the string is either "land", "air", or "water". The loop terminates when "xxxxx" (five x characters) is read in. Other st…
Write a loop that reads strings from standard input where the string is either \
Write a loop that reads strings from standard input where the string is either "land", "air", or "water". The loop terminates when "xxxxx" (five x characters) is read in. Other st…
Write a loop that reads strings from standard input where the string is either \
Write a loop that reads strings from standard input where the string is either "land", "air", or "water". The loop terminates when "xxxxx" (five x characters) is read in. Other st…
Write a loop that reads strings from standard input where the string is either \
Write a loop that reads strings from standard input where the string is either "land", "air", or "water". The loop terminates when "xxxxx" (five x characters) is read in. Other st…
Write a loop that sets newScores to oldScores shifted once left, with element 0
Write a loop that sets newScores to oldScores shifted once left, with element 0 copied to the end. Ex: If oldScores = {10, 20, 30, 40}, then newScores = {20, 30, 40, 10}. FOR JAVA…
Write a loop that sets newScores to oldScores shifted once left, with element 0
Write a loop that sets newScores to oldScores shifted once left, with element 0 copied to the end. Ex: If oldScores = {10, 20, 30, 40}, then newScores = {20, 30, 40, 10}. Note: Th…
Write a loop that subtracts 1 from each element in lowerScores. If the element w
Write a loop that subtracts 1 from each element in lowerScores. If the element was already 0 or negative, assign 0 to the element. Ex: lowerScores = {5, 0, 2, -3} becomes {4, 0, 1…
Write a loop that subtracts 1 from each element in lowerScores. If the element w
Write a loop that subtracts 1 from each element in lowerScores. If the element was already 0 or negative, assign 0 to the element. Ex: lowerScores = {5, 0, 2, -3} becomes {4, 0, 1…
Write a loop that uses methods of the string class to solve the following proble
Write a loop that uses methods of the string class to solve the following problem. Don't use [l or the at method in your code. 2. Problem: Replace all spaces in a string with char…
Write a loop to keep interacting with the user until they ask to get out (-1) In
Write a loop to keep interacting with the user until they ask to get out (-1) In that loop: 1. Display the current vertex 2. display the possible neighbors from the current vertex…
Write a loop using a sentinel value. The sentinel value will be \"999\" and when
Write a loop using a sentinel value. The sentinel value will be "999" and when this number is entered, the loop will end. The user will enter a number. You will examine the number…
Write a loop using a sentinel value. The sentinel value will be \"999\" and when
Write a loop using a sentinel value. The sentinel value will be "999" and when this number is entered, the loop will end. The user will enter a number. You will examine the number…
Write a loop using a sentinel value. The sentinel value will be \"999\" and when
Write a loop using a sentinel value. The sentinel value will be "999" and when this number is entered, the loop will end. The user will enter a number. You will examine the number…
Write a loop using a sentinel value. The sentinel value will be \"999\" and when
Write a loop using a sentinel value. The sentinel value will be "999" and when this number is entered, the loop will end. The user will enter a number. You will examine the number…
Write a lottery class that simulates a lottery. The class should have an array o
Write a lottery class that simulates a lottery. The class should have an array of five integers named lotteryNumbers. The constructor should use the Random class (from the Java AP…
Write a lottery class that simulates a lottery. The class should have an array o
Write a lottery class that simulates a lottery. The class should have an array of five integers named lotteryNumbers. The constructor should use the Random class (from the Java AP…
Write a low-level algorithm in the form of a pseudocode that one can use to impl
Write a low-level algorithm in the form of a pseudocode that one can use to implement. Now change the pseudocode to implement modular fast exponentiation. The least common multipl…
Write a mATLnB vser-dehined funchion that selves for a ret or a nonlinear equate
Write a mATLnB vser-dehined funchion that selves for a ret or a nonlinear equaten f(x)- using He bisection methot Nam the finetm s Biseetion Rat ( FPan, a b The ar aryument iethes…
Write a machine-language program to input two one-digit numbers, add them, and o
Write a machine-language program to input two one-digit numbers, add them, and output the one-digit sum (use the listing in the first problem). Write it in a format suitable for t…
Write a machine-language program to input two one-digit numbers, add them, and o
Write a machine-language program to input two one-digit numbers, add them, and output the one-digit sum. Write it in a format suitable for the loader and execute it on the Pep/8 s…
Write a macro for a JSON string So - in the example above, I have a column of da
Write a macro for a JSON string So - in the example above, I have a column of data that contains a JSON string that has been exported from another program. I will have multiple co…
Write a macro in VBA excel that converts an azimuth in degrees to a bearing in d
Write a macro in VBA excel that converts an azimuth in degrees to a bearing in degrees minutes and seconds. Use message boxes to input and output data. The input message box must …
Write a macro that asks for the number of gadgets needed using an input box and
Write a macro that asks for the number of gadgets needed using an input box and assign the value to a string variable. Then have the macro ask through an input box for the amount …
Write a macro that processes the following sales data (your final code should wo
Write a macro that processes the following sales data (your final code should work with data that have any number of products, different number of price breaks, different quantiti…
Write a macro that processes the following sales data (your final code should wo
Write a macro that processes the following sales data (your final code should work with data that have any number of products, different number of price breaks, different quantiti…
Write a macro that will ask for the number of gadgets needed and assign the valu
Write a macro that will ask for the number of gadgets needed and assign the value to an integer variable. Then have the macro ask for the amount of raw material needed to make one…
Write a macro that will ask for the number of gadgets needed and assign the valu
Write a macro that will ask for the number of gadgets needed and assign the value to an integer variable. Then have the macro ask for the amount of raw material needed to make one…
Write a main function and the following functions to compute the stress and stra
Write a main function and the following functions to compute the stress and strain in a steel rod of diameter D (inches) and length L (inches) subject to the compression loads P o…
Write a main function and the following functions to compute the stress and stra
Write a main function and the following functions to compute the stress and strain in a steel rod of diameter D(inches) and length L (inches) subject to the compression loads P of…
Write a main function and the following functions to compute the stress and stra
Write a main function and the following functions to compute the stress and strain in a steel rod of diameter D (inches) and length L (inches) subject to the compression loads P o…
Write a main function and the following functions to compute the stress and stra
Write a main function and the following functions to compute the stress and strain in a steel rod of diameter D (inches) and length L (inches) subject to the compression loads P o…
Write a main function and the function it calls with three array arguments (Name
Write a main function and the function it calls with three array arguments (Name, Wage, and Hours) and returns count. The function that is called will ask a user to input the valu…
Write a main function in CPP that performs the following function: repeatedly re
Write a main function in CPP that performs the following function: repeatedly reads a Date with cin >>, increments the Date with your ++, and prints "Tomorrow is" and the ne…
Write a main function that declares an array of 100 doubles. In a for loop, assi
Write a main function that declares an array of 100 doubles. In a for loop, assign each of the doubles a random number between 0.50 and 50.00 using array[i] = (double) (rand() % 1…