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 1189 / 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 code for a method that uses a loop to compute the sum of all the integers
Write code for a method that uses a loop to compute the sum of all the integers from 1 to N. Perform an algorithm analysis, counting each basic operation (such as assignment and i…
Write code for a program in c++ preferably in visual studio 2008 or 2015 that ta
Write code for a program in c++ preferably in visual studio 2008 or 2015 that takes an input of any number up to 2 billion and converts the number into its equivalent string word.…
Write code for a program in c++ preferably in visual studio 2008 or 2015 that ta
Write code for a program in c++ preferably in visual studio 2008 or 2015 that takes an input of any number up to 2 billion and converts the number into its equivalent string word.…
Write code for a program in c++ preferably in visual studio 2008 or 2015 that ta
Write code for a program in c++ preferably in visual studio 2008 or 2015 that takes an input of any number up to 2 billion and converts the number into its equivalent string word.…
Write code for a program that can be used at a Airport. 1) In the main.cpp there
Write code for a program that can be used at a Airport. 1) In the main.cpp there should be code for object array declaration and menu 2) Flight.h is a header file that contains cl…
Write code for an applet that uses recursion to draw squares- one square on the
Write code for an applet that uses recursion to draw squares- one square on the corner of each square. Include instance data that defines: In the example, they use an initial side…
Write code for an assembly language function named rot_left_right which does a r
Write code for an assembly language function named rot_left_right which does a rotating left or right shift of a given integer (provided in R5) by an amount given in R10, bits 4:0…
Write code for an efficient algorithm that will print out all the values less th
Write code for an efficient algorithm that will print out all the values less than a provided value in a binary min heap. The provided value may not be in the heap. Your solution …
Write code for an theta(n) worst-case algorithm that verifies that a tree is act
Write code for an theta(n) worst-case algorithm that verifies that a tree is actually an AVL tree. You may assume the nodes of the tree look like: class AVLNode { int key: V value…
Write code for the PIC16F1829 Problem solving using shift and byte-test-skip ins
Write code for the PIC16F1829 Problem solving using shift and byte-test-skip instructions: The following C code counts the number of "1" bits in j and returns the answer in k. The…
Write code for the application that allows users to calculate the expected cost
Write code for the application that allows users to calculate the expected cost of a trip as follows: User can enter anticipated miles User can enter anticipated cost of gas per g…
Write code for the function printRowSums . It should print the sum of each row o
Write code for the function printRowSums. It should print the sum of each row of the matrix (put a single space after each sum). For the matrix shown here: the code is c++ You sho…
Write code in C please, read question carefully! For question 1) here is the mak
Write code in C please, read question carefully! For question 1) here is the makefile temple: SRC = Test.c OBJ = $(SRC:.c=.o) EXE = $(SRC:.c=.e) CFLAGS = -g LIBS = MyLib.o all : $…
Write code in C please. Part 2: A safe calculator (100 points) In this project,
Write code in C please. Part 2: A safe calculator (100 points) In this project, you will write a safe signed integer calculator. As with Part 1, some of the code is completed for …
Write code in C to determine gold medal winner displaying full name and average
Write code in C to determine gold medal winner displaying full name and average score of winner using the following information. Instructions: Assume that each judge's score is an…
Write code in C++ Add the following prototype functions to source code and make
Write code in C++ Add the following prototype functions to source code and make it work/run in Visual Studio : addFraction() , subFraction() , divFraction(). I already have multip…
Write code in C++ Calculate the value of pi from the infinite series pi = 4 - 4/
Write code in C++ Calculate the value of pi from the infinite series pi = 4 - 4/3 + 4/5 = 4/7 + 4/9 - 4/11 + ... Print a table that shows the approximate value of pi after each of…
Write code in C++ I\'m a beginner, so the less complicated the better please, bu
Write code in C++ I'm a beginner, so the less complicated the better please, but it needs to follow the requirements as closely as possible. The Math Game Program Requirements 1. …
Write code in C++ Objective: In this assignment, you need to mainly demonstrate
Write code in C++ Objective: In this assignment, you need to mainly demonstrate your ability in using pointers with basic data types. Description Assume that you manage online sho…
Write code in C++ The factorial function is used frequently in probability probl
Write code in C++ The factorial function is used frequently in probability problems. Write a program that uses a for statement the evaluate the factorials from 1 to 7. Print the r…
Write code in C++ Using the source code below, declare an array called arrCar of
Write code in C++ Using the source code below, declare an array called arrCar of type Car and dimension SIZE where Size is a constant with a value of 3. Modify your main function …
Write code in C++ showing the results please Write a program that will convert m
Write code in C++ showing the results please Write a program that will convert miles to kilometers and kilometers to miles. The user will indicate both a number (representing a di…
Write code in C++. Write a spell checker class that stores a set of words, W, in
Write code in C++. Write a spell checker class that stores a set of words, W, in a hash table and implements a function, spellCheck(s), which performs a Spell Check on the string …
Write code in JAVA Huffman Coding Objective: Implement the Huffman Coding algori
Write code in JAVA Huffman Coding Objective: Implement the Huffman Coding algorithm, analyze a text file, and print out the codes for each letter. Huffman coding is used as a way …
Write code in Java Objective: Write a program that manages a Movie database. Req
Write code in Java Objective: Write a program that manages a Movie database. Requirements: Each movie needs to have the follow attributes Name Year Rating (1 to 5 stars) Director …
Write code in Java programming language. The ShoppingCart class will be composed
Write code in Java programming language. The ShoppingCart class will be composed with an array of Item objects. You do not need to implement the Item class for this question, only…
Write code in Java to simulate rolling a six-sided die. A six-sided die has the
Write code in Java to simulate rolling a six-sided die. A six-sided die has the values 1-6 on its faces. The program first asks user for the number of rolls and then rolls the die…
Write code in Java: A 2-3-4 tree can be used as a sorting machine. Write a sort(
Write code in Java: A 2-3-4 tree can be used as a sorting machine. Write a sort() method that has passed an array of key values from main() and writes them back to the array in so…
Write code in MATLAB Use any portrait head photo. Use photo manipulation to get
Write code in MATLAB Use any portrait head photo. Use photo manipulation to get gray scale image: you may use any matrix size, such as 512 times 512: you may use integer to repres…
Write code in MatLAB. Thanks Updated The following code was written to solve the
Write code in MatLAB. Thanks Updated The following code was written to solve the problem of: Create a script file that asks a user for inputs of three sides to a triangle, and the…
Write code in PERL!!!! Create a variable and assign it the number between 1 and
Write code in PERL!!!! Create a variable and assign it the number between 1 and 15 you want the user to guess Print a message on the screen "Guess the number game!" Prompt the use…
Write code in Python for the function RipsGraph(P,d) as follows. - Inputs: - P :
Write code in Python for the function RipsGraph(P,d) as follows. - Inputs: - P : a set of points P belonging to R2 given as a k x 2 numpy matrix - d : a diameter d >= 0 -Output…
Write code in c++ a. Some of the characteristics of a book are the title, author
Write code in c++ a. Some of the characteristics of a book are the title, author(s), publisher, ISBN, price, and year of publication. Design a class bookType that defines the book…
Write code in java but it should detect runs as described in the comment in the
Write code in java but it should detect runs as described in the comment in the question. Should be natural mergesort. https://www.chegg.com/homework-help/Data-Structures-and-Algo…
Write code in java matching assignment description: Mortgage.java class IO.java
Write code in java matching assignment description: Mortgage.java class IO.java class Assignment Description: This project is similar to Project 5 except you will develop an Objec…
Write code in java to simulate the following CPU scheduling algorithm Priority S
Write code in java to simulate the following CPU scheduling algorithm Priority Scheduling without Preemption (PR_noPREMP). Take arrival times into account. Whenever a new process …
Write code in java to simulate the following CPU scheduling algorithm Priority S
Write code in java to simulate the following CPU scheduling algorithm Priority Scheduling with Preemption (PR_withPREMP). Take arrival times into account, and implement preemption…
Write code in java. Create a class that will be used to hold measurement in feet
Write code in java. Create a class that will be used to hold measurement in feet, inches, yards, meters and centimeters. Use constant fields for the conversions. These constants c…
Write code in python Q3) WordFrequency.py (40 Points) Write a program that reads
Write code in python Q3) WordFrequency.py (40 Points) Write a program that reads the contents of a text file. The program should create a dictionary in which the keys are the indi…
Write code in the file Movie.java to implement a class called Movie with the fol
Write code in the file Movie.java to implement a class called Movie with the following fields (use the exact names): name: a string for the name of the movie; year: an integer for…
Write code in.CSS file according to instruction and comment have given in templa
Write code in.CSS file according to instruction and comment have given in template: Part 1 - LAYOUT In this part, you will specify the body dimensions and layout for all the main …
Write code solutions to the 2 problems below. You can submit (2) py program file
Write code solutions to the 2 problems below. You can submit (2) py program files or submit your code in the online text box. Note: Be sure what you submit in the online text box …
Write code that allows a user to make a grocery list. The program will also allo
Write code that allows a user to make a grocery list. The program will also allow the user to export the grocery lists to a comma delimited file that can be read by a spreadsheet …
Write code that counts how deeply nested a formula is. Here are the rules for wh
Write code that counts how deeply nested a formula is. Here are the rules for what "depth of nesting" means: (1) A variable is a formula of depth 0. (2) If f is a formula of depth…
Write code that creates an array of Dates with the name of \"dateArr\". Use the
Write code that creates an array of Dates with the name of "dateArr". Use the Date.java class found in chapter 5 of your textbook. An electronic version can be found on my web sit…
Write code that creates an array of Dates with the name of \"dateArr\". Use the
Write code that creates an array of Dates with the name of "dateArr". Use the Date.java class found in chapter 5 of your textbook. An electronic version can be found on my web sit…
Write code that draws a Triangle, a Pentagon, and a Hexagon based on what the us
Write code that draws a Triangle, a Pentagon, and a Hexagon based on what the user has selected in the list. Further, you should implement a Timer (note – this is covered in this …
Write code that dynamically allocates an array of n integers (number of integers
Write code that dynamically allocates an array of n integers (number of integers is provided by the user). The following if statement determines whether choice is equal to 'Y' or …
Write code that finds a maximum flow in a directed graph, using the Ford-Fulkers
Write code that finds a maximum flow in a directed graph, using the Ford-Fulkerson algorithm on capacities given as matrix void maximum flow(int n, int s, int t, int *capacity, in…
Write code that finds a maximum flow in a directed graph, using the Ford-Fulkers
Write code that finds a maximum flow in a directed graph, using the Ford-Fulkerson algorithm on capacities given as matrix void maximum flow(int n, int s, int t, int *capacity, in…