Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 85 / 1758
I am trying to write a C++ program in which two 2-digit random numbers are gener
I am trying to write a C++ program in which two 2-digit random numbers are generated then used to ask a young student to choose a math problem; addition, subtraction, or multiplic…
I am trying to write a C++ program that creates a structure called components, t
I am trying to write a C++ program that creates a structure called components, then creates a vector using the structure components and pass it by reference to a function called f…
I am trying to write a Python function extractAlignment(S) that takes in as an i
I am trying to write a Python function extractAlignment(S) that takes in as an input a matrix S, of dynamic length nx by ny (these lengths are determined by strings inputted into …
I am trying to write a Python function extractAlignment(S) that takes in as an i
I am trying to write a Python function extractAlignment(S) that takes in as an input a matrix S, of dynamic length nx by ny (these lengths are determined by strings inputted into …
I am trying to write a Python function extractAlignment(S) that takes in as an i
I am trying to write a Python function extractAlignment(S) that takes in as an input a matrix S, of dynamic length nx by ny (these lengths are determined by strings inputted into …
I am trying to write a SML recursive function called mergePass that will take a
I am trying to write a SML recursive function called mergePass that will take a list of list and merge pairs of the list. The number of sublist does not have to be even for exampl…
I am trying to write a code that creates new files and write the inorder, preord
I am trying to write a code that creates new files and write the inorder, preorder, postorder of a BST to those files. I keep getting errors at the 3 lines marked (void type not a…
I am trying to write a code that will input name age and state of family members
I am trying to write a code that will input name age and state of family members, then print the average age and family that live in Texas only. Can anyone tell me where I am goin…
I am trying to write a discussion for statistics in healthcare class, this is th
I am trying to write a discussion for statistics in healthcare class, this is the question: "Present two different types of data, or variables, used in the health field. Examples …
I am trying to write a function in C. The function prints a line with - printf(\
I am trying to write a function in C. The function prints a line with - printf("Player Move: "); I need to then take a row and column number seperated by a space. IF the input is …
I am trying to write a function that calculates the average of a sequence of num
I am trying to write a function that calculates the average of a sequence of numbers in an array. It should take in an input array and prints out the average with with only two pl…
I am trying to write a function which locates amicable pairs withina given range
I am trying to write a function which locates amicable pairs withina given range. An amicable number is one such that the sum of itsfactors equals a number whose sum of factors eq…
I am trying to write a java code to obtain mouse current position and want the o
I am trying to write a java code to obtain mouse current position and want the object to match the string with one of the case: "up"the next position should be the current row-1/c…
I am trying to write a java code to obtain mouse current position and want the o
I am trying to write a java code to obtain mouse current position and want the object to match the string with one of the case: "up"the next position should be the current row-1/c…
I am trying to write a java programm that could find the maximum temp from an ar
I am trying to write a java programm that could find the maximum temp from an array of temperatures and find out how many time that temp appare in the array, however, i am not qui…
I am trying to write a matlab code to solve for 13 equations with 13 unknowns. b
I am trying to write a matlab code to solve for 13 equations with 13 unknowns. below is the code. function flow = myCredit (f1, hL1, Re1, v2, f2, hL2, Re2, hL, hpump, v1, vdot2, v…
I am trying to write a method that returns an array containing all elements of s
I am trying to write a method that returns an array containing all elements of students who have a gpa LESS THAN 2.0. This array should not contain any null elements. That is, if …
I am trying to write a operator overloading = I have written following code in p
I am trying to write a operator overloading = I have written following code in public area of classMobileNumber mNumber is integer private variable friend MobileNumber &operat…
I am trying to write a pl/sql procedure that functions as a trojan horse program
I am trying to write a pl/sql procedure that functions as a trojan horse program between user A and user B. User B cannot access the employee table. Only user A can. The idea is t…
I am trying to write a program for my 15 puzzle poject, but im continuing to get
I am trying to write a program for my 15 puzzle poject, but im continuing to get compiling errors becuase of the sleep, gotoxy and time functions in my program using visual studio…
I am trying to write a program for the proposed problem: File Textese.txt contai
I am trying to write a program for the proposed problem: File Textese.txt contains pairs of English words and their text equivalents. Write a program that requests an English sent…
I am trying to write a program in C that will read an undetermined amount of tex
I am trying to write a program in C that will read an undetermined amount of text (looking for EOF) and read 80 characters at a time then assigning each separate chunk of 80 chara…
I am trying to write a program in C++ that will read a file, then output into a
I am trying to write a program in C++ that will read a file, then output into a new file in ASCII +5. The input file has 4 lines. My problem is I can't get the output to have 4 li…
I am trying to write a program in C++ that will verify a user has entered a pass
I am trying to write a program in C++ that will verify a user has entered a password that is at least 6 characters long and has at least 1 digit. I keep getting invalid password. …
I am trying to write a program in c++ that will read the text from a fle and cou
I am trying to write a program in c++ that will read the text from a fle and count the number of times it reads the letter 'e' . My code now is not reading 'e' at all. I am not su…
I am trying to write a program in which I allow the user to inputand initial tim
I am trying to write a program in which I allow the user to inputand initial time and a final time using military time. I keep onreceiving an error message that states that i need…
I am trying to write a program out of pseudocode (I used the LEGO mindstorm NXT
I am trying to write a program out of pseudocode (I used the LEGO mindstorm NXT 2.0). I got the Mario theme song score and implemented it to the LEGO software. I want it to also i…
I am trying to write a program that can be saved in notepad as an .html, and the
I am trying to write a program that can be saved in notepad as an .html, and then be opened in a web-browser to display the following: Welcome to the Menu Maker! Item name: Pastra…
I am trying to write a program that generates a table of temperature conversions
I am trying to write a program that generates a table of temperature conversions. I am very new to C++ and I really need some help. I do know that there is error in my code and it…
I am trying to write a program that generates a table of temperature conversions
I am trying to write a program that generates a table of temperature conversions. I am very new to C++ and I really need some help. I do know that there is error in my code and it…
I am trying to write a program that is a trivia game. Start with player 1, each
I am trying to write a program that is a trivia game. Start with player 1, each player gets a turn at answering 5 trivia questions (there are 10 questions total). When a question …
I am trying to write a program that numbers the lines from a giventext file (whi
I am trying to write a program that numbers the lines from a giventext file (which is specified by the user) and outputs the textfile's lines with numbers onto the screen and also…
I am trying to write a program that produces a table thatshows the conversions f
I am trying to write a program that produces a table thatshows the conversions from Fahrenheit to Celsius for values from 0degrees F to 100 degrees F, and I need a line for every …
I am trying to write a program that takes a number sequence and converts it to a
I am trying to write a program that takes a number sequence and converts it to a word. All letters of the alphabet as assigned numbers the same as found on a telephone. I have wri…
I am trying to write a program to solve this problem for discrete math. I am all
I am trying to write a program to solve this problem for discrete math. I am allowed to use any language. I prefer to use either Java or C++. Would anyone mind helping me? We need…
I am trying to write a program where a mouse \"M\" moves through a maze by a ran
I am trying to write a program where a mouse "M" moves through a maze by a random number. So either it moves up, down, left, right or diagonal. So, a total of 4 possible. The mous…
I am trying to write a proof using a loop invariant for an algorithm that I wrot
I am trying to write a proof using a loop invariant for an algorithm that I wrote, where A is the array and v is the value being searched for: bSearch(A, v) { return binarySearch(…
I am trying to write a query to \"Write a subquery to return one row per vendor,
I am trying to write a query to "Write a subquery to return one row per vendor, representing the vendor’s earliest invoice_due_date. Each row should include ( vendor name, vendor_…
I am trying to write a query to \"Write a subquery to return one row per vendor,
I am trying to write a query to "Write a subquery to return one row per vendor, representing the vendor’s earliest invoice_due_date. Each row should include ( vendor name, vendor_…
I am trying to write a recursive method to backtrack the steps in a maze. The pr
I am trying to write a recursive method to backtrack the steps in a maze. The program needs to print the path to exit the maze. The code below is what I have so far. It works as f…
I am trying to write a simple text based game program, &need help with some of t
I am trying to write a simple text based game program, &need help with some of the basics. Specifically, I can declare only1 boolean for each object and only 1 int variable. I…
I am trying to write a sql queiry to answer this question: What lakes tend to ha
I am trying to write a sql queiry to answer this question: What lakes tend to have the best / worst water quality? Are the lakes with the best / worst water quality consistent ove…
I am trying to write a test program that creates several accounts and tests all
I am trying to write a test program that creates several accounts and tests all of the methods. In addition, I need to override the toString() method of the Object class and add o…
I am trying to write a top level module for 4x1 mux circuit to implement the cir
I am trying to write a top level module for 4x1 mux circuit to implement the circuit on an Altera FPGA board. What I am having trouble is crating the top level module to implement…
I am trying to write a “C++” program to allow the user to input a range of integ
I am trying to write a “C++” program to allow the user to input a range of integers and would output all the integers between those values. I already came up with a program, but i…
I am trying to write an algorithm to determine if an array of five cards contain
I am trying to write an algorithm to determine if an array of five cards contains three of a kind. I've pasted what I have now below, I haven't gotten very far yet. Any ideas on h…
I am trying to write an angular service to interface with a RESTful API. For sak
I am trying to write an angular service to interface with a RESTful API. For sake of simplicity, lets assume the API is + Company |___+ Department | |____ Person | |____ Person …
I am trying to write an article with the prompt: You are a professional with an
I am trying to write an article with the prompt: You are a professional with an office of your own, and you have a 5 year old son. Your daycare has called to say that it will not …
I am trying to write an article with the prompt: You supervise a number of emplo
I am trying to write an article with the prompt: You supervise a number of employees who work on their computers most of the day. You have reason to believe that some or many of t…
I am trying to write an article with the prompt: Your best friend at work has be
I am trying to write an article with the prompt: Your best friend at work has been showing up late for work, and even then is not doing all of the things she needs to do. You have…