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

using java, design and code a reference based weighted graph class with vertices
using java, design and code a reference based weighted graph class with vertices stored in a linked list. your class should implement the following Weighted-GraphInterface. //----…
using java, extend the Binary Search Tree ADT to include a basic public method g
using java, extend the Binary Search Tree ADT to include a basic public method getRoot that returns a reference to the root of the tree. if the tree is empty, the method should re…
using java, extend the Binary Search Tree ADT to include a basic public method g
using java, extend the Binary Search Tree ADT to include a basic public method getRoot that returns a reference to the root of the tree. if the tree is empty, the method should re…
using java. Write a program that prompts for the lengths of the sides of a trian
using java. Write a program that prompts for the lengths of the sides of a triangle and reports the three angles. HINT: Use the Law of Cosines. angle = arccos (a^2 + b^2 - c^2) / …
using java. import java.util.Scanner; Use If else statments. Do not use objects.
using java. import java.util.Scanner; Use If else statments. Do not use objects. Do not use; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundExcepti…
using java. using eclipse. write a program that asks to enter 3 real numbers usi
using java. using eclipse. write a program that asks to enter 3 real numbers using GUI. print the sum if all 3 numbers are positive, print the product of the 2 positive numbers if…
using java: Programming Sorting Algorithms: For this section, use the Sorts.java
using java: Programming Sorting Algorithms: For this section, use the Sorts.java test harness. a. Describe an approach to modifying the Sorts.java program so that after calling a …
using java: This example creates a program for user to practice subtractions. Th
using java: This example creates a program for user to practice subtractions. The program randomly generates two single-digit integers number1 and number2 , makes sure that number…
using left side to match right side, for example, if c matches 18, write c-18, i
using left side to match right side, for example, if c matches 18, write c-18, if there is no a match for the left side, just write unkown for that letter a There is no global clo…
using linux answer the following questions 1) John is trying to cut on his Briti
using linux answer the following questions 1) John is trying to cut on his British diet for the week. On Monday, at tea time, the computer should show tell him "you're allowed 5 c…
using linux/unix. written in puTTy Provide the commands used to preform the foll
using linux/unix. written in puTTy Provide the commands used to preform the following tasks 1.     Move the roster file to the ~/IFT250/Exams/Final directory. Mv roster Final 2.  …
using macro comparison need check two rows
using macro comparison need check two rows <Moved from Community Participation Center> i have an employee name and salary in the Row A and B, if i give some names of employe…
using matlab (Animation) Simulation of Brownian motion. Write a function with th
using matlab (Animation) Simulation of Brownian motion. Write a function with the following declaration: brown2D(N). The function takes in a single input N, which is an integer sp…
using matlab (specifically nested loops ), write a variety of programs that solv
using matlab (specifically nested loops), write a variety of programs that solves for the following data. (please follow directions.) (a) mean for each year for the eight year per…
using matlab (specifically nested loops), write a variety of programs that solve
using matlab (specifically nested loops), write a variety of programs that solves for the following data. (a) mean for each year for the eight year period. (b) determine how many …
using matlab 2. Write a program to generate three sequences, each of length L-10
using matlab 2. Write a program to generate three sequences, each of length L-1000 as follows. ((), 1,2,.... L is an independent sequence of uniformly dis- tributed random variabl…
using matlab ChIP-seq is used to identify genomic segments bound by transcriptio
using matlab ChIP-seq is used to identify genomic segments bound by transcription factors. In a ChIP-seq experiment, you obtain the chromosome regions that the transcription facto…
using matlab Create name function described below: Function name should be probl
using matlab Create name function described below: Function name should be problem_2 function should accept 2 input arguments. The first input argument should be called iterations…
using matlab For this problem you will be asked to modify the function below as
using matlab For this problem you will be asked to modify the function below as follows: Add an additional input argument (call it use_sel_in) that will allow a user to enter an o…
using matlab The test suite workspace has two variables A and B described as fol
using matlab The test suite workspace has two variables A and B described as follows: The variable A is a 6-element row vector of random integers between 0 and 20. The variable B …
using matlab Write a function that accepts an input vector of integer exam score
using matlab Write a function that accepts an input vector of integer exam scores and outputs a two column cell array with the same number of rows as the input vector, Each cell i…
using matlab please (write a new program not bult-in) 4. Write a function file w
using matlab please (write a new program not bult-in) 4. Write a function file with the following structure function scubicinterp (x,y, z) The function will take data points in ar…
using matlab wi looking like. cm3· The Ackermann function. A, is a qu ickly grow
using matlab wi looking like. cm3· The Ackermann function. A, is a qu ickly growing function that is defined by the recursive relationship: 1l If m =0 A(m, n) = A(m-1,1) If m >…
using matlab you are requested to build your own code, if a matrix is diagonally
using matlab you are requested to build your own code, if a matrix is diagonally dominated! If it is not diagonally dominated, your code will re-arrange the matrix itself to make …
using matlab, please answer what you can. In a chemical engineering process, wat
using matlab, please answer what you can. In a chemical engineering process, water vapor (H2O) is heated to sufficiently high temperatures that a significant portion of the water …
using matlab. thanks! Problem 4: (Celsius and Fahrenheit Temperatures) Implement
using matlab. thanks! Problem 4: (Celsius and Fahrenheit Temperatures) Implement the following integer functions: Formula for C to F: C-(5/9) F-32) a) Function Celsius returns the…
using microsoft notepad, create a file call win_numbers.txt that contains the fo
using microsoft notepad, create a file call win_numbers.txt that contains the following numbers: 13579 26791 26792 33445 55555 62483 77777 79422 85647 93121 A lottery ticket buyer…
using namespace System; using namespace std; string sarray[300][8]; //hold all t
using namespace System; using namespace std; string sarray[300][8];//hold all the data int age[300];//hold the age const int BUFFSIZE = 180; char buff[BUFFSIZE]; // a buffer to te…
using namespace std; #include #include #include
using namespace std; #include <stdio.h> #include <string.h> #include <assert.h> #include <iostream.h> #define MAX_STR_LEN 100 // int strcmp (const char* st…
using namespace std; // using cout statements int main() // main function { int
using namespace std; // using cout statements int main() // main function { int n; //declaring variables int i; int x; int count; int temp; cout << "Give me an integer n: " …
using namespace std; //The constructor reads in all the integers and stores them
using namespace std; //The constructor reads in all the integers and stores them in the //object of type dataStructure dataStructure::dataStructure() {         startPtr = NULL;   …
using namespace std; if(node_num == 0) { SNode = mNode; } else { mNode->NextNode
using namespace std; if(node_num == 0) {   SNode = mNode; } else {   mNode->NextNode = SNode;   SNode = mNode; } node_num++; }; bool operators(T data) { if((data == '=')||(data…
using namespace std; struct weightType{ int pounds; int ounces; }; weightType ge
using namespace std; struct weightType{ int pounds; int ounces; }; weightType getWeight(); weightType addWt (weightType, weightType); int main() { weightType one,                 …
using namespace std; void dateType::setDate(int month, int day, int year) { // w
using namespace std; void dateType::setDate(int month, int day, int year) { // write your code here!!!!! } int dateType::getDay() const { return dDay; } int dateType::getMonth() c…
using namespace std; void display (bool s[], intsize); intmain() { const int MAX
using namespace std; void display (bool s[], intsize);                      intmain() { const int MAX = 100; bool crossedOff[MAX]; int i, s,j; //1. Initialize crossedOut. // Add y…
using namespace std; void fibonacci(int x, int y, vector& v, int n) { if (n
using namespace std; void fibonacci(int x, int y, vector<int>& v, int n) { if (n<1) return; if (1<=n) v.push_back(x); if (1<=2) v.push_back(y); for (int i=2; i&…
using namespace std; void getUserNumbers(vector &U); void getLotteryNumber
using namespace std; void getUserNumbers(vector <int> &U); void getLotteryNumbers(vector <int> &L); void compareNumbers (const vector<int> &U,const v…
using namespace std; void main() { char *str; //variable declaration str=new cha
using namespace std; void main() { char *str;   //variable declaration str=new char[10]; //dynamic variable declaration int p,i;       cout <<"Enter the number of characters…
using namespace std; void printRectangle) int main) /Ideclare the needed variabl
using namespace std; void printRectangle) int main) /Ideclare the needed variables int theChoice; /call function Menu MakeChoice, which /check if the choice is valid returns the c…
using namespacestd; bool isLeapYear (intyear); voidgetDate(month,day,year); void
using namespacestd; bool isLeapYear (intyear); voidgetDate(month,day,year); void dayNumber(month,day,year,dayOfYear); void outputDay(month,day,year,dayOfYear); int main () { int d…
using node.js Use NPM to download a free module called “colors”. Modify app.js f
using node.js Use NPM to download a free module called “colors”. Modify app.js file so that the customer’s feedback text will be shown as green in the black console. I already ins…
using only #include write a program in C You work for a cable company
using only #include <stdio.h> write a program in C You work for a cable company and are designing a software system to automate the customer service system. Your system is a…
using only #include/#iomanip/#cmath nothing else////if else if ///switch///break
using only #include/#iomanip/#cmath nothing else////if else if ///switch///break...nothing complicated plz Freezing and Boiling Points The following table lists the freezing and b…
using only CODE BLOCKS software C++ , please do the lab project bellow: // Lab P
using only CODE BLOCKS software C++ , please do the lab project bellow: // Lab Project 2 // Enter your name: #include #include #include using namespace std; // complete the follow…
using only iostream, iomanip and cmath,if else, if else if, menu , switch,nested
using only iostream, iomanip and cmath,if else, if else if, menu , switch,nested statement, logical operators,conditional operator,break and regular c statements! A shipping compa…
using only java.util.scanner A magic square consists of a matrix of values organ
using only java.util.scanner A magic square consists of a matrix of values organized into n rows and columns such that the sum of the values in the horizontal (row), vertical (col…
using only loops , do while , for, if else if statements Write a program that ca
using only loops , do while , for, if else if statements Write a program that calculates the balance of a savings account at the end of a period of time. It should ask the user fo…
using oracle apex 1. Create file named ps3a.sql . Using the file you just create
using oracle apex 1. Create file named ps3a.sql. Using the file you just created, write a SQL query that will return the employee number, employee name, job and salary for all emp…
using program below. In this python script we define a simple and weighted graph
using program below. In this python script we define a simple and weighted graph class object. This object should be used to write Prim's and Kruskal's algorithms. """ import nump…
using pseudocode for this program is: input the investment amount input the annu
using pseudocode for this program is: input the investment amount input the annual interest rate input the number of years concert annual interest rate to decimal value compute th…