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 962 / 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 C language. In the written Hawaiian language, only 13 letters
Write a Program in C language. In the written Hawaiian language, only 13 letters are used: the five vowels (a,e,i,o, and u), and 8 consonants (h,k,l,m,n,p,w, and ` (this backwards…
Write a Program in C that finds the volume of an ellipsoid at certain depths (mu
Write a Program in C that finds the volume of an ellipsoid at certain depths (multiples of 10). Use integration methods such as the trapezoidal method rather than analytical metho…
Write a Program in C that includes the functions attached in the pictures( The t
Write a Program in C that includes the functions attached in the pictures( The topic of the homework is Dynamic Memory Allocation) . I have completed part B and D and need help wi…
Write a Program in C that reads two strings (1000 characters). The program shoul
Write a Program in C that reads two strings (1000 characters). The program should work in Linux and wrote in C not C++. It should give a count for the Contain Count. Contain case …
Write a Program in C that reads two strings. The program should work in Linux an
Write a Program in C that reads two strings. The program should work in Linux and wrote in C not C++. It should give a count for the data below. Position Count with case and no ca…
Write a Program in C++ Create a BankTransaction class. Create following static d
Write a Program in C++ Create a BankTransaction class. Create following static data members: Balance to show balance. New Balance to get New balance from the user. Adjustment in o…
Write a Program in C++ In which 1) Read the user file and Generate Corresponding
Write a Program in C++ In which 1) Read the user file and Generate Correspondingly ASCII value of each character in file. 2) Divide every character ASCII value by 10. Calculate Qu…
Write a Program in C++ In which 1) Read the user file and Generate Corresponding
Write a Program in C++ In which 1) Read the user file and Generate Correspondingly ASCII value of each character in file. 2) Divide every character ASCII value by 10. Calculate Qu…
Write a Program in C++ using vectors A word palindrome reads the same backwards
Write a Program in C++ using vectors A word palindrome reads the same backwards as forwards, if you take the unit to be a word. For example, BORES ARE PEOPLE THAT SAY THAT PEOPLE …
Write a Program in C. The program name is Hangman Assignment purpose: User defin
Write a Program in C. The program name is Hangman Assignment purpose: User defined functions, character arrays, c style string member functions Write an interactive program that w…
Write a Program in C. The program name is Hangman Assignment purpose: User defin
Write a Program in C. The program name is Hangman Assignment purpose: User defined functions, character arrays, c style string member functions Write an interactive program that w…
Write a Program that computes a patient\'s bill for hospital stay. The different
Write a Program that computes a patient's bill for hospital stay. The different components of the program are: *The PatientAccount class will keep a total of the patient's charges…
Write a Program that uses a two-dimensional array to store the highest and lowes
Write a Program that uses a two-dimensional array to store the highest and lowest temperatures for each month of the year. The program should output the average high, average low,…
Write a Program to Perform Signed Division of Two Bytes. write a code which will
Write a Program to Perform Signed Division of Two Bytes. write a code which will carry out signed division of byteA by byteB.Your code is required to use input variables byteA and…
Write a Program to determine a students GPA. The student should enter the grade
Write a Program to determine a students GPA. The student should enter the grade (A,BC,D, or F) and the number of of credit hours for a course, and then click on the record this co…
Write a Program to find the sum, average, minimum and maximum of all elements of
Write a Program to find the sum, average, minimum and maximum of all elements of each row of a matrix. The user first enters the number of rows and columns, then enters all of the…
Write a Program to implement the midpoint displacement, we will expand on it and
Write a Program to implement the midpoint displacement, we will expand on it and this program uses an algorithm to generate a surface and then modify the shaders to display the su…
Write a Program which will do the following. 1. Ask the User to Enter two whole
Write a Program which will do the following. 1. Ask the User to Enter two whole numbers. 2.Display the following (All as whole numbers) a. The original two numbers b. The sum of t…
Write a Prolog or Haskell program that recognizes if a string made of left and r
Write a Prolog or Haskell program that recognizes if a string made of left and right parentheses is "well balanced" (as shown in the following examples):
Write a Prolog program (zebra.pl) to solve the \"Zebra Puzzle\". The Zebra Puzzl
Write a Prolog program (zebra.pl) to solve the "Zebra Puzzle". The Zebra Puzzle is a logic puzzle said to be invented by Albert Einstein (but who knows), and Wikipedia says that o…
Write a Prolog program by creating a file that contains the following facts: fem
Write a Prolog program by creating a file that contains the following facts: female(pam). female(liz). female(ann). female(pat). male(tom). male(bob). male(jim). parent(pam,bob). …
Write a Prolog program by creating a file that contains the following facts: fem
Write a Prolog program by creating a file that contains the following facts: female(pam). female(liz). female(ann). female(pat). male(tom). male(bob). male(jim). parent(pam,bob). …
Write a Prolog program to evaluate prefix arithmetic expressions represented as
Write a Prolog program to evaluate prefix arithmetic expressions represented as lists. Example: [+, 2, 3] [-, 8, [/, 9, 1.5]] Tp call: expr([+, 6, 9], X)
Write a Prolog program to solve the problem described above. Define a predicate
Write a Prolog program to solve the problem described above. Define a predicate satisfactory_meal(+Meal) whose parameter is a list of lists of the form [Dish_number, Has_meat?, Ha…
Write a Prolog program with the following knowledge base: directTrain(union-stat
Write a Prolog program with the following knowledge base: directTrain(union-station, san-bernardino). directTrain(oxnard, union-station). directTrain(burbank, lancaster). directTr…
Write a Prolog program with the following knowledge base: directTrain(union-stat
Write a Prolog program with the following knowledge base: directTrain(union-station, san-bernardino). directTrain(oxnard, union-station). directTrain(burbank, lancaster). directTr…
Write a Pyhton program to copy one file to another. Prompt the user to enter the
Write a Pyhton program to copy one file to another. Prompt the user to enter the name of a source file and the name of a destination file. Then copy the source file to a file crea…
Write a Python (version 3.5.2) program that simulates how often certain hands ap
Write a Python (version 3.5.2) program that simulates how often certain hands appear in Yahtzee. In Yahtzee, you roll five dice and then use those dice to make certain combination…
Write a Python 2.7 function that takes a directory path, and prints the size, in
Write a Python 2.7 function that takes a directory path, and prints the size, in bytes, of all the files, ignoring sub-directories, reverse sorted by size, with the total in the f…
Write a Python 3.5 program using IDLE that plays a modified Yahtzee game. You wi
Write a Python 3.5 program using IDLE that plays a modified Yahtzee game. You will allow a single player to play with 5 dice. For those of you who know how to play the game, you w…
Write a Python Program: Defines two classes, Point() and Triangle(). An object f
Write a Python Program: Defines two classes, Point() and Triangle(). An object for the second class is created by passing named arguments, point_1, point_2 and point_3, to its con…
Write a Python Version 3 program that will ask you the loan amount and the inter
Write a Python Version 3 program that will ask you the loan amount and the interest rate. Then the program will tell you - The monthly payment, How many months it will take you to…
Write a Python class Temp that meets the following requirements: Attributes: _te
Write a Python class Temp that meets the following requirements: Attributes: _temp: the numerical value of the temperature the object represents; _unit: "C" if the object was crea…
Write a Python class to simulate an ecosystem containing two types of creatures,
Write a Python class to simulate an ecosystem containing two types of creatures, bears and fish. The ecosystem consists of a river, which is modeled as a relatively large list. Ea…
Write a Python class to simulate an ecosystem containing two types of creatures,
Write a Python class to simulate an ecosystem containing two types of creatures, bears and fish. Please!!!! Read the question carefully! There is no comparision about strength and…
Write a Python code from this Java codes its 4 different class /////------------
Write a Python code from this Java codes its 4 different class /////----------------------------------------------------------------------- import java.io.*; import java.net.Socke…
Write a Python function ArithmeticCalculator that performs the evaluation of an
Write a Python function ArithmeticCalculator that performs the evaluation of an arithmetic expression and outputs the result on screen. Requirements: Your implementation must use …
Write a Python function MultiplicationTable() which takes a positive int value n
Write a Python function MultiplicationTable() which takes a positive int value n and produce n by n multiplication table on the screen. The function does not return any value. (Se…
Write a Python function MultiplicationTable() which takes a positive int value n
Write a Python function MultiplicationTable() which takes a positive int value n and produce n by n multiplication table on the screen. The function does not return any value. Sta…
Write a Python function Pyramid() which takes a positive int value as the formal
Write a Python function Pyramid() which takes a positive int value as the formal parameter and returns no value. The value determines the number of rows of the pyramid. A pyramid …
Write a Python function Pyramid() which takes a positive int value as the formal
Write a Python function Pyramid() which takes a positive int value as the formal parameter and returns no value. The value determines the number of rows of the pyramid. A pyramid …
Write a Python function called Copy List(myList) that takes as input a list. The
Write a Python function called Copy List(myList) that takes as input a list. The function should make a copy of the provided list and return the copy making sure to leave the orig…
Write a Python function called code_char(c, key) that takes a letter and a digit
Write a Python function called code_char(c, key) that takes a letter and a digit as input, and returns the letter shifted key positions to the right in the alphabet. The function …
Write a Python function called compute_hlav() for analyzing a file containing st
Write a Python function called compute_hlav() for analyzing a file containing stock-price or index-price data. The function will accept three parameters: the name of the file, a s…
Write a Python function called hasVowels() that takes in a string parameter myst
Write a Python function called hasVowels() that takes in a string parameter mystring. It should then go through mystring and return True if mystring has at least one vowel, and re…
Write a Python function called integrateSpectrum . The first few lines of its de
Write a Python function called integrateSpectrum . The first few lines of its definition are outlined here. It’s up to you to fill in the rest of the function with code: def integ…
Write a Python function called leap(yr) that determines whether or not a particu
Write a Python function called leap(yr) that determines whether or not a particular year is a leap year. If the variable ‘yr’ is a leap year, the function will return True otherwi…
Write a Python function called replace that takes two arguments, a dictionary D
Write a Python function called replace that takes two arguments, a dictionary D and a tuple T. The function replace must return a tuple like T, but in which each element that is a…
Write a Python function called sieve of E sum that takes an integer argument N a
Write a Python function called sieve of E sum that takes an integer argument N and uses the Sieve of Eratosthenes to return a tuple of both the number of primes less than or equal…
Write a Python function called sieve of E_sum that takes an integer argument N a
Write a Python function called sieve of E_sum that takes an integer argument N and uses the Sieve of Eratosthenes to return a tuple of both the number of primes less than or equal…