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

---------> hello i need solution for this question please. and also make sure yo
---------> hello i need solution for this question please. and also make sure you show me all steps to solve it please. this is from: Algorithms and Complexity 3 The Pancake Pr…
--------CREATE A DRIVER FOR A BINARY SEARCH TREE--------- *All i need is the dri
--------CREATE A DRIVER FOR A BINARY SEARCH TREE--------- *All i need is the driver created. I already have the functioning search tree.* Driver Details: Load the words from the f…
--------to be written in C++ language(URGENT) Create a class called HeartRates.
--------to be written in C++ language(URGENT) Create a class called HeartRates. The class attributes should inlcude the person's first name, last name and date of birth. The class…
--------to be written using Visual Studio C# language(URGENT) Create a class cal
--------to be written using Visual Studio C# language(URGENT) Create a class called HeartRates. The class attributes should inlcude the person's first name, last name and date of …
-------Final Coding Problem for Practice, need immediate help please------- \"Th
-------Final Coding Problem for Practice, need immediate help please------- "This is our final exam. For full credit: Place your name and the purpose of the program at the top of …
------Explain in detail what each line of code is doing/being used for------ pac
------Explain in detail what each line of code is doing/being used for------ package finalProject; import java.io.*; public class Browser {    private boolean browsing;    private…
-----USING PYTHON----- -------Final Coding Problem for Practice, need immediate
-----USING PYTHON----- -------Final Coding Problem for Practice, need immediate help please------- "This is our final exam. For full credit: Place your name and the purpose of the…
-----need help urgently!! help with these questions, please. I have tried to do
-----need help urgently!! help with these questions, please. I have tried to do them, but failed miserably. CSC 134 Programming Language Question 1 In random number generations, s…
----A mode in an array numArray of numbers is the number that appears most often
----A mode in an array numArray of numbers is the number that appears most often ? You task is to first ask the user to input a number N, which indicates the size of numArray ? Ne…
----A mode in an array numArray of numbers is the number that appears most often
----A mode in an array numArray of numbers is the number that appears most often ? You task is to first ask the user to input a number N, which indicates the size of numArray ? Ne…
----C++ programming Create .cpp files for the classes in the header files in con
----C++ programming Create .cpp files for the classes in the header files in contact.h and name.h Implement Name functions setFirstName 1 points setLastName 1 points printName 1 p…
----Please complete the following setup tasks before attempting the assignment S
----Please complete the following setup tasks before attempting the assignment Start MySQL Workbench Double click on the Sakila (sample) database Take note of the CITY and ADDRESS…
----it is not working on x code- #1 says 2 unused variables---- C++ -----------
----it is not working on x code- #1 says 2 unused variables---- C++ ----------- These 3 questions were answered incorrectly in the expert q qnd a- they had errors . please help if…
----using Java language Write an application(using an array of counters) that de
----using Java language Write an application(using an array of counters) that determines how many of the salespeople earned salaries in each of the following ranges(assume that ea…
---> The purpose of the research paper is to give a thorough survey of Symmetric
---> The purpose of the research paper is to give a thorough survey of Symmetric Cryptography. Whole topic must be in 1500 words. ----> Items that should be addressed includ…
---BinaryTree1--- import java.io.BufferedReader; import java.io.IOException; imp
---BinaryTree1--- import java.io.BufferedReader; import java.io.IOException; import java.io.Serializable; import java.util.Scanner; public class BinaryTree1 implements Serializabl…
---Fundementals of Info Security--- Decimal to Hex Cipher Instructions: Using th
---Fundementals of Info Security--- Decimal to Hex Cipher Instructions: Using the monoalphabetic cipher encrypt the message below. ** Use the ASCII table below for help in determi…
---Fundementals of Information Security--- Monoalphabetic (Hex to Decimal) Ciphe
---Fundementals of Information Security--- Monoalphabetic (Hex to Decimal) Cipher Instructions: Using the monoalphabetic cipher decrypt the message below. It would be reasonable t…
---Please find a secure way so sql injection won\'t happen Zap\' 1=1
---Please find a secure way so sql injection won't happen Zap' 1=1 <html>    <head>    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">     &l…
---Please find a secure way so sql injection won\'t happen Zap\' 1=1 and I alrea
---Please find a secure way so sql injection won't happen Zap' 1=1 and I already have an array of the names and so forth...please correct the code <html>    <head>    …
--1. SELECT c.name AS \"Company Name\", csst.current_authorized AS \"Shares Auth
--1. SELECT c.name AS "Company Name", csst.current_authorized AS "Shares Authorized", csst.total_outstanding AS "total outstanding", ROUND((csst.total_outstanding/csst.current_aut…
--5. Write an UPDATE statement that modifies the InvoiceCopy table. Change the -
--5. Write an UPDATE statement that modifies the InvoiceCopy table. Change the -- PaymentDate to today's date and the PaymentTotal to the balance due for each -- invoice with a ba…
--> Give one E-R model for Chapter 5, Exercises 5 – 8( Below, #5 has 10 sub ques
--> Give one E-R model for Chapter 5, Exercises 5 – 8( Below, #5 has 10 sub questions) Note: Exercises 5 – 8 cover different parts of an E-R model. For problem 3, only one E-R …
--> Imepement a doubly linked list with the following operations: insert, delete
--> Imepement a doubly linked list with the following operations: insert, delete, and print --> Based on the doubly linked list implement heaps with the following operations…
--Create a Java application called FindElement . This application will need a nu
--Create a Java application called FindElement . This application will need a number of parameters: •Scanner class variable, called keyboard, for inputting information •Integer va…
--Create a text file named employee.txt containing the following data: Anthony A
--Create a text file named employee.txt containing the following data: Anthony A 10031 7.82 12/18/2008 Burrows W 10067 9.14 06/9/2006 Fain B 10083 8.79 05/18/2007 Janney P 10095 1…
--JAVA PROGRAM-- Write a class named Octagon that extends GeometricObject and im
--JAVA PROGRAM-- Write a class named Octagon that extends GeometricObject and implements the Comparable and Cloneable interfaces. Assume that all eight sides of the octagon are of…
--JAVA Program-- ArrayList objects can be used to store a list of objects. Assum
--JAVA Program-- ArrayList objects can be used to store a list of objects. Assume the user can input a list of numbers, write a method that removes the duplicate elements from an …
--JAVA Program-- Design an interface named Colorable with a void method named ho
--JAVA Program-- Design an interface named Colorable with a void method named howToColor(). Every class of a colorable object must implement the Colorable interface. Design a clas…
--Java Program-- You are to create a class called PeopleInRooms that can be used
--Java Program-- You are to create a class called PeopleInRooms that can be used to record the number of people in the rooms of a building. The class has the attributes: • peopleI…
--Must be in assembly language use visual studios console 64 Write a program to
--Must be in assembly language use visual studios console 64 Write a program to calculate the Nth number in the Fibonacci Sequence. You may use the any of the frameworks provided …
--Plese write the following in Python language(as simple as possible also) -- Wr
--Plese write the following in Python language(as simple as possible also) -- Write the definition of a class Counter containing: •An instance variable named counter of type int. …
--S 31nx-Wolfram! R Advanced Hom AdvancedHW4: full book.pdf | zy Home-zyBookl zy
--S 31nx-Wolfram! R Advanced Hom AdvancedHW4: full book.pdf | zy Home-zyBookl zy 5.14. Lab:C × Chegg Study Ic e- Advan. + v https://learn R106Winter2018/chapter/5/section/14 zyBoo…
--Using the below as a model -- Write a query that calculates a running total qt
--Using the below as a model -- Write a query that calculates a running total qty -- for customer (ID - 5) ONLY and month using subqueries -- Tables involved: TSQL2012 database, S…
--What does the following Scheme function do? Explain the answer provided. --Wha
                     --What does the following Scheme function do? Explain the answer provided.                                                       --What is the result of (gues…
--Which of the following grants users and systems a predetermined level of acces
--Which of the following grants users and systems a predetermined level of access? Accountability Authentication Authorization Assurance --Which of the following is a behavioral c…
--create tables CREATE TABLE boats ( bid integer, bname color char (20), PRIMARY
--create tables CREATE TABLE boats ( bid integer, bname color char (20), PRIMARY KEY (bid)); char (20), CREATE TABLE sailors sid integer, sname char (30), rating number, age numbe…
--in java don\'t copy-- Design a set of classes that, work together to simulate
--in java don't copy-- Design a set of classes that, work together to simulate a police officer issuing a parking ticket. You should design the following, classes: 1. the ParkedCa…
--java Create a Time class, which holds following information: hour minute secon
--java Create a Time class, which holds following information: hour minute second Create a date class, which holds the following information: day month year Create Constructors fo…
-1 down vote favorite I am currently working on an assignment for my Java class.
-1 down vote favorite I am currently working on an assignment for my Java class. It requires us to change some code around in a file to add joptionpane dialog boxes in instead of …
-1down votefavorite I am trying to find the best root for my binary search tree.
-1down votefavorite I am trying to find the best root for my binary search tree. i.e. this is my binary search tree. then I save them in an array in the form of inOrder walk. | 23…
-2.c:275:26: eror: \'firstname\' undeclared (first use in this function) scanfC\
-2.c:275:26: eror: 'firstname' undeclared (first use in this function) scanfC"s", &firstname;); 2.C:275:26: note: each undeclared identifier is reported only once for each fun…
-3. (20 points) write a program that reads and stores the numerators and denomin
-3. (20 points) write a program that reads and stores the numerators and denominators of two fractions as integer values. For example, if the numbers 1 and 4 are entered for the f…
-4 CS 254-Digital Computer Architecture Exam 2 Name 3.(20 pnts) Figure 1 shows s
-4 CS 254-Digital Computer Architecture Exam 2 Name 3.(20 pnts) Figure 1 shows seven addressing modes graphically. With the given registers and memory contents in Figure 3, determ…
-5 Write a program to find the largest value in a collection of K floating point
-5 Write a program to find the largest value in a collection of K floating point values, where the value of K will be the first value read into the program. K is an integer. The v…
-50 f should = -45.6 C Also outputs same numbers for CtoF and FtoC #include
-50 f should = -45.6 C Also outputs same numbers for CtoF and FtoC #include <iostream> #include <string> #include <stdlib.h> #include <iomanip> using names…
-6- An array contains the elements (2, 8,37,28,17,59,48). Using the Binary Searc
-6- An array contains the elements (2, 8,37,28,17,59,48). Using the Binary Search algorithm, Trace the steps followed to find (4.0.1637), At each loop iteration, including the las…
-> Create lab02_NOAA.R that reads /u1/junk/cs617/NOAA_gsod/1929/030050-99999-192
-> Create lab02_NOAA.R that reads /u1/junk/cs617/NOAA_gsod/1929/030050-99999-1929.op into a data frame using read.fwf. Note that /u1/junk/cs617/NOAA_gsod/*.txt describes the da…
->> Introduction In this assignment, you will implement malloc() and free() libr
->> Introduction In this assignment, you will implement malloc() and free() library calls for dynamic memory allocation that detect common programming and usage errors. For …
->> please note that * = PK for that tabe TStudies intStudyID* (1,2) ,strStudyDe
->> please note that * = PK for that tabe TStudies intStudyID*   (1,2) ,strStudyDesc TSites intSiteID *     (1,2,3,4, etc.) ,intSiteNumber (101, 102, 103, etc.) ,intStudyID …