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

what am I missing here? anyhelp will be appreciated. Thanks [Error] void value n
what am I missing here? anyhelp will be appreciated. Thanks [Error] void value not ignored as it ought to be [Error] lvalue required as left operand of assignment void sell coffee…
what am I missing? using System; public class Sales { public void CountRanges()
what am I missing? using System; public class Sales { public void CountRanges() { int[] total = new int[9]; Console.WriteLine("Enter amount of sales (-1 to quit):"); decimal dolla…
what am i doing wrong compiler gives this error warning C4101: \'slopeintercept\
what am i doing wrong compiler gives this error warning C4101: 'slopeintercept' : unreferenced local variable warning C4700: uninitialized local variable 'slope' used warning C470…
what am i doing wrong--php?
what am i doing wrong--php? <?php try { echo("try"); $oauth = new OAuth('myClientId','myClientSecret'); $request_token_info = $oauth->getRequestToken("https://app.fitbark.co…
what am i missing or doing wrong with this .h file for c++ #ifndef Header_H #def
what am i missing or doing wrong with this .h file for c++ #ifndef Header_H #define Header_H #include <iostream> #include <string> using namespace std; class Name{    …
what application do you use to write a text file that contains a list of element
what application do you use to write a text file that contains a list of elements. And then use said text file in a program to print out the elements to screen? example question: …
what are \"3D printing examples and identify five applications that are most exc
what are "3D printing examples and identify five applications that are most exciting, have the most potential or represent the greatest opportunity. explain why you chose each wha…
what are some examples of companies that appear to have some work to do - in ter
what are some examples of companies that appear to have some work to do - in terms of improving their approach to corporate governance? What key elements of effective corporate go…
what are the Methods,Variable and Output code of following program public class
what are the Methods,Variable and Output code of following program public class Rhydham{ public static void main(String [] args){     displayString2();     displayString1(); }//en…
what are the definitions of the members of cylinder class Implement them in rega
what are the definitions of the members of cylinder class Implement them in regards to circle class class circle { public:        void print() const;        void setRadius(double)…
what are the defintions of these prototypes int findminidx(string scientist[], i
what are the defintions of these prototypes int findminidx(string scientist[], int i, int length); void swap(string scientist[], int i, int indexOfSmallest); void selectionSort(st…
what are the errors in these codes? void showValues(int nums) { for (int count =
what are the errors in these codes? void showValues(int nums) {    for (int count = 0; count < 8;count++)    cout << nums[count]; } void showValues(int numbs[4][ ]) {    …
what are the final values of variables a, b, and c, after thefollowing program r
what are the final values of variables a, b, and c, after thefollowing program runs?            start                   a= 2                  b = 4                  c = 10        …
what are the four basic commands (CS140 Linux) 1)Assume you are editing the main
what are the four basic commands (CS140 Linux) 1)Assume you are editing the main.cpp file. Write a vim command to add the contents of the main.h file to the beginning of the main.…
what are the inputs and outputs? Input from the following collection in order as
what are the inputs and outputs? Input from the following collection in order as required: {22, 9, 5, 7, 6, 0, -8} /* Quiz 10 Java code*/ import java.io.*; public class Quiz10Driv…
what are the outputs for the following programs R. Analyze the ou ut from the sh
what are the outputs for the following programs R. Analyze the ou ut from the shell seriets Total 20 points, points per suestiosh a) What will be printed from this proguam' h) wha…
what are the three following commands(using linux) 5)Assume you are editing the
what are the three following commands(using linux) 5)Assume you are editing the main.cpp file. Write a vim command to split every ling longer than 40 characters into multiple line…
what can I use insted of .get? .get() is not part of the class, so I am having t
what can I use insted of .get? .get() is not part of the class, so I am having trouble. my solution is below /*    * reverseAStack    * returns a new stack containing the contents…
what case would you use the following templates for? Give an example of each
what case would you use the following templates for? Give an example of each <map> <array> <vector> <sets> <trees> <stacks> <queues> what…
what changes we have to mak, so that the program can add two numbers whose sum w
what changes we have to mak, so that the program can add two numbers whose sum will be greater than 9. Right now it's working perfect when we try to add up two numbers with the ou…
what charts or lines should I provide for theses 2 question? Normal NoSpecing He
what charts or lines should I provide for theses 2 question? Normal NoSpecing Heading 1 Heading 2;) . 10ta sales -l Orcosts and Expenses Title "uross rront (2) Where can they focu…
what code should be used or add to make the Comparison chart of Linked List vs.
what code should be used or add to make the Comparison chart of Linked List vs. Hash table running times and HashDictionaryTest (( 5 tests )) and HashDictionary implementation for…
what command would you enter to list the lines where binary search might be call
what command would you enter to list the lines where binary search might be called? IN UNIX HERE IS THE INFO GIVEN BY TEACHER You are part of a team working on a large program. Th…
what do i need to do to get this popen code to run : #include #include
what do i need to do to get this popen code to run : #include<iostream> #include<stdio.h> #include<string.h> using namespace std; int main(){     char s[100];   …
what do the following format specifiers do as a function performed: -A.B.C.D.E.F
what do the following format specifiers do as a function performed: -A.B.C.D.E.F.G.H.I.J. %.4f Read Answer Items for Question 4 -A.B.C.D.E.F.G.H.I.J. %8.3lf Read Answer Items for …
what do you believe to be the potential security issues with system services? Th
what do you believe to be the potential security issues with system services? This includes all programs or applications that run in the background without a user even being aware…
what does double& setValues( int i ) do? I would like to know about &setvalues,
what does double& setValues( int i ) do? I would like to know about &setvalues, where is it pointing or storing address of? Please explain thoroughly. Thanks. #include #in…
what does it mean for a signal to be declared \'tri\' in SystemVerilog? adder mo
what does it mean for a signal to be declared 'tri' in SystemVerilog? adder module for the the serial two's complementer from use Write write an HDL module for the circuit in Exer…
what does stdafx.h do in the program? The reason for this question is when I run
what does stdafx.h do in the program? The reason for this question is when I run this program invisual studio, is is saying that it cannont open include file:'stdafx.h': no such f…
what fields and methods are inherited by which class in the following code publi
what fields and methods are inherited by which class in the following code public class A { private int number; protected String name; public double price; public A() { System.out…
what i have so far: #include #include #include #i
what i have so far: #include <iostream> #include <iomanip> #include <fstream> #include <cstdlib> // for random functions #include <ctime> // for argu…
what inside of list_in.txt is: James Ann Jane Viola William Shawn Vincent Will N
what inside of list_in.txt is: James Ann Jane Viola William Shawn Vincent Will Nick Jalil Shuanshuan Zahra Matt Wei Q2) Write a C++ program that reads a list of words from a text …
what is Z-wave, and address the following topics in your paper: a brief history
what is Z-wave, and address the following topics in your paper: a brief history of the protocol, what technologies the protocol uses, what logical topologies the protocol supports…
what is a game theory is there any reference i can study this subject from ? i n
what is a game theory is there any reference i can study this subject from ? i need something easy cause i really can't understand it Ahestu, nam stud. Mechanics of material final…
what is critical to performperiodic web application vulnerability assessments an
what is critical to performperiodic web application vulnerability assessments and penetration test? what kind of web application does Damn Vulnerable Web Application(DVWA) use? wh…
what is ebay\'s phone number call us +1-877-852-0777 what is ebay\'s phone numbe
what is ebay's phone number call us +1-877-852-0777 what is ebay's phone number call us +1-877-852-0777 what is ebay's phone number call us +1-877-852-0777 what is ebay's phone nu…
what is going on here - what formula are we calculating - starting at x = y = th
what is going on here - what formula are we calculating - starting at x = y = thanks #include <iostream> using namespace std; int main() {     float m1, m2, b1, b2, x, y;   …
what is multiplexing? differentiate between frequency and time division multiple
what is multiplexing? differentiate between frequency and time division multiplexing What are three important link layer services? Explain the problem of channel access (medium ac…
what is my assembly code doing? Project - Microsoft Visual Studio Quick Launch (
what is my assembly code doing? Project - Microsoft Visual Studio Quick Launch (Ctrl+Q) File dit View Project Build Debug learn lools lest R lools Analyze Window Help Antonio de l…
what is perception in informatic need help with the question 233 //bbhosted.cuny
what is perception in informatic need help with the question 233 //bbhosted.cuny.edu/webapps/blackboard/execute/displaylearningUnit?course id-...* Page 1 of 5 COURSE LEARNING OUTC…
what is the Debugging solution for this java programming problem? (DebuggingFour
what is the Debugging solution for this java programming problem? (DebuggingFourteen 4 java progamming 7th) // Beverage selector // Milk and cola are $2 // all other drinks are $1…
what is the analyis and algorithm in steps for \"Analysis of QuickSort Pivots\"
what is the analyis and algorithm in steps for "Analysis of QuickSort Pivots" worst-case performance of QuickSort can be either O(n^2) or O(n log n), depending on how you choose t…
what is the answer for question 5.9 ? As function random0 is currently written,
what is the answer for question 5.9 ? As function random0 is currently written, it will fjil if function seed is not called first. Modify function random0 so that it will function…
what is the binary representation of -14 in a 6-bit, 1\'s complement system What
what is the binary representation of -14 in a 6-bit, 1's complement system What is the binary representation of -14 in a 6-bit, 1's complement system? 111011 110001 101100 1001110…
what is the code to make this work in C++? Lab 6 (60 points) Chapter 10: Charact
   what is the code to make this work in C++? Lab 6 (60 points) Chapter 10: Characters, C-Strings, and More About the string Class Independent Study This assignment willbe graded …
what is the correct java program for given problem? Write a method readData(...)
what is the correct java program for given problem? Write a method readData(...) that reads and returns a list of integers. The list is preceded by the number of items in the list…
what is the delphi code to find the \" highest \"characterina user supplied stri
what is the delphi code to find the " highest "characterina user supplied string ( edit component). The user enters some text in an edit component, and thenclicks a butten compone…
what is the delphi code to find the \" lowest \"character inauser supplied strin
what is the delphi code to find the " lowest "character inauser supplied string ( edit component). The user enters some text in an edit component, and thenclicks a butten componen…
what is the difference between a world state, a state description, and a search
what is the difference between a world state, a state description, and a search node?
what is the erro of this program #include int calc(int base, int hight); void re
what is the erro of this program #include int calc(int base, int hight); void read(int *base, int *hight); int main() { int base; int hight; read(&base, &hight); printf(" …