Web development and programming
191828 questions • Page 3804 / 3837
what was wrong with the logic? import java.util.Scanner; import static java.lang
what was wrong with the logic? import java.util.Scanner; import static java.lang.System.out; public class Mean { public static void main(String[] args){ Scanner sc =new Scanner(Sy…
what will be printed from the following a) x=12 while (x >7) { printf(\"%d\ \",
what will be printed from the following a) x=12 while (x >7) { printf("%d ", x); x--; { b) for (int x=12; x>7;x--) printf(" %d ",x); c) x=12 do { printf("%d ",x); x--; } whi…
what will be the correct answer. Someone tells you the consensus protocol discus
what will be the correct answer. Someone tells you the consensus protocol discussed in lecture for synchronous system:s is wrong because we do not know f (i.e., the number of fail…
what will be the out for N=4 please explain the steps in details to how to get i
what will be the out for N=4 please explain the steps in details to how to get it., just the final answer is not enough.( I know the answer) I need to understand the back and fort…
what will be the out for i=4 please explain the steps in details to how to get i
what will be the out for i=4 please explain the steps in details to how to get it., just the final answer is not enough. I need to understand the back and forth between two functi…
what will be the output of the following programs. Also (a) explain the output a
what will be the output of the following programs. Also (a) explain the output and (b) if an error occurred while executing the given program, analyse the error and proposed the s…
what will be the solution of above problem which have 4 parts numbered as 7,8,9,
what will be the solution of above problem which have 4 parts numbered as 7,8,9,14. 14. A group of four processes PO-P3 sends out multicasts in a nun as shown below. The group 14.…
what would be the input values for this assembly code? bomb should not explode.
what would be the input values for this assembly code? bomb should not explode. 08048c38 <phase_3>: 8048c38: 83 ec 1c sub $0x1c,%esp 8048c3b: c7 04 24 73 a3 0…
what would be the procedure for an multi-dimensional array first read integer N
what would be the procedure for an multi-dimensional array first read integer N which denotes the number of dimensions of a multi-dimensional array. Next read the dimensions d0 d1…
what you are about to read is a copy paste of one attempt to help... but it did
what you are about to read is a copy paste of one attempt to help... but it did not work i got a message...'return' statement outside of function....i think the key is: use the va…
what\'s wrong with my pirateMove function. Please help c++ here\'s the instructi
what's wrong with my pirateMove function. Please help c++ here's the instructions of the code design Overview The area between the harbor and the hole in the reef can be represent…
what\'s wrong with programming? #include #include using nams
what's wrong with programming? #include <iostream> #include <string> using namspace std; struct names { string first; string last; }; int main() { names.customer = "Sm…
whats the conversion for this from C to x86 assembly language with intel notatio
whats the conversion for this from C to x86 assembly language with intel notation? int performOperation (int operation, int first, int second) { if (operation==0) return fi…
whats wrong with my code? ------- bool sameSet(const int *aBeg, const int *aEnd,
whats wrong with my code? ------- bool sameSet(const int *aBeg, const int *aEnd, const int *bBeg, const int *bEnd) { // Add your code yere while (aBeg != aEnd) { while(bBeg != bBe…
whats wrong with my code? please help public class ParkingTicketSimulator { publ
whats wrong with my code? please help public class ParkingTicketSimulator { public static void main(String [] args) { //create a ParkedCar object, parked for 30 minutes ParkedCar …
whats wrong with this answer. Two stacks of the same type are the same if they h
whats wrong with this answer. Two stacks of the same type are the same if they have the same number of elements and their elements at the corresponding positions are the same. Ove…
whats wrong with this code? import java.io.*; import java.security.*; class demo
whats wrong with this code? import java.io.*; import java.security.*; class demo2 { public static void main(String args[]) { try { FileInputStream fis = new FileInputStream("demo1…
whats wrong with this sql below. i cant make it run. CREATE TABLE SALE_02( SaleI
whats wrong with this sql below. i cant make it run. CREATE TABLE SALE_02( SaleID INT NOT NULL IDENTITY(20150001, 1), DateOfSale DATE NOT NULL, Ema…
when I change the interest I want my program to change interest for all accounts
when I change the interest I want my program to change interest for all accounts when I hit display like the output shown rather then just keep the previous one OUTPUT 1. Add new …
when I coding, it shows my grade is 9/100 because size should be 11 after 10 thi
when I coding, it shows my grade is 9/100 because size should be 11 after 10 things and prepend but instead of 10. CS 143 Assignment 1 IntArray With Prepend DUE on Monday, October…
when I run the main function, the output of tolowercase didn\'t come out. Here i
when I run the main function, the output of tolowercase didn't come out. Here is my whole code. I am very confused now, please help me. Here is my whole code. #include <iostrea…
when I run this it is gives me an error LAB Editor-CAUsersarpan,DocumentsYMATLAB
when I run this it is gives me an error LAB Editor-CAUsersarpan,DocumentsYMATLABAd.rm function [V]- Findvolume (N,A) 2prompts 'What is the number of membex in your family In' 3res…
when I run this source code I have see errors so plz removethe errors if it poss
when I run this source code I have see errors so plz removethe errors if it possible...... I want the output will be like this: O…
when I run this sourcecode I have see errors so plz remove the errors if itpossi
when I run this sourcecode I have see errors so plz remove the errors if itpossible...... I want the output will be like this: OU…
when I run this sourcecode I have see errors so plz remove the errors if itpossi
when I run this sourcecode I have see errors so plz remove the errors if itpossible...... I want the output will be like this: OU…
when I run this sourcecode I have see errors so plz remove the errors if itpossi
when I run this sourcecode I have see errors so plz remove the errors if itpossible...... I want the output will be like this: OU…
when I runt this code in C++, I seem to be getting errors and I need help fixing
when I runt this code in C++, I seem to be getting errors and I need help fixing it. #include <iostream> using namespace std; int main() { double temperature = 0.0; char u; …
when I tried running this, an error occured on this line: Node2 newNode = new No
when I tried running this, an error occured on this line: Node2 newNode = new Node2();... the error that came out is that the symbol cannot be found.. and the arrow pointed to the…
when I try to compile in Devc++, i\'m getting an error in theconstructor of the
when I try to compile in Devc++, i'm getting an error in theconstructor of the amplifier class, do you know how to fix it? #include <iostream> using namespace std; class Cir…
when I try to run it, it asks and allows me to enter the birth date, month and y
when I try to run it, it asks and allows me to enter the birth date, month and year, but as soon as i enter in the place it throws this: Exception in thread "main" java.lang.NullP…
when I use the virtual pc 2007 to install win95 OS, Icapture the floppy disk ima
when I use the virtual pc 2007 to install win95 OS, Icapture the floppy disk image for the boot disk, and I capture theISO file for the win95 operating system. But there is a prob…
when a function needs access to an original argument passed to it, for example i
when a function needs access to an original argument passed to it, for example in order to change its value, the argument needs to be(?) istory Bookmarks Window Help Coastdistrict…
when a particular rubber ball is dropped form a given height (in metere) its imp
when a particular rubber ball is dropped form a given height (in metere) its impact speed (in meters /second when it hits the ground is given by this formula speed=2gh where g is …
when an aircraft or an automobile is moving through the atmosphere, it must over
when an aircraft or an automobile is moving through the atmosphere, it must overcome a force called drag that works against the motion of the vehicle. the drag force can be expres…
when entering a negative number it does not come up with the correct answer all
when entering a negative number it does not come up with the correct answer all the time. Any ides on how to fix this? import java.util.*; import java.lang.Math; public class Bina…
when i compile the following code, command prompt stops working after getting in
when i compile the following code, command prompt stops working after getting inputs. im stuck. i think there should be a problem with memory allocation. please help #include <…
when i run my python/flask program i get click able URL\'s in the console output
when i run my python/flask program i get click able URL's in the console output. I am trying to figure out why? Do i have a pycharm plugin installed or is it my source code somewh…
when i tried to call My Rectangle class after compiling it, it gives me some kin
when i tried to call My Rectangle class after compiling it, it gives me some king of java.lang.NoSuchMethodError.It compiles fines,but gives error when tried to run.Can anyone fix…
when i try to run my code system shows this ///////// Exception in Application s
when i try to run my code system shows this ///////// Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.…
when i use this code while ((inFile >> strs[0] >> strs[1] >> nums[0] >> nums[1]
when i use this code while ((inFile >> strs[0] >> strs[1] >> nums[0] >> nums[1] >> nums[2] >> strs[2] >> strs[3] >> strs[4] >…
when the processor generates a memory reference and causes a page to be (8 pts)
when the processor generates a memory reference and causes a page to be (8 pts) Memory Caching- LI & L2 and the Translation Lookaside Buffer (TLB) In Chapter 7.6.7 the book de…
when u borrow money to buy a house,a car,or for some other purposes,then u typic
when u borrow money to buy a house,a car,or for some other purposes,then u typically repay it by making periodic payments.Suppose that the loan amount is L,r is the interest rate …
when u borrow money to buy a house,a car,or for some other purposes,then u typic
when u borrow money to buy a house,a car,or for some other purposes,then u typically repay it by making periodic payments.Suppose that the loan amount is L,r is the…
when we outsoure the system development proj?ects to a third party developer, we
when we outsoure the system development proj?ects to a third party developer, we usually have there contract options: If the business needs are not entirely clear and we need the …
when writing a program and storing a .txt file that contains data into the follo
when writing a program and storing a .txt file that contains data into the following four function 1-unsorted linked list function 2-sorted list function 3-unsorted array function…
when you answer questions, please use the line numbers in the images below: Ques
when you answer questions, please use the line numbers in the images below: Question 1 Question 1 options: Which method does the program execution start with? Fill in the blank be…
whenAnalyze the following code - which of the following statements accurately re
whenAnalyze the following code - which of the following statements accurately reflect the state of what is happening class Circle { public: Circle(unsigned r) : m_radius(r) {…
where P is the principle in dollars), r is the interest rate (per year), and t i
where P is the principle in dollars), r is the interest rate (per year), and t is the time (in years). However, this time the user will input the time in days, not years, meaning …
where P(t) represents number of individuals in a population as a function of tim
where P(t) represents number of individuals in a population as a function of time, t is time, and k is proportionality constant. Consider a particular population of vertebrates wh…
where Xavg is the average of the N numbers of x1, x2, ... . Definea function tha
where Xavg is the average of the N numbers of x1, x2, ... . Definea function that takes a partially filled array of numbers as itsarguments and returns the standard deviation of t…
Subject
Web development and programming
Use Browse or pick another subject.