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

inport java.util.Scanner; public class Project3 { public static String toTime(in
inport java.util.Scanner; public class Project3 { public static String toTime(int time) { } public static int getStart(Scanner kbd, String courseName, char day) { } public static …
input N=1000000 function [N, C, pi_es] = co(N) C=0; Xcoord = rand(N,1); Ycoord =
input N=1000000 function [N, C, pi_es] = co(N) C=0; Xcoord = rand(N,1); Ycoord = rand(N,1); for k=1:N; x=Xcoord(k); y=Ycoord(k); d=(x-0.5)^2 + (y-0.5)^2; d=sqrt(d); if (d<= 0.5…
input data for a program consists o four lines in a file namedpints.txt stored o
input data for a program consists o four lines in a file namedpints.txt stored on the h: drive. Each line consists of the firstname of a strawberry picker, some spaces,then the um…
input data:- 56200.28 12300.36 67800.98 68700.68 59300.43 65778.29 67900.94 2340
input data:- 56200.28    12300.36    67800.98    68700.68    59300.43    65778.29 67900.94    23400.67    89000.52    87900.90    34500.88    36549.45 45600.89    54300.12    5670…
input file: http://www.mediafire.com/file/w1brfyxw93ywv1a/Archive.zip UAEU Colle
input file: http://www.mediafire.com/file/w1brfyxw93ywv1a/Archive.zip UAEU College of Information UANEU Technology United Arab Emirates University ISEC 323 Secure Software Design …
input then the program will compute the fraction of nucleotides in both sequence
input then the program will compute the fraction of nucleotides in both sequences that are shared. Consider the following example: Sequence 1: GCGTTAGCTAAAGCC Sequence 2: CCGTAAGC…
input. For example, if one wanted to ask the user to enter a number between 1 an
input. For example, if one wanted to ask the user to enter a number between 1 and 5, the MATLAB code would look like: some_num = input('Enter a number between 1 and 5') This code …
input0.txt: input1.txt: input2.txt: input3.txt: Swamp.java: The Assignment Proje
input0.txt: input1.txt: input2.txt: input3.txt: Swamp.java: The Assignment Project #9 requires you to find an escape path from a given starting point in a maze. The maze (or swamp…
input: 8732 desired output: 2378 not sure why it isn\'t printing the value backw
input: 8732 desired output: 2378 not sure why it isn't printing the value backwards, if you couldgive me a hand that would be good. #include <cstdlib> #include <iostream&…
input: S, a list of characters (reverse of the original formula) output: T, a li
input: S, a list of characters (reverse of the original formula) output: T, a list of tokens. variables: T:list<list<Nat>>, P: list<nat>, A: state // T is the li…
inputData.txt file -15 -57 -75 -93 -42 -1 -9 -63 -77 -12 Problem Statement: The
inputData.txt file -15 -57 -75 -93 -42 -1 -9 -63 -77 -12 Problem Statement: The following method does not appear to be working properly if all data are negative numbers You are as…
inputData.txt file -15 -57 -75 -93 -42 -1 -9 -63 -77 -12 please follow the direc
inputData.txt file -15 -57 -75 -93 -42 -1 -9 -63 -77 -12 please follow the directions carefully and do as stated, thanks! Problem Statement: The following method does not appear t…
inputImage=imread(\'cho.jpg\'); inputImage=doulbe(rgb2gray(imread(\'cho.jpg\')))
inputImage=imread('cho.jpg'); inputImage=doulbe(rgb2gray(imread('cho.jpg'))); M=size(inputImage,1); N=size(inputImage,2); transformedImage=zeros(M,N); revisedImage=zeros(M,N); i=0…
input[21] = \"Game 2, Mavericks vs. Lakers\"; input[22] = \"Shawn (11), Travis (
           input[21] = "Game 2, Mavericks vs. Lakers";            input[22] = "Shawn (11), Travis (14), Tony (22), Dirk (8), Antoine(15)";            input[23] = "Kobe (28), Brian…
inputs: Q0 , D0 , D1 , N0 , N1 , N2 outputs : RQ0 , RD0 , RD1 , RN0 , RN1 , RN2
inputs: Q0 , D0 , D1 , N0 , N1 , N2 outputs : RQ0 , RD0 , RD1 , RN0 , RN1 , RN2 , NC Q0 = A*E + A*D + A*C + A*B D0= ~A*C*D*F+ C*E*D+ C*D+C*F + C*E*~F + A*C + A*B D1= ~A*D+ E*F+ C*…
insert and calculate Array elements in C * Example Run: * $ ./array * Number of
insert and calculate Array elements in C * Example Run: * $ ./array * Number of values (up to 100): 3 * Reading 3 values... * Enter value 0: 98.6 * Enter value 1: 14.2 * Enter val…
insert comments into the follow program describing what each step does: #include
insert comments into the follow program describing what each step does: #include <stdio.h> int main() { int i, j, num, sum, sets; int count=0; double avg; char item[10]; cha…
insert into donation(volunteer_id, charity_id, donation_amount) values(\"America
insert into donation(volunteer_id, charity_id, donation_amount) values("American Red Cross",1,1000); insert into donation(volunteer_id, charity_id, donation_amount) values("Americ…
insert nod, new, into sorted priority queue 4. Priority Queue (3 points) Suppose
insert nod, new, into sorted priority queue 4. Priority Queue (3 points) Suppose linked list as follows: we define a priority queue using a circular doubly / Linked list node */ /…
insert row in protected sheet by keeping formula Hi I have a protected sheet con
insert row in protected sheet by keeping formula Hi I have a protected sheet contain formula in each row depends to above row( for example C2=C1+1; C3=C2+1;...).and cells containe…
insert(elem): Inserts element elem in the hash table. Your program should return
insert(elem): Inserts element elem in the hash table. Your program should return true or false, depending on whether it was inserted or not. Return true if item is inserted, false…
insertBSTDup() will insert an object into a binary search tree and will take spe
insertBSTDup() will insert an object into a binary search tree and will take specific action on duplicate objects being inserted into the binary search tree. The specific action t…
inside the file heap.( java, py, or c whichever language you want to use) Implem
inside the file heap.( java, py, or c whichever language you want to use) Implement these functions: Psuedo for Version 2(uses bubble down): (10] In this programming question, you…
instance variables for adult tickets, child tickets, popcorn, and drinks getters
instance variables for adult tickets, child tickets, popcorn, and drinks getters and setters for each instance variable constants for the cost of the tickets and refreshments at l…
instead of driving to the office each day, would you consider a remote / online
instead of driving to the office each day, would you consider a remote / online / telecommuting job? Why or why not? What benefits does a remote job have? What draw backs might it…
instead of typing the choice a, m or s , i want the user to click on their choic
instead of typing the choice a, m or s , i want the user to click on their choice and also if they answer in correctly they have to answer it till they are correct , can some help…
instead of using exch() to switch values, store the item being moved into positi
instead of using exch() to switch values, store the item being moved into position in a variable, move the items up the array as needed, and put the item being moved back into the…
instruction : Sometimes a key that is made up of more than one attribute (like D
instruction : Sometimes a key that is made up of more than one attribute (like Doctor, Patient) can technically functionally determine another attribute (like the Patient’s birth …
instructions outline for program. 1-gues: ) Large Program I guess guess game STE
instructions outline for program. 1-gues: ) Large Program I guess guess game STEPS (1)-F Large Program I guess t guessgameSTEPSj/X + ****Please do only one step at a time and do n…
instructions... Two java files have been added to this project: StudentCreator.j
instructions... Two java files have been added to this project: StudentCreator.java and Student.java. Use the StudentCreator project located in your Data_Files to get started. The…
instructions: Write a main method which tests your method by using a sentinel co
instructions: Write a main method which tests your method by using a sentinel controlled loop which asks the user to enter strings as input. Be sure to include strings containing …
instructure-uploads.s3.amazonaws.com #4. How do you undo the change you made in
instructure-uploads.s3.amazonaws.com #4. How do you undo the change you made in Questions #2 & #3? ( I.e. it is only ONE command to undo all of the changes that you made. ) Wr…
int =BinarySearch(char chars[], int size, char key){ //return -1 if key not foun
int =BinarySearch(char chars[], int size, char key){ //return -1 if key not found } int main(){ char letters[] = { 'b', 'd', 'g', 'm', 'n', 'q', 'x', 'z'}; const size_t= 8; int ke…
int Arr[4][5] int Arr[ 3 ] 4 ] int Arr[ 5 ][ 4 ] int Arr[4][ 3 ] C) Which of the
int Arr[4][5] int Arr[3]4] int Arr[5][4] int Arr[4][3] C) Which of the following statements is the proper function prototype for a function that will print this array? void PrintI…
int FindMin(const intanArray[], int size) { int index;//declare local variables
int FindMin(const intanArray[], int size) { int index;//declare local variables and initialize thevariables for testing //assume the first element is the smallest int smallest = a…
int Function1(double []); void PrintArray(const double [], int); const int MAXSI
int Function1(double []); void PrintArray(const double [], int); const int MAXSIZE = 100; int main() {         doublearray1[100];         int count;         count =Function1(array…
int I2CReadEEPROM(int SlaveAddress, int mem_addr, char *i2cData, int len) - Read
int I2CReadEEPROM(int SlaveAddress, int mem_addr, char *i2cData, int len) - Reads len number of bytes from the slave device with device ID SlaveAddress starting at memory location…
int Initialize(int argc, char *argv[]) { char StrIP[30]; // StrIP will hold the
int Initialize(int argc, char *argv[]) { char StrIP[30]; // StrIP will hold the ip if the // user don't give an argument. try { WSockClient MyClient(REQ_WINSOCK_VER); // Winsock s…
int OVERLOADED_VOIP_FSM::operator == (int x) Please Write the above overload ope
int OVERLOADED_VOIP_FSM::operator == (int x) Please Write the above overload operator using the information below: this operator is inside a class called OVERLOAD_VOIP_FSM. No nee…
int ParseScores(string filename, int array[], int n) { int c=0; string words[3];
int ParseScores(string filename, int array[], int n) { int c=0; string words[3]; ifstream file; file.open(filename.c_str()); string line; int j=0; if(file.is_open()) { while(!file…
int ReturnSet public void Generateset (const Node node int array, int &position;
int ReturnSet public void Generateset (const Node node int array, int &position; private The Returnset will return a sorted array of the items in the tree. This method will cr…
int [][] matrix = new int [9][9]; Scanner sc = new Scanner(System.in); System.ou
int [][] matrix = new int [9][9];    Scanner sc = new Scanner(System.in); System.out.print("Enter file name "); String fileName = sc.next(); Scanner input = new Scanner (fileName)…
int a = 20, b = 7; double x = 20, y = 7, z = 0; c++ pls The program must output
int a = 20, b = 7; double x = 20, y = 7, z = 0; c++ pls The program must output the sum of a and b, the difference a minus b, the difference b minus a,the product a times b, the q…
int a = 7; int b = 0; while (a = 1; b -= 5) {System.out.print (b + \" \");} Syst
int a = 7; int b = 0; while (a = 1; b -= 5) {System.out.print (b + " ");} System.out.println (); a + = 4;} System.out.println ("a=" + a + " b=" + b); Write the code to instantiate…
int a-0; // Global accessible anywhere in file. void test (int b) Parameter stat
int a-0; // Global accessible anywhere in file. void test (int b) Parameter static int c-0 int d=0; //Static - retains its value over successive function calls //Loca if(b>_ 0)…
int aMl10, 20, 30) int k = 2; sub(aM[k],k); print (main\', k, aM[0] aM, aM[2]);
int aMl10, 20, 30) int k = 2; sub(aM[k],k); print (main', k, aM[0] aM, aM[2]); void sub(int x, int y) printf('sub', x, y); Trace and show the output produced by the code using the…
int allocate_memory(player_t** player_p_p, long int nplayers) { /* This function
int allocate_memory(player_t** player_p_p, long int nplayers) { /* This function allocates memory for a player_t pointer variable. Inputs: player_p_p - memory location of a player…
int binSearch(int arr[], int lo, int hi, int x) { int q = (low + high) / 2; if(a
int binSearch(int arr[], int lo, int hi, int x) { int q = (low + high) / 2; if(arr[q] <= x && arr[q + 1] > x){ return q + 1; } else if(arr[q] == x){ return binSearch…
int binarySearch(const vector & v, int k)? Implement a function that uses b
int binarySearch(const vector<int> & v, int k)? Implement a function that uses binary search to search for a given value in a vector of integers whose elements are in st…
int binarySearchlconst int 1I, iets,int key) int neint) Karami Siot const int ST
int binarySearchlconst int 1I, iets,int key) int neint) Karami Siot const int STZE18 int artsizE)-,,2, 3, 4 int key cost e kinter key: Replace the 7 return /This function retures …