Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 53 / 3837

(I NEED C++ CODE PLEASE) Write a program that can be used by a small theater to
(I NEED C++ CODE PLEASE) Write a program that can be used by a small theater to sell tickets for performances.  The theater's auditorium has 15 rows of seats with 20 seats in each…
(I NEED C++ CODE)Write a class named Employee that has the following member vari
(I NEED C++ CODE)Write a class named Employee that has the following member variables: name: The name attribute holds an employee’s first and last name idNumber: The idNumber attr…
(I NEED HELP GENERATING THIS CODE IN C++ PLEASE) The following problem should be
(I NEED HELP GENERATING THIS CODE IN C++ PLEASE) The following problem should be created as a project in Visual Studio, compiled and debugged. Be sure to add a header to your code…
(I am posting again, please DO NOT use \"CLASS\".. and solve it in C++) Goals (1
(I am posting again, please DO NOT use "CLASS".. and solve it in C++) Goals (1) Learn how to use array for storing object pointers, instead of objects. (2) Learn how to conduct Dy…
(I cannot just use file command, please look at sample runs) Write a shell scrip
(I cannot just use file command, please look at sample runs) Write a shell script called filetype.bash that accepts either a filename or a directory name. Then, your script should…
(I do not understand why my Mips Assembly code is not working please help!!) I a
(I do not understand why my Mips Assembly code is not working please help!!) I am using Qtspim to run my code. .data jnum: .word 8 Num: .word 0,0,7,6,5,4,8,7 Max: .asciiz "max:" M…
(I have already wasted three questions on this and all that is being done is cop
(I have already wasted three questions on this and all that is being done is copying and pasting my own code with deletions thereof. PLEASE MAKE SURE IT COMPILES AND INCLUDE A SCR…
(I have the program, but I would like to know the test program where all the tes
(I have the program, but I would like to know the test program where all the tests a,b and c are passing in visual studio 2008 using visual assert.) Design and implement in C++ an…
(I need complete java program, not uml thanks) Draw UML class diagram to show th
(I need complete java program, not uml thanks) Draw UML class diagram to show the relationships between bank, customers, and accounts. Customers may have more than one account and…
(I want the code in python3.Please Help) BSTree Modify the binary search tree im
(I want the code in python3.Please Help) BSTree Modify the binary search tree implementation completed in class so that it can be used as a mapping structure. The Node class will …
(I) How many TEN-BIT strings of 0\'s and 1\'s are there that begin or end with a
(I) How many TEN-BIT strings of 0's and 1's are there that begin or end with a 1 (or both)? (J) In how many ways can a committee of five persons be selected from eight men and sev…
(IN .JAVA) Getting out of the maze. Given an N-by-N maze, write a program to fin
(IN .JAVA) Getting out of the maze. Given an N-by-N maze, write a program to find a path from the start cell (1, 1) to the finish cell (N, N), if it exists. To find a solution to …
(IN ASSEMBLY LANGUAGE) For this program you will find the largest element in an
(IN ASSEMBLY LANGUAGE) For this program you will find the largest element in an array of DWORDs. The output of your program will be: The Largest Integer In the Array is: +6 where,…
(IN C WITH COMMENTS) \"USING STRINGS\" SF1747 Apps Downned n thing Analytical R
(IN C WITH COMMENTS) "USING STRINGS" SF1747 Apps Downned n thing Analytical R we CIS plural Supply mom fly The plural araw kew 2 Q 2 uestion Write a funerinn: vnid rewrsetchar lin…
(IN C WITH COMMENTS, USING strings and file pointers) cleardot.gif Cryptogram En
(IN C WITH COMMENTS, USING strings and file pointers) cleardot.gif Cryptogram Encoder. Cryptography is used to protect messages from unauthorized viewers. An algorithm using an en…
(IN C++) /*Provide output to show your code works*/ Write the member functions f
(IN C++) /*Provide output to show your code works*/ Write the member functions for the class List: void Delete(int data) which delete the node with data value = data in the list i…
(IN C++) In a particular factory, a shift supervisor is a salaried employee who
(IN C++) In a particular factory, a shift supervisor is a salaried employee who supervises a shift. In addition to a salary, the shift supervisor earns a yearly bonus when his or …
(IN C++) Write the member functions for the class List: void Delete(int data) wh
(IN C++) Write the member functions for the class List: void Delete(int data) which delete the node with data value = data in the list if it exists in the list void Add_End(int da…
(IN COBOL) For this assignment you will produce a sequential maintenance program
(IN COBOL) For this assignment you will produce a sequential maintenance program using techniques similar to those in SS3. You are given two files, a "master" file with dealer inf…
(IN HASKELL) Declare the type and define a function (say fun) that takes a list
(IN HASKELL) Declare the type and define a function (say fun) that takes a list of natural numbers (say ns) and a number (say n) as input. Then the program returns a list of numbe…
(IN JAVA PLEASE) The time delay of a long-distance call can be determined by mul
(IN JAVA PLEASE) The time delay of a long-distance call can be determined by multiplying a small fixed constant by the number of communication links on the telephone network betwe…
(IN JAVA PLEASE. ANY FORM OF C IS OKAY TOO. OR EVEN PSEUDOCODE) Problem: Given a
(IN JAVA PLEASE. ANY FORM OF C IS OKAY TOO. OR EVEN PSEUDOCODE) Problem: Given an (unsorted) array of $n$ elements, return the largest $k$ elements. There is one obvious way to do…
(IN JAVA) (1) Prompt the user to enter a string of their choosing. Store the tex
(IN JAVA) (1) Prompt the user to enter a string of their choosing. Store the text in a string. Output the string. (1 pt) Ex: (2) Implement a printMenu() method, which outputs a me…
(IN JAVA) 3 ZIPS, Any Duplicates? Write a program named ZipDuplicates that reads
(IN JAVA) 3 ZIPS, Any Duplicates? Write a program named ZipDuplicates that reads in three zip codes from standard input and writes to standard output a single integer and nothing …
(IN JAVA) Ackermann’s function, named after the Greek mathematician Wilhelm Acke
(IN JAVA) Ackermann’s function, named after the Greek mathematician Wilhelm Ackermann, is used in the theory of recursive functions. There are several variants of this function. T…
(IN JAVA) Ackermann’s function, named after the Greek mathematician Wilhelm Acke
(IN JAVA) Ackermann’s function, named after the Greek mathematician Wilhelm Ackermann, is used in the theory of recursive functions. There are several variants of this function. T…
(IN JAVA) Binary search trees have their best performance when they are balanced
(IN JAVA) Binary search trees have their best performance when they are balanced, which means that at each node n, the size of the left subtree of n is within one of the size of t…
(IN JAVA) Do the following 5 methods without importing extra functions besides t
(IN JAVA) Do the following 5 methods without importing extra functions besides the default (i.e. System, Math) METHOD 1: public static boolean isPrime(int i) This method should re…
(IN JAVA) Path: In this homework, you are to write a method (not a program!) and
(IN JAVA) Path: In this homework, you are to write a method (not a program!) and call it getPathLength. It receives 6 (omigod 6!) arguments: the x-coordinate and the y-coordinate …
(IN JAVA) The formula for computing the number of ways of choosing r different t
(IN JAVA) The formula for computing the number of ways of choosing r different things from a set of n things is the following: C(n,r) = n! / r!(n-r)! In this formula, the factoria…
(IN JAVA) Use Doubly Li nked List to implement the following program: The progra
(IN JAVA) Use Doubly Linked List to implement the following program: The program already uses Linked List and sorts by artistID, then artID I need to just implement Doubly Linked …
(IN JAVA) Write a method integerPower(base, exponent) that returns the value of
(IN JAVA) Write a method integerPower(base, exponent) that returns the value of baseexponent (2 pts). For example, integerPower(3, 4) returns 81. Assume thatexponent is a positive…
(IN LC3, Assmbly) Vector multiply: multiplies a number in one vector with the co
(IN LC3, Assmbly) Vector multiply: multiplies a number in one vector with the corresponding number in another vector. Simulate this behavior in LC-3. May use eight registers. To d…
(IN PSEUDOCODE PLEASE) Create PSEUDOCODE for a program for Stumpy\'s Cell Phone
(IN PSEUDOCODE PLEASE) Create PSEUDOCODE for a program for Stumpy's Cell Phone Company that accepts the number of text messages for a customer for one month and displays the bill …
(IN PSEUDOCODE) Create pseudocode for a program for Hansel\'s Housecleaning Serv
(IN PSEUDOCODE) Create pseudocode for a program for Hansel's Housecleaning Service. The program prompts the user for a customer's last name only. While the last name is not “zzz” …
(IN PYTHON) First, take a set of 6 grades from a user and average them. Provide
(IN PYTHON) First, take a set of 6 grades from a user and average them. Provide the average to the user. You need to check to make sure the grades are within the normal range. If …
(IN SIMPLE PSEUDOCODE PLEASE) Design a program for Hunterville College that will
(IN SIMPLE PSEUDOCODE PLEASE) Design a program for Hunterville College that will display the projected tuition rate for the next 10 years. The current tuition is $15,000 per year …
(INFORMATION TECHNOLOGY , Business ) Perform a detailed Porter\'s Five Forces an
(INFORMATION TECHNOLOGY , Business ) Perform a detailed Porter's Five Forces analysis for your new Photography business and its website .Use businesses local to your area (if you …
(IT SHOULD BE IN C++) You will design a program to keep track of a restaurants w
(IT SHOULD BE IN C++) You will design a program to keep track of a restaurants waitlist using a queue implemented with a linked list. 1. Create a class named waitList that can sto…
(I\'ve posted this before but the person spammed my question with copy/pasted in
(I've posted this before but the person spammed my question with copy/pasted info from Oracle) Can someone write this query as PL/SQL for Oracle Database? There's a template below…
(Identical arrays) The arrays list1 and list2 are identical if they have the sam
(Identical arrays) The arrays list1 and list2 are identical if they have the same contents. Write a method that returns true if list1 and list2 are identical, using the following …
(Ignore my first version of this post.) Write an abstract super-class encapsulat
(Ignore my first version of this post.) Write an abstract super-class encapsulating a college applicant: A college applicant has two attributes : the applicant's name and the coll…
(Implement a doubly linked list) The MyLinkedList class used in Listing 24.6 is
(Implement a doubly linked list) The MyLinkedList class used in Listing 24.6 is a one-way directional linked list that enables one-way traversal of the list. Modify the Node class…
(Implement a doubly linked list) The MyLinkedList class used in Listing 26.6 is
(Implement a doubly linked list) The MyLinkedList class used in Listing 26.6 is a one-way directional linked list that enables one-way traversal of the list. Modify the Node class…
(Implement inorder traversal without using recursion) Implement the inorder meth
(Implement inorder traversal without using recursion) Implement the inorder method in BST using a stack instead of recursion. Write a test program that prompts the user to enter 1…
(Important* bigint is the name of the class in the header file. There is pseudoc
(Important* bigint is the name of the class in the header file. There is pseudocode for the overload operator*) Implementation: A method bigint times_digit(int) const; to multiply…
(Important* bigint is the name of the class in the header file. There is pseudoc
(Important* bigint is the name of the class in the header file. There is pseudocode for the overload operator*) Implementation: A method bigint times_digit(int) const; to multiply…
(In C language) How to write a program that allows main to get the size of the a
(In C language) How to write a program that allows main to get the size of the array (Rows & columns), then create the array, then call fillArray,  printArray, and identifySma…
(In C) This is a lab I have for homework using Jupyter Notebooks. Please help me
(In C) This is a lab I have for homework using Jupyter Notebooks. Please help me do this and make sure it compiles without errors, thank you. This is the second part, after the fi…
(In C++ Language please) Write a program to store a binary tree in an array. The
(In C++ Language please) Write a program to store a binary tree in an array. The tree may be full, complete, or neither full nor complete. Define a class, TreeBag, to handle opera…