Web development and programming
191828 questions • Page 3803 / 3837
what is the error in this coding can some one fix it for me please #include
what is the error in this coding can some one fix it for me please #include <stdio.h> #include <conio.h> #include "valid.c"struct purch_detail { char item_desc[20]; in…
what is the error occured? how can i put if the statement true of false? the que
what is the error occured? how can i put if the statement true of false? the question that i want to do is to know weather the input value of year month and date is correct or not…
what is the goal or objective of an IT risk management plan? what are the five f
what is the goal or objective of an IT risk management plan? what are the five fundamentl components of an it risk management plan? define what risk planning is? what is the first…
what is the input of below program ??? import random import sys import Mod arg1
what is the input of below program ??? import random import sys import Mod arg1 = int(sys.argv[1]) if arg1 >0 and arg1 <= 1000: print("Valid seed") random.seed(arg1) for x i…
what is the input that doesn\'t go to exploit_bomb. Dump of assembler code for f
what is the input that doesn't go to exploit_bomb. Dump of assembler code for function phase_3: => 0x08048c7a <+0>: sub $0x2c,%esp 0x08048c7d <+3>: lea 0x1c(…
what is the max # of keys a node can hold. Show thought process. what is the max
what is the max # of keys a node can hold. Show thought process. what is the max # of pointers to child nodes a node can hold? each node in this B-Tree (except the root) must cont…
what is the minimum number of times a Pre test loop will be exec 3 pts Question
what is the minimum number of times a Pre test loop will be exec 3 pts Question 10 -license Tag: String +Car() +main() +getLicenseTag0: String +setLicense Tag (newLicenseTag: Stri…
what is the output for the above program? (first time posting a question) Consid
what is the output for the above program? (first time posting a question) Consider the following program 1, for i from 1 to 12: MakeSet ( ) 3 Union(2, 10) 4 Union(7, 5) 5 Union(6,…
what is the output of the folowing code? #include #include us
what is the output of the folowing code? #include <iostream> #include <queue> using namespace std; int main() { queue<string> books; books.push("To kill a mockin…
what is the output of this code after compiling with C compiler #include
what is the output of this code after compiling with C compiler #include <time.h> #include <stdio.h> #include <stdlib.h> #include <sys.stat.h> #include <…
what is the output, please explain the code. 1.) template void fun(
what is the output, please explain the code. 1.) template <typename T> void fun(const T&x) { static int count = 0; cout << "x = " << x << count <<…
what is the problem in my program? #include #include using na
what is the problem in my program? #include <iostream> #include <cmath> using namespace std; // FUNCTION PROTYPE FOR test_polar void test_polar(); // FUNCTION PROTOTYP…
what is the solution for this Java project? DDLS4UDavpid-14446687-dt-content-rid
what is the solution for this Java project? DDLS4UDavpid-14446687-dt-content-rid-119240044 1/cours Create a project named FA2018 LAB3PART1 yourLastName - add a data type class nam…
what is the solution for this Java project? PART1-Requirement Create a project n
what is the solution for this Java project? PART1-Requirement Create a project named FA2018_LAB2PART1 yourLastName Then add a data type class named Account_yourlastName and a driv…
what is the solution for this java programming exercise? Java Programming The fi
what is the solution for this java programming exercise? Java Programming The final project will be used to solve the problem of gathering information about a person’s financial i…
what is the solution for this java programming exercise? The final project will
what is the solution for this java programming exercise? The final project will be used to solve the problem of gathering information about a person’s financial investments. Inves…
what is the solution for this java programming exercise? The final project will
what is the solution for this java programming exercise? The final project will be used to solve the problem of gathering information about a person’s financial investments. Inves…
what is the step to solve missing data on excel ? like this question Marilyn Mar
what is the step to solve missing data on excel ? like this question Marilyn Marshall, a Professor of sports economics, has obtained a data set of home attendance for each of the …
what is the subnet mask of the IP address...University of massachusetts lowell i
what is the subnet mask of the IP address...University of massachusetts lowell intro to data communication homework 3 7. In the slow start phase of the TCP congestion control algo…
what is the syntax to accomplish the following tasks ? ( In c# Please ) answer D
what is the syntax to accomplish the following tasks ? ( In c# Please ) answer D and E only please 13) What is the syntax to accomplish the following tasks? (10 pts.) a) Display t…
what is the translation for this from C to 8086 assembly language with inte nota
what is the translation for this from C to 8086 assembly language with inte notation? int findMinIndex (int integer_array[], int i, int j) { int iMin = i; // test against elements…
what is the worse case running time of the algorithm below, Use the big theta no
what is the worse case running time of the algorithm below, Use the big theta notation and justify your answer. for (i =0; i <= n-1; i++){ store xi in position Hash_f(xi) in ta…
what is the worst-case cost of finding records satisfying 10< A < 50 using this
what is the worst-case cost of finding records satisfying 10< A < 50 using this index, in terms of the number of records retrieved n1 and the height h of the tree ? What is …
what is threaded binary tree?? Solution Since traversing the three is the most f
what is threaded binary tree??
what is turnaround time for a process what is turnaround time for a process what
what is turnaround time for a process what is turnaround time for a process what is turnaround time for a process what is turnaround time for a process Multiple choice questions. …
what is wring with this code in visual studio C#, console application: Console.W
what is wring with this code in visual studio C#, console application: Console.WriteLine("please provide a whole number"); int theNumber = Convert.ToInt32(Console.ReadLine()); } b…
what is wrong or do you need more info to understand the question? In the Progra
what is wrong or do you need more info to understand the question? In the Programming Exercise Election Results, the class candidatedateType contains the function calculateTotalVo…
what is wrong with code there, the line: rb.velocity = Rigidbody. velocity.normi
what is wrong with code there, the line: rb.velocity = Rigidbody. velocity.normilized: shows an error? using System.Collections; using System.Collections.Generic; using UnityEngin…
what is wrong with my \" Inspection\" and \"BusinessViolation\" tables? CREATE T
what is wrong with my " Inspection" and "BusinessViolation" tables? CREATE TABLE BUSINESSVIOLATION( CAMIS VarChar(6) NOT NULL, InspectionDate Date, ActionCode VarCh…
what is wrong with my code? the number of score output is wrong. and the clear b
what is wrong with my code? the number of score output is wrong. and the clear button won't work. ===== package testscoregui; import java.util.ArrayList; import static java.util.C…
what is wrong with my code?? #include #include #include
what is wrong with my code?? #include <iostream> #include <fstream> #include <string> using namespace std; void input(); void search(); void edit(); void display…
what is your opinion about this Privacy Issues Evidently the Internet has change
what is your opinion about this Privacy Issues Evidently the Internet has changed everything about protection. By, the security is not ensured well both in the past and in the Int…
what is your opinion about this Privacy Issues Security is vital for specific co
what is your opinion about this Privacy Issues Security is vital for specific commercial enterprises to work on the Internet. Money related firms have officially made the jump to …
what is your opinion of this Privacy Issues Protection on the web is entirely a
what is your opinion of this Privacy Issues Protection on the web is entirely a desire in my brain. Individuals have a craving for anything they put online is their property and o…
what is< RTCC.h> libarary use it Arduino #include #include #inclu
what is< RTCC.h> libarary use it Arduino #include <TFT.h> #include <SD.h> #include <gciWidget.h> #include <RTCC.h> // Interactive Widgets (buttons et…
what kinds of management networking supermarket use? Put list of all the network
what kinds of management networking supermarket use? Put list of all the networking supermarket use. Also, what are the things supermarket have that related to the networking? wha…
what needed is : 1- Modify the code so that you overload the \"-\" operator to s
what needed is : 1- Modify the code so that you overload the "-" operator to subtract array2 from array1 2- Overload the "<<" operator so that it will print the entire array…
what other information do you need? 192.168.10.0/24 Part 4 Network Topology B Ro
what other information do you need? 192.168.10.0/24 Part 4 Network Topology B Router's Interfaces Table Fill in the following table with IP addresses and subnet masks for the rout…
what outputs are generated by the decoder circuit below What outputs are generat
what outputs are generated by the decoder circuit below What outputs are generated by the decoder circuit below? D0 = 1, D1 = 0, D2 = 1, D3 = 1, D4 = 1, D5 = 1, D6 = 1, D7 = 1 D0 …
what should i add to this to see when it is not prime u have to find the closest
what should i add to this to see when it is not prime u have to find the closest prime number (higher or a lower number) { Console.WriteLine("Enter a number"); int i = Convert.ToI…
what should i add to this to see when it is not prime u have to find the closest
what should i add to this to see when it is not prime u have to find the closest prime number (higher or a lower number) { Console.WriteLine("Enter a number"); int i = Convert.ToI…
what should i put for amp_scale or part d ? using matlab what should i put for a
what should i put for amp_scale or part d ? using matlab what should i put for amp_scale or part d ? using matlab what should i put for amp_scale or part d ? using matlab what sho…
what statement below best describes what is stored in a Network Address Translat
what statement below best describes what is stored in a Network Address Translation table: a. it stores addresses used on the LAN side of a router along with a port number and the…
what statement(s) is(are) true about the \"instruction set\" ? (can select multi
what statement(s) is(are) true about the "instruction set" ? (can select multiple) (a) The instruction set is the set of digital codes which are fed to the ALU, which cause it to …
what the answer for the question shown.pls explain when provide the answer.. Que
what the answer for the question shown.pls explain when provide the answer.. Question 20 5 pts Which statement is true about heap and stack memory? Local variables and their value…
what the output , input and processing tasks should be to meet the requirements
what the output, input and processing tasks should be to meet the requirements you have been given. 1) (10 pts) A program calculates the volume of a prism whose base is a regular …
what the output , input and processing tasks should be to meet the requirements
what the output, input and processing tasks should be to meet the requirements you have been given. 1) (10 pts) A program calculates the volume of a prism whose base is a regular …
what the purpose of this script is. How the script carries out this purpose. You
what the purpose of this script is. How the script carries out this purpose. You should describe the code in blocks. So you want to say things like the if statement that goes from…
what type of search is involved in solving true-false, multiple choice questions
what type of search is involved in solving true-false, multiple choice questions ?
what type of variable will you use in a program if you want the value stored in
what type of variable will you use in a program if you want the value stored in a variable to be fixed without the possibility of it being corrupted or changed accidentally later …
Subject
Web development and programming
Use Browse or pick another subject.