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

need help to write a C++ code version of this program import java.io.*; import j
need help to write a C++ code version of this program import java.io.*; import java.util.LinkedList; public class Packet4 { public static void main(String[] args) throws IOExcepti…
need help to write a program using java!! Assign1 class +main(args: String[]): v
need help to write a program using java!! Assign1 class +main(args: String[]): void Planner class -        MAXEVENTS: int = 10(readonly) -        Events: Event{} -        numEvent…
need help toString doesnt work properly; need a scalar, multiplication, equal,an
need help toString doesnt work properly; need a scalar, multiplication, equal,and transpose method public class Matrix { private int[][] matrix; /** * default constructor -- * Cre…
need help trying compile the program but getting this error on line 107 expect \
need help trying compile the program but getting this error on line 107 expect '}' at the end of input. Write a program that determines which of a company's eight divisions (North…
need help using C++ This chapter defines the class clock Type to implement time
need help using C++ This chapter defines the class clock Type to implement time in a program. Add functions to this class so that a program that uses this class can set only the h…
need help using C++ This chapter defines the class clock Type to implement time
need help using C++ This chapter defines the class clock Type to implement time in a program. Add functions to this class so that a program that uses this class can set only the h…
need help using C++ This chapter defines the class clock Type to implement time
need help using C++ This chapter defines the class clock Type to implement time in a program. Add functions to this class so that a program that uses this class can set only the h…
need help where am I doing wrong? Horizontal Navigation For mobile devices, Deva
need help where am I doing wrong? Horizontal Navigation For mobile devices, Devan wants the horizontal navigation links to other pages on the Golden Pulps website to be displayed …
need help with 2) d, e and 3) c please thank you d. Create a SQL stored procedur
need help with 2) d, e and 3) c please thank you d. Create a SQL stored procedure and call it SP_HW4SP2 with a manufacture code argument (e.g. @Manu _Code). e. Call the SP HW4SP2 …
need help with 25 and 29th 25. The set of strings over (a, b, c) in which every
need help with 25 and 29th 25. The set of strings over (a, b, c) in which every b is immediately followed by at lea one c. 26. The set of strings over la, bl in which the number o…
need help with 7.3 but it requires 7.2 and 7.1 Hands-On Activity 7-1 UpperCrust
need help with 7.3 but it requires 7.2 and 7.1 Hands-On Activity 7-1 UpperCrust College has an admissions procedure based on a stu- dent's total SAT score, whether either parent i…
need help with ARM assembly program : This is the source code for arm assembly :
need help with ARM assembly program : This is the source code for arm assembly : I need to write a two program code that is able to calculate the following using above code : 1 ) …
need help with Arduino sketch. and \"tools/Serial port\") 3. Start a new sketch
need help with Arduino sketch. and "tools/Serial port") 3. Start a new sketch and write codes to accomplish the following task: Give an array of 5 arbitrarily float numbers (e.g..…
need help with C++ homework with structs. Can\'t use pointers, we didn\'t learn
need help with C++ homework with structs. Can't use pointers, we didn't learn those yet. Any help would be appreciated with this, thank you. The program reads from a file and stor…
need help with C++ homework, can\'t use pointers or global variables for this as
need help with C++ homework, can't use pointers or global variables for this assignment. Write a program that can be used to assign seats for a commercial airline. The airplane ha…
need help with Pseudocode for this program. Problem: In preparation for the rele
need help with Pseudocode for this program. Problem: In preparation for the release of Guardians of the Galaxy 2, you have been hired by the owner of a small movie theater to deve…
need help with Q#5 (4) using Matlab ev arv from10 to 2t in steps of (0.01)r. Def
need help with Q#5 (4) using Matlab ev arv from10 to 2t in steps of (0.01)r. Define an array of distances r RI=5*cos(4*0) al make a polar plot of r versus 0 with a red color line.…
need help with a C# application in Visual Studio i am given a txt file that cont
need help with a C# application in Visual Studio i am given a txt file that contains mid-year population from 1950-1990 the first line of the file contains 1950 2nd = 1950 etc... …
need help with a C++ program that will use a class called Circle that has the fo
need help with a C++ program that will use a class called Circle that has the following member variables: - radius: a float - pi: a float initialized with the value 3.14159 The cl…
need help with a computer science C++ lassignment we need to Create a new class
need help with a computer science C++ lassignment we need to Create a new class called Calculator. A calculator should be able to add, subtract, multiply, divide and clear. Test y…
need help with a computer science program. its discussing double link list. its
need help with a computer science program. its discussing double link list. its in C++ language. i have added the url needed for access to the files needed for the program. we are…
need help with a java application need to create a simple user interface on top
need help with a java application need to create a simple user interface on top of a relational database. The database you should use is the Java DB database.   The user interface…
need help with a java program. code needs to be in java language. problem is: wr
need help with a java program. code needs to be in java language. problem is: write a program that prompts the user 5 times for integer values, printing the current average after …
need help with a java program. this lab is over classes and objects. i have adde
need help with a java program. this lab is over classes and objects. i have added the scope of work for this lab and is in numerical order of steps we need to follow. 1. Define a …
need help with a java program. this program is in java language the problem is:
need help with a java program. this program is in java language the problem is: write a program that prompts the user for positive integers, only stopping when a negative integer …
need help with an assignment pasted below. Specifically, what I first need help
need help with an assignment pasted below. Specifically, what I first need help with is creating functions in C (I will write to latex when finished). These functions will generat…
need help with arduino program. 3. Start a new sketch and write codes to accompl
need help with arduino program. 3. Start a new sketch and write codes to accomplish the following task: Give an array of 5 arbitrarily float numbers (e.g.. 70.11, -42, 1.0, -5.3, …
need help with assembly lanuage plz PART I: Given a 32-bit integer, swap all odd
need help with assembly lanuage plz PART I: Given a 32-bit integer, swap all odd bits with even bits. For example, if the given number is 23 (00010111), it should be converted to …
need help with c langauge questions Which kind of C programming practice could r
need help with c langauge questions Which kind of C programming practice could replace the literal (perhaps clumsy) source code for the inner loops of the matrix multiply shown be…
need help with c++ program areas marked TODO #include #include
need help with c++ program areas marked TODO #include <cmath> #include <iostream> #include "Point3DWeighed.h" // TODO Define Point3DWeighed default constructor templat…
need help with c++ questions 1-In the declaration statement int *i; what type of
need help with c++ questions 1-In the declaration statement int *i; what type of variable is i? (1 pt) 2-If a variable is declared as a pointer, what must be stored in the variabl…
need help with code I wrote. This code is a maze gui, and i need help with the m
need help with code I wrote. This code is a maze gui, and i need help with the method shorterstpath(); here is my code: ******mazeApp******* package mazepackage; import javafx.app…
need help with constructors, accessors, and mutators. Firstly, do I need a void
need help with constructors, accessors, and mutators. Firstly, do I need a void return type stated in the constructor method? Secondly, when I make a new class called testGame, I …
need help with correct c program code.my code is listed after the example and in
need help with correct c program code.my code is listed after the example and instructions. and my errors, but Im not sure if my is correct becuase i dont think i can use strycpy.…
need help with data base plz using mySQL 1. a) Print the name, gender, and birth
need help with data base plz using mySQL 1. a) Print the name, gender, and birthdate of birds who live on “Alicia Pass” street. SQL Query: b)Print the contact information (email a…
need help with errors and i used g++ sales.cpp main.cpp -o sales please help and
need help with errors and i used g++ sales.cpp main.cpp -o sales please help and guide me what g++ should i use #ifndef SALES_H_INCLUDED #define SALES_H_INCLUDED #include <stri…
need help with event handler in javafx with calculator. use the starting code at
need help with event handler in javafx with calculator. use the starting code at the bottom please here are the directions: Create an addition-only calculator that keeps a running…
need help with java Please DO NOT copy and paste from other chegg questions use
need help with java Please DO NOT copy and paste from other chegg questions use JavaFX only Write a GUI that estimates your grade for this course. Write a GUI that shows the user …
need help with java! Assignment #2 will be the construction of a program that re
need help with java! Assignment #2 will be the construction of a program that reads in an unspecified number of integers from standard input, performs some calculations on the inp…
need help with matlab code for my wireless sensor project (with proper explainat
need help with matlab code for my wireless sensor project (with proper explaination of codes) need to generate random nodes and plot it (any number of nodes>=10) .Every node ha…
need help with my program add random seeding to the program so computer picks a
need help with my program add random seeding to the program so computer picks a different number everytime you play. change the while loop to a do-while loop....also program won't…
need help with python ( no loops used please!) Write a recursive function named
need help with python ( no loops used please!) Write a recursive function named sum_digits that takes a given a non-negative integer N and returns the sum of its digits. Hint: Mod…
need help with python assignment Part V: Count Uppercase and Lowercase Letters (
need help with python assignment Part V: Count Uppercase and Lowercase Letters (2 points) Write a recursive function count-upper-lower that takes a non-empty string as its argumen…
need help with python programming problem challenge: use Python lists to represe
need help with python programming problem challenge: use Python lists to represent these. For example, suppose you have a set A = {1, 2, 3}, a set B = {4, 5}, and a function f : A…
need help with python question! Text Label window button command = vertical_flip
need help with python question! Text Label window button command = vertical_flip command = horizontal_flip Window Image vertical_flip() horizontal_flip() Button command = vertical…
need help with q20 ? e Tanguage L,U L2 is nonregular. that Lt L2 is nonregular l
need help with q20 ? e Tanguage L,U L2 is nonregular. that Lt L2 is nonregular lusions of parts (a) and (b) are not true if L2 is not assumed to of languages Lj and Ly over ta. b)…
need help with quetion below You are given the Measurable interface You work for
need help with quetion below You are given the Measurable interface You work for a packaging company that makes boxes and cylindrical tubes for shipments. Your job is to write cla…
need help with sorting in java Directions Problem 1 : Write (using pen-and-paper
need help with sorting in java Directions Problem 1: Write (using pen-and-paper rather than code) the list after each pass of quick and merge sort for the following list of number…
need help with the bottom screenshots please i will include all the other codes
need help with the bottom screenshots please i will include all the other codes below public class Location { private static final double EARTH_RADIUS_MILES = 3963.1676; private d…
need help with the coding portion of both. For part 1 my labels are named: Enter
need help with the coding portion of both. For part 1 my labels are named: EnterNumberLabel, MainFloorLabel, CallNumberResult. My textbox is labeled: CallNumberTextBox. My button …