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 93 / 3837

**13.1 (Triangle class) Design a new Triangle class that extends the abstract Ge
**13.1 (Triangle class) Design a new Triangle class that extends the abstract GeometricObject class. Draw the UML diagram for the classes Triangle and GeometricObject and then imp…
**6.43 (Check substrings) Write the following function to check whether string s
**6.43 (Check substrings) Write the following function to check whether string sl is a substring of string s2. The function returns the first index in s2 if there is a match. Othe…
**A letter means insert and an asterisk means remove the maximum ** Using the co
**A letter means insert and an asterisk meansremove the maximum** Using the convention mentioned above, give the sequence ofheaps produced when the operations PRIO*R**I*T*Y***QUE*…
**All questions refer to the use of Python** when opening a file, the “wt” param
**All questions refer to the use of Python** when opening a file, the “wt” parameter indicated that we: want to append to the end of the text file. want to write data to a text fi…
**Anyone know why my code is not compling? I keep getting the errors shown below
**Anyone know why my code is not compling? I keep getting the errors shown below, and my code is also below that. Not sure where I'm going wrong with my brackets. tracker.c:31:1: …
**Basic Java** I just need to add 2 METHODS onto this code. i need the methods t
**Basic Java** I just need to add 2 METHODS onto this code. i need the methods to ask the user if they would like to add in an element (to input file) before the program starts, a…
**Basic Java** I just need to build up on this previous code. I have to read in
**Basic Java** I just need to build up on this previous code. I have to read in the file Mary.txt. which i will attach here, and ask the user for input to search something in the …
**By using Python** 1) Give an example of a one-line script that does display so
**By using Python** 1) Give an example of a one-line script that does display something on the screen when the script is executed, but displays something different on the screen w…
**C programming I would like to struct array string sort the names in my structu
**C programming I would like to struct array string sort the names in my structure;however, I am getting some error and I am not really sure why, any help would be appreciated** #…
**C programming** For some reason I keep getting 0 for total profit and I dont r
**C programming** For some reason I keep getting 0 for total profit and I dont really know why.. Any help would be appreciated struct tax { char name[15]; float sharenum; float bu…
**C++ Procedural Code** Write a program,assignment11.cpp, that reads two matrice
**C++ Procedural Code** Write a program,assignment11.cpp, that reads two matrices and: 1) adds them (if compatible) and prints their sum, 2) subtracts them (if compatible) and pri…
**C++ only no c codes please!! ** Procedural code if possible **I will be using
**C++ only no c codes please!! ** Procedural code if possible **I will be using Visual Studio ** Please add comments to functions if possible and please include header file info i…
**C++ only** Assignment: For this assignment you’ll be designing a program which
**C++ only** Assignment: For this assignment you’ll be designing a program which can take the input of a decimal number and a numerical base, and convert the decimal number to tha…
**C++ program** Mini Bank Account Management System: This system aimed to comput
**C++ program** Mini Bank Account Management System: This system aimed to computerize the bank account management operations such as open an account, withdraw money, deposit money…
**C++ program** Mini Bank Account Management System: This system aimed to comput
**C++ program** Mini Bank Account Management System: This system aimed to computerize the bank account management operations such as open an account, withdraw money, deposit money…
**C++ program** Mini Bank Account Management System: This system aimed to comput
**C++ program** Mini Bank Account Management System: This system aimed to computerize the bank account management operations such as open an account, withdraw money, deposit money…
**C++ program** Mini Project There are three main parts of the system: 1) Person
**C++ program** Mini Project There are three main parts of the system: 1) Person, Student and Teacher objects, where Person needs to be declared as an abstract base class and Stud…
**C++ program** There are three main parts of the system: 1) Person, Student and
**C++ program** There are three main parts of the system: 1) Person, Student and Teacher objects, where Person needs to be declared as an abstract base class and Student & Tea…
**C++ program** with structures, array of structures, files, sorting, and format
**C++ program** with structures, array of structures, files, sorting, and formatting. Thank you! **Must read in the file and output to a file** Sample input file (employees.txt): …
**C++ programming**: BlackJack game (simplified) This program simulates the foll
**C++ programming**: BlackJack game (simplified) This program simulates the following simplified black jack game. Every card must be drawn randomly. Initially this program will dr…
**C++** Design a class Line that implements a line, which is represented by thef
**C++** Design a class Line that implements a line, which is represented by theformula y = ax+b. Your class should store a and b as double member variables andwrite a member funct…
**CODE IN MIPSym ONLY** Write a program to print out a series of numbers. First
**CODE IN MIPSym ONLY** Write a program to print out a series of numbers. First input a number N for the size of the list. This should not be more than 20. Next, you need to calcu…
**CREATE THIS AS A (SAMPLE.TXT) FILE** WITH % AS DELIMETER Hobbs%Hans Christian%
**CREATE THIS AS A (SAMPLE.TXT) FILE** WITH % AS DELIMETERHobbs%Hans Christian%7842 Beauvais Dr%San Diego^CA%92101Garcia%Renee%13973 Lanyard Dr%San Diego%CA%92103Bond%James%13841 …
**Code in Java** In your system make the following class structure for the credi
**Code in Java** In your system make the following class structure for the credit cards:      a class CreditCard,      classes VisaCC, MasterCC, AmExCC that are all subclasses of …
**Complete skeleton** import java.util.ArrayList; public class MyGenerics{ //Dec
**Complete skeleton** import java.util.ArrayList; public class MyGenerics{ //Declarations //**************************************************************************** //No-argum…
**Complete this problem in the LANGUAGE SCHEME (R5RS)** 2. (A continuation of th
**Complete this problem in the LANGUAGE SCHEME (R5RS)** 2. (A continuation of the previous problem; pre-, in-, and post-order traversal.) Such trees can be traversed recursively (…
**Complete this problem in the LANGUAGE SCHEME (R5RS)** 3. In lab this week, you
**Complete this problem in the LANGUAGE SCHEME (R5RS)** 3. In lab this week, you wrote some functions to work with binary trees. In this question, you will develop some code for b…
**Complete this problem in the LANGUAGE SCHEME (R5RS)** 4. Deleting a value from
**Complete this problem in the LANGUAGE SCHEME (R5RS)** 4. Deleting a value from a binary search tree can be tricky - when you delete a node containing a value, the result must st…
**Computer Networks: ARQ and TCP 10. [10 pts.] Assuming a TCP session has been i
**Computer Networks: ARQ and TCP 10. [10 pts.] Assuming a TCP session has been initiated between a client and a server, using the known three-way handshake with the following init…
**Computer Organizxation and Architecture (Stallings 10th edition) Write an MIPS
**Computer Organizxation and Architecture (Stallings 10th edition) Write an MIPS assembly program to do the following. You are required to provide the source code, as well as the …
**Create the following program in Java: Eclipse Neon** Create a new class called
**Create the following program in Java: Eclipse Neon** Create a new class called “City” that can be used to keep track of location information for a given city. Your class should …
**Data Structures and Algorithms Using Java** Describe the garbage collection me
**Data Structures and Algorithms Using Java** Describe the garbage collection method for the SinglyLinkedList structure, and give the line number of the code presented in Figure 4…
**Data Structures and Algorithms Using Java*** A. What is one advantage of a lin
**Data Structures and Algorithms Using Java*** A. What is one advantage of a linked list structure over array-based structures? B. What is one advantage of array-based structures …
**Do not post examples already provided here** There are two restrictions on the
**Do not post examples already provided here** There are two restrictions on the type of grammars that can be used with a recursive descent parser. The first is that the grammar c…
**For each SQL statement that you construct in the steps below, you must provide
**For each SQL statement that you construct in the steps below, you must provide the screenshot of your SQL statement** 2.Create the below tables using SQL. 1.Create the Person ta…
**Has to use this method found in the code below.** public static Item[] FindDyn
**Has to use this method found in the code below.** public static Item[] FindDynamic(Item[] table, int weight) { // TODO: implement this method // TODO: set best_price to the sum …
**Help: Creating a Yahtzee project in JAVA ** *Yahtzee class: Update the main( )
**Help: Creating a Yahtzee project in JAVA** *Yahtzee class: Update the main( ) method to do the following: -Call static method System.out.println( ) output to the console “Welcom…
**Here are the required files: https://drive.google.com/open?id=0B2gb5h869g2aeHd
**Here are the required files: https://drive.google.com/open?id=0B2gb5h869g2aeHdWZ1lNOWlBdHc Write several sorts and compare their behavior. Tasks and Requirements NOTE: Naming is…
**Here is the assignment: Write a program to determine the number of days betwee
**Here is the assignment: Write a program to determine the number of days between any two dates from July 4, 1776 until now. Inclusive. You must ensure that the user enters valid …
**I already posted this question once. PLEASE make sure to name the file FirstNa
**I already posted this question once. PLEASE make sure to name the file FirstName_LastName_ A7. Otherwise the answer will not be useful to me and I will not rate it with a thumbs…
**I have created the databases already I just need the querries for # 5 that is
**I have created the databases already I just need the querries for # 5 that is below in bold. 1.) Create the database 2.) Create the tables in including appropriate data types (A…
**I mostly need help with the parts before the main function Implement a class t
**I mostly need help with the parts before the main function Implement a class that allows addition, multiplication, etc. for complex numbers. Addition: c1 + c2 = (R(c1) + R(c2)) …
**I need help with this assignment very badly. I have tried over and over but I
**I need help with this assignment very badly. I have tried over and over but I can't figure out how to send the data from the first file to the second one. I have only found solu…
**I provided template for this problem and need to finish the blank functions li
**I provided template for this problem and need to finish the blank functions listed below. Please just copy the following code and paste it to program and finish it. Thanks.** **…
**IMPORTANT!!: C++ only Note you must use the string operators and CHRACTER func
**IMPORTANT!!: C++ only Note you must use the string operators and CHRACTER functions we discussed in class (Chapter 14 supplement) to solve this problem (examples: the subscript …
**IN C++ LANGUAGE** Overview A cell phone provider has three different subscript
**IN C++ LANGUAGE** Overview A cell phone provider has three different subscription packages for its customers: Package A: The monthly cost is $29.99 and there are 300 available m…
**IN C++ ONLY** The file data.txt holds the names and grades for the students in
**IN C++ ONLY** The file data.txt holds the names and grades for the students in a math class. Your C++ program will calculate and display the average for each student, as well as…
**IN JAVA CODE Write a Program Write a Lottery class that simulates a 6-number l
**IN JAVA CODE Write a Program Write a Lottery class that simulates a 6-number lottery (e.g. "Lotto"). The class should have an array of six integers named lotteryNumbers, and ano…
**I\'m creating a Minesweeper game and I don\'t know how to connect user input (
**I'm creating a Minesweeper game and I don't know how to connect user input (make_move) to the Board. (I commented out some of my ideas but I'm not sure)** ---------- import rand…
**If finished in the next 2 hours, i will double to point reward!!** This is the
**If finished in the next 2 hours, i will double to point reward!!** This is the assignment: This is what I have so far: Write a class Square that has attributes: x and y - the co…