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 1133 / 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 using C++ Would be nice if it could be done ASAP. Thanks! This i
Write a program using C++ Would be nice if it could be done ASAP. Thanks! This is what it should like when it works (Sample Run): Consider the following specification for a Date c…
Write a program using C++ for the instructions below. The smallest last ordering
Write a program using C++ for the instructions below. The smallest last ordering: choose a vertex with the lowest degree and put it in front of the sequence fterwards, temporarily…
Write a program using C++ in Microsoft Visual Studio 2010 that will allow the us
Write a program using C++ in Microsoft Visual Studio 2010 that will allow the user to enter a character then display a triangle using the character that was entered by the user. F…
Write a program using C++ that accomplishes each of the following requirements:
Write a program using C++ that accomplishes each of the following requirements: 1. Create a class Point that contains the private integer data members xCoordinate and yCoordinate …
Write a program using C++ that maintains inventory records. Assume you can have
Write a program using C++ that maintains inventory records. Assume you can have up to 100 items. Use the pair data type to store the following information (product_name, product_q…
Write a program using C++ that tutors grade 1 to 4 students in Mathematics. Requ
Write a program using C++ that tutors grade 1 to 4 students in Mathematics. Requirements: • The program should provide arithmetic problems in grades 1 to 4. • The program must pro…
Write a program using C++ that will read in a file, recognize individual words i
Write a program using C++ that will read in a file, recognize individual words in the file, and count the number of times the word appears in the file. The comparison will be case…
Write a program using C++ to solve the following.: A program is needed to store
Write a program using C++ to solve the following.: A program is needed to store the periodic table that is always growing (use a std: vector). The following data needs to be store…
Write a program using C++: The smallest last ordering: choose a vertex with the
Write a program using C++: The smallest last ordering: choose a vertex with the lowest degree and put it in front of the sequence fterwards, temporarily remove the vertex from the…
Write a program using CASE \"SWITCH\" STATEMENTS for four enumerators. Initializ
Write a program using CASE "SWITCH" STATEMENTS for four enumerators. Initialize each as follows: 1. first, second, third, fourth, fifth, sixth, seventh, eighth, ninth 2. Sunday, M…
Write a program using CASE \"SWITCH\" STATEMENTS for four enumerators. Initializ
Write a program using CASE "SWITCH" STATEMENTS for four enumerators. Initialize each as follows: 1. first, second, third, fourth, fifth, sixth, seventh, eighth, ninth 2. Sunday, M…
Write a program using Common Lisp that encrypts (encode)and decrypts (decode) a
Write a program using Common Lisp that encrypts (encode)and decrypts (decode) a phrase using the Caesar cipher.First convert all characters to numbers, A = 0, B = 1, C = 2, ..., Z…
Write a program using Common Lisp that encrypts (encode)and decrypts (decode) a
Write a program using Common Lisp that encrypts (encode)and decrypts (decode) a phrase using the Caesar cipher.First convert all characters to numbers, A = 0, B = 1, C = 2, ..., Z…
Write a program using Common Lisp that encrypts (encode)and decrypts (decode) a
Write a program using Common Lisp that encrypts (encode)and decrypts (decode) a phrase using the Caesar cipher.First convert all characters to numbers, A = 0, B = 1, C = 2, ..., Z…
Write a program using Grid layout that draw a Sudoku board with buttons on the s
Write a program using Grid layout that draw a Sudoku board with buttons on the side. The board itself is a 9 x 9 square(Use arrays here), divided into 9 3x3 (so 9 sections, each h…
Write a program using Grid layout that draw a Sudoku board with buttons on the s
Write a program using Grid layout that draw a Sudoku board with buttons on the side. The board itself is a 9 x 9 square(Use arrays here), divided into 9 3x3 (so 9 sections, each h…
Write a program using Grid layout that draw a Sudoku board with buttons on the s
Write a program using Grid layout that draw a Sudoku board with buttons on the side. The board itself is a 9 x 9 square(Use arrays here), divided into 9 3x3 (so 9 sections, each h…
Write a program using Grid layout that draw a Sudoku board with buttons on the s
Write a program using Grid layout that draw a Sudoku board with buttons on the side. The board itself is a 9 x 9 square(Use arrays here), divided into 9 3x3 (so 9 sections, each h…
Write a program using Grid layout that draw a Sudoku board with buttons on the s
Write a program using Grid layout that draw a Sudoku board with buttons on the side. The board itself is a 9 x 9 square(Use arrays here), divided into 9 3x3 (so 9 sections, each h…
Write a program using JAVA and named GuessingGame Using a random numner generato
Write a program using JAVA and named GuessingGame Using a random numner generator, a while loop and a sentineal value. Guess a number between 1-20. Write a program that generates …
Write a program using JAVA that processes the file Grades.dat and produces a rep
Write a program using JAVA that processes the file Grades.dat and produces a report with the following headings: Grades for CIS1100 Last Name       First Name       ID       Avera…
Write a program using JOptionPane to read a list of exam scores given as integer
Write a program using JOptionPane to read a list of exam scores given as integer percentages in the range 0 to 100. Display the total number of grades and the number of grades in …
Write a program using Java Programming Language Object-oriented Programming Assi
Write a program using Java Programming Language Object-oriented Programming Assignment #7 Deadline: Tuesday, May 1 1. Program to be implemented You need to simulate a Vending Mach…
Write a program using Java in a single class called DoubleLetters that does the
Write a program using Java in a single class called DoubleLetters that does the following: The program should read in a single line of text from the keyboard. It should then print…
Write a program using Java or C# that counts the frequencies of each word in a t
Write a program using Java or C# that counts the frequencies of each word in a text, and output each word with its count and line numbers where it appears. We define a word as a c…
Write a program using Java that allows the user to convert a Celsius temperature
Write a program using Java that allows the user to convert a Celsius temperature to the Fahrenheit equivalent. Include a prompt for input and display the output when finished. The…
Write a program using JavaFX that calculates the future value of a portfolio at
Write a program using JavaFX that calculates the future value of a portfolio at retirement.   The calculation for future value is: Future Value = Present Value * (1+r)n Where: Pre…
Write a program using Joptionpane windows for input and output that allows the u
Write a program using Joptionpane windows for input and output that allows the user to convert a temperature given in degrees from either Celcius to Farenheit or Fahrenheit to Cel…
Write a program using K-Means and Expectation Maximization clustering for the gi
Write a program using K-Means and Expectation Maximization clustering for the given dataset. You have been assigned a dataset. How to use this dataset in R: Package Name: cluster.…
Write a program using K-Means and Expectation Maximization clustering for the gi
Write a program using K-Means and Expectation Maximization clustering for the given dataset in R language. The dataset has been assigned. How to use this dataset in R: Package Nam…
Write a program using LinkedList and ListIterator to obtain the following statem
Write a program using LinkedList and ListIterator to obtain the following statements: 1. Create a linked list named "number" with these elements: "one", "four" and "three". 2. Cre…
Write a program using MATLAB that performs a simulated experiment of N trials, w
Write a program using MATLAB that performs a simulated experiment of N trials, where each trial simulates flipping a sequence of n fair coins, identified as coin-1 through coin-n.…
Write a program using MATLAB that performs a simulated experiment of N trials, w
Write a program using MATLAB that performs a simulated experiment of N trials, where each trial simulates flipping a sequence of n fair coins, identified as coin-1 through coin-n.…
Write a program using MATLAB that performs a simulated experiment of N trials, w
Write a program using MATLAB that performs a simulated experiment of N trials, where each trial simulates flipping a sequence of n fair coins, identified as coin-1 through coin-n.…
Write a program using MIPS (MARS Simulator) assembly language to divide an unsig
Write a program using MIPS (MARS Simulator) assembly language to divide an unsigned integer x, by another unsigned integer y, and produce a quotient and a remainder. Use repeated …
Write a program using MIPS assembly language to multiply two 8-bit unsigned inte
Write a program using MIPS assembly language to multiply two 8-bit unsigned integers x and y. For each integer as well as for the product use a 32-bit unsigned integer representat…
Write a program using MVS C++ which uses the following file attached \"Original.
Write a program using MVS C++ which uses the following file attached "Original.txt". This file has 10 people: name, age, weight Once the information is on the arrays, you are to p…
Write a program using Matlab for Bug-0 (Robot): robot goes towards the goal. Whe
Write a program using Matlab for Bug-0 (Robot): robot goes towards the goal. When it has faced with an obstacle follow the obstacle until the way to the goal is revealed. The algo…
Write a program using Matlab for Bug-2 (Robot): Robot goes towards the goal unti
Write a program using Matlab for Bug-2 (Robot): Robot goes towards the goal until it hits an obstacle. The line from the start point to the goal point is called m-line. When an ob…
Write a program using Microsoft Visual Studios with three functions. The main fu
Write a program using Microsoft Visual Studios with three functions. The main function will just define and initialize the variables, prompt the user for data values and call the …
Write a program using Microsoft Visual Studios with two functions. The main func
Write a program using Microsoft Visual Studios with two functions. The main function will just define and initialize the variables and call the user functions. All the work will b…
Write a program using Processing that will do the following things: Have at mini
Write a program using Processing that will do the following things: Have at minimum 2 global variables Print to the terminal a message and the value of the variable in the same li…
Write a program using Processing that will do the following things: Have at mini
Write a program using Processing that will do the following things: Have at minimum 2 global variables Print to the terminal a message and the value of the variable in the same li…
Write a program using Python that completes the following task: You are given N
Write a program using Python that completes the following task: You are given N strings that may or may not be an Internet Protocol (IP) address. You need to detect if the text co…
Write a program using Python that prompts for an integer—let’s call it X—and the
Write a program using Python that prompts for an integer—let’s call it X—and then nds the sum of X consecutive integers starting at 1. That is, if X = 5, you will nd the sum of 1 …
Write a program using Python that prompts the user to enter a date (day, month,
Write a program using Python that prompts the user to enter a date (day, month, and year). Your program will print out the day of the week for that date. You do not need to valida…
Write a program using Python which gets a natural number n, and classifies the r
Write a program using Python which gets a natural number n, and classifies the range of numbers (natural numbers less that n), with respect to perfect, abundant or deficient. Use …
Write a program using a 2-D array to store a user name and password(both strings
Write a program using a 2-D array to store a user name and password(both strings) that will ask the user for his/her user name andthen test to see if they are a valid user, if the…
Write a program using a 2-D array to store a user name and password(both strings
Write a program using a 2-D array to store a user name and password(both strings) that will ask the user for his/her user name andthen test to see if they are a valid user, if the…
Write a program using a class that has array data members NAME, SALARY, YEAR_HIR
Write a program using a class that has array data members NAME, SALARY, YEAR_HIRED. This program will 1) write the data for 10 records to a random access file 2) allow the user to…