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

i want to write a simple program using these : pointers, and dynamicmemory alloc
i want to write a simple program using these : pointers, and dynamicmemory allocation (new anddelete[ ]). Design andcode a program that will maintain a list of product information…
i want two views to create of following 4tables. PROJECT(proj_num,proj_name,prof
   i want two views to create of following 4tables. PROJECT(proj_num,proj_name,prof_num) PROFESSOR(prof_num,prof_fname,prof_lname,prof_hiredate,job_code) JOB(job_code,job_descript…
i wanted to know what is wrong or missing in my code #include #include
i wanted to know what is wrong or missing in my code #include<iostream> #include<string> using namespace std; struct book { string title; string author; }; class libra…
i was asked a question in c programming language : i should ask the user to inte
i was asked a question in c programming language : i should ask the user to inter words then press inter after every single word and stop we he types "end" then i should compine a…
i was confuse what my professor say. What is the answer? First review the code a
i was confuse what my professor say. What is the answer? First review the code and submit the screen output for the attached CPP source code by creating six patient objects for th…
i was trying to test the pair class but i keep getting this error. there arent a
i was trying to test the pair class but i keep getting this error. there arent any error when i just put everything in one cpp file. ld: symbol(s) not found for architecture x86_6…
i was trying to write a program that computes the dot product,norm, normalized v
i was trying to write a program that computes the dot product,norm, normalized vector between two vectors. A) Declare two arrays of size Array_size where Array_size is aconst int …
i was wondering if someone can help me with this problem Design and implement a
i was wondering if someone can help me with this problem Design and implement a class called Coin that contains instance data for a name, monetary value, and year minted. This cla…
i was wondering if there is a loop that can help me fix myproblem so i have a li
i was wondering if there is a loop that can help me fix myproblem so i have a line that im trying to break up into "tokens" orindividual sections so im using String tokenizer but …
i will post a link for bonus point ..u jus tneed to comment on that link #includ
i will post a link for bonus point ..u jus tneed to comment on that link #include<iostream> #include<fstream> #include<algorithm> #include<climits> #includ…
i wish to develope a program that will use a class. Declaration of class ( i.e.
i wish to develope a program that will use a class. Declaration of class ( i.e. myStudent ) Main Program will o Initiated the class by reading the data from given data files. ? Da…
i wnat this programe in c++ language Create a change-counting game that asks the
i wnat this programe in c++ language Create a change-counting game that asks the user to enter what coins to use to make exactly one dollar. The program should ask the user to ent…
i wonder what my error is this is my .h code #ifndef NUMBERLIST_H #define NUMBER
i wonder what my error is this is my .h code #ifndef NUMBERLIST_H #define NUMBERLIST_H class NumberList { private: //Declare structure from node list struct list { char variable; …
i work IAPX88 according to Write a Terminate and Stay Resident program in Assemb
i work IAPX88 according to Write a Terminate and Stay Resident program in Assemblylanguage to change the background color of DOS-screen after everyten seconds. You will need to ho…
i would like the C code for this please Dave has become addicted to Sudoku, the
i would like the C code for this please Dave has become addicted to Sudoku, the latest puzzle craze in all the newspapers and bookstands. In case you don’t know, a Sudoku is a sim…
i would like to highlight is that there may be similar elements in an array and
i would like to highlight is that there may be similar elements in an array and therefore more than 1 indexs could be returned for 1st,2nd,3rd or nth smallest value of an array. W…
i would like to make a custom VBA formula that concatenates selected cells by pu
i would like to make a custom VBA formula that concatenates selected cells by putting between them a custom sign. Example: i have these three cells : A1="cell 1", A2="cell 2" and …
i would like to use an insertion sort method to alphabetically sort a matrix of
i would like to use an insertion sort method to alphabetically sort a matrix of string in Matlab. For example; I am thinking of approaching the code with a comparator function so …
i would prfer java implement linearSearch(a,key) and binarySearch(a,key) functio
i would prfer java implement linearSearch(a,key) and binarySearch(a,key) functions. I need to get stop 5 6 7 8 1. Request the user to enter a positive integer, and call it n. (n =…
i wrote a code can you change this code so i can set the input and output file n
i wrote a code can you change this code so i can set the input and output file name i need to set the name of input file and output file but i dont know how to.. please help me --…
i wrote a program #include #include using namespace std; vo
i wrote a program #include <iostream> #include <conio.h> using namespace std; void inputValue1(long int[]); void inputValue2(long int[]); void Sum(long int[]); const i…
i) City Climate ( City , Climate, Week) [This relation shows the climate of the
i)                    City Climate (City, Climate, Week) [This relation shows the climate of the various cities in thefirst, second, third or fourth week of a month] City Climate …
i) City_Climate ( City , Climate, Week) [This relation shows the climate of the
i)                    City_Climate (City, Climate, Week) [This relation shows the climate of the various cities in thefirst, second, third or fourth week of a month] City Climate …
i) Client needs_______ a through which it can submit operations and obtain a res
i) Client needs_______ a through which it can submit operations and obtain a result ii) The_______ establishes what operations can be performed over the system and how they take p…
i) Declare and initialize two parallel arrays: healthOption an array of type cha
i) Declare and initialize two parallel arrays: healthOption an array of type char that contains letter codes for different healthcare options and annualCost an array of type int. …
i) Declare and initialize two parallel arrays: healthOption an array of type cha
i) Declare and initialize two parallel arrays: healthOption an array of type char that contains letter codes for different healthcare options and annualCost an array of type int. …
i) Describe the conditional and continuous planning methods. ii) Specify two pro
i) Describe the conditional and continuous planning methods. ii) Specify two problems for which continuous planning can provide a solution whereas conditional planning cannot. iii…
i) Give the Use Case Diagram for the Online Public Access Catalog (OPAC) that co
i) Give the Use Case Diagram for the Online Public Access Catalog (OPAC) that could serve as a basis for understanding the requirements for an Automatic Library Management System.…
i) Name a special register within a CPU that contains the address of the next in
i) Name a special register within a CPU that contains the address of the next instruction to be executed. Explain how the register is updated normally (i.e., to execute the next i…
i) Putting keywords into content is known as a “white hat” SEO technique. Explai
i) Putting keywords into content is known as a “white hat” SEO technique. Explain how you see this strategy can lead to higher search ranking to your web app? ii) Explain your und…
i) Which kind of variable has the longest lifetime? a) An implicitly heap- dynam
i) Which kind of variable has the longest lifetime? a) An implicitly heap- dynamic variable b) A static variable c)A stack-dynamic variable d)A flexible-length variable e) A flixe…
i) Which of the following is true of l-values and r-values a) An l-value is a lo
i) Which of the following is true of l-values and r-values a) An l-value is a logical value, and an r- value is a real value. b)l-value are always to the left of r-values c) An l-…
i-Crop Project(just read about this project and answer these question after that
i-Crop Project(just read about this project and answer these question after that) Background Globex Corporation was founded in 2013 during the merging of two large regional busine…
i-V\'0TQ, @.:|Find Heading 1 Arial Use Word to process your homework and submit
i-V'0TQ, @.:|Find Heading 1 Arial Use Word to process your homework and submit to Blackboard is mandatory Directly copy the source code and paste into the Word file. Screenshot of…
i-move(2) = 0 j-move(2)= 1 i-move(3) = 1 j-move(3) = 1 i-move(4) = 1 j-move(4) =
i-move(2) = 0                   j-move(2)= 1 i-move(3) = 1                  j-move(3) = 1 i-move(4) = 1                  j-move(4) = 0 i-move(5) = 1                   j-move(5)= -…
i. Base class Account shouldinclude one data member of type double to represent
i. Base class Account shouldinclude one data member of type double to represent the accountbalance. The class should provide a constructor that receives aninitial balance and uses…
i. Control: Status 3. Review the basic operation of the Remote Imaging Viewer: W
i. Control: Status 3. Review the basic operation of the Remote Imaging Viewer: When started, the Network Connection Unit verifies that is has the appropriate network parameters fo…
i. Enter answers to the following five questions by using complete sentences. To
i. Enter answers to the following five questions by using complete sentences. Topic: (05CH5) Discussion: Nest 1. What is a nested loop? 2. Create a mini-program, using nested loop…
i. How many pets live in each city and state served by Mesa Veterinary Hospital?
i.               How many pets live in each city and state served by Mesa Veterinary Hospital? (i.e. list city, state, and number of pets per city in your output) ii.             …
i. Identify the most appropriate software life cycle phase for the following sof
i. Identify the most appropriate software life cycle phase for the following software ac… a. Product deployment b. Partition software into modules c. Report test cases g. Define p…
i. Implement a method to sort a given array using the heap sort algorithm. Use t
i. Implement a method to sort a given array using the heap sort algorithm. Use the algorithm from the textbook (see below). You should finish implementing Build Max Heap and Max H…
i. Short answers ############################ 1. - 5 pts - Explain what DML and
i. Short answers ############################ 1. - 5 pts - Explain what DML and DDL are, what they are used for, and what is the difference between the two. 2. - 5 pts - What is t…
i. The name of the file must be library.cpp: Note: This program will be submitte
i. The name of the file must be library.cpp: Note: This program will be submitted as part of Assignment 5. To receive full credit for this part, the program must be completed/part…
i. To / From / Subject / Date Format ii. Numbered Paragraphs iii. Single spaced
                                                              i.      To / From / Subject / Date Format                                                             ii.      Number…
i. Validate the code lor Independent Challenge 1 Wren Garden As you continue you
i. Validate the code lor Independent Challenge 1 Wren Garden As you continue your work on the Web site for the spotted with you add a nav bar and links to gardening resources, alo…
i. Write a MIPS program that reads and stores an array of 10 records, each recor
i. Write a MIPS program that reads and stores an array of 10 records, each record consists of name of type string of up to 40 characters, age of type integer, and salary of type i…
i. Write a function averagecolumns that prints the averages of the ints for each
i. Write a function averagecolumns that prints the averages of the ints for each and every column of a 2-dim array. PASS TWO-DIMENSIONAL ARRAY AND PRINT AS XXX.XX Here is my code.…
i. Write a program that Calls a method that performs sequential search. The meth
i. Write a program that Calls a method that performs sequential search. The method accepts two parameters: an array of integers and an integer. It returns the index of the integer…
i. Write the code in the main program that will print out the information about
i. Write the code in the main program that will print out the information about bestseller. ii Write the code in the main program that will add 50 to the number of copies in stock…
i. andn $t1, $t2, $t3 #bit-wise AND of $t2,!$t3 ii. xnor $t1, t2, $t3 #bit-wisee
i. andn $t1, $t2, $t3 #bit-wise AND of $t2,!$t3 ii. xnor $t1, t2, $t3 #bit-wiseexclusive-NOR $t2 = 0x00FFA5A5 $t3 = 0xFFFF003C The logical instructions above are not included in t…