Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse I

Alphabetical listing with fast deep pagination.
87858 items • Page 78 / 1758

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
I am trying to create the following language in the Java language. I specificall
I am trying to create the following language in the Java language. I specifically need to be able to fill out a report using arrays and then answer a few questions using methods. …
I am trying to create the main menu. My idea is to put twolinks as user and admi
I am trying to create the main menu. My idea is to put twolinks as user and admin in the main menu. and another twolinks under them. it would be like this.                        …
I am trying to create these and insert these tables but i am received error mess
I am trying to create these and insert these tables but i am received error message. CREATE TABLE PATIENT ( 2 PATIENT_ID VARCHAR(15), 3 FNAME CHAR(30), 4 LNAME CHAR(30), 5 GENDER …
I am trying to create this code to complete these exercises and do not know what
I am trying to create this code to complete these exercises and do not know what to do. Can someone please help? I am not too good with java programming so nothing too complicated…
I am trying to debug this. #include se it is an array of characters t
I am trying to debug this. #include <iostream> se it is an array of characters terminated with a , it is seen as a string.    */ #include <cstdlib> //for NULL using na…
I am trying to decide how to represent the Polynomialclass. The problems states
I am trying to decide how to represent the Polynomialclass. The problems states that the Polynomial is an array ofterms.   Each term has a coefficent and anexponent. Should I have…
I am trying to decode a piece of code from a book: List people = new Lis
I am trying to decode a piece of code from a book: List<Person> people = new List<Person>() { new Person {FirstName="Homer",LastName="Simpson",Age=47}, new Person {Fir…
I am trying to defuse phase_2 in the bomblab project.Is there someone that can h
I am trying to defuse phase_2 in the bomblab project.Is there someone that can help me get started.; I know ofcourse that I am supposed to enter six numbers with space between. 0x…
I am trying to delete one line from just one line from the text file (if user en
I am trying to delete one line from just one line from the text file (if user enter username1 then delete all the data from the line include username1) Can someone help me to fix …
I am trying to derive an equation. We are given the solutions to two equations,
I am trying to derive an equation. We are given the solutions to two equations, which should look like this: a =2 x x2/t2 - x1/t1 divided by t2-t1 and vo = (t2/t1)x1 -(t1/t2)x2 di…
I am trying to desgin a little penny balista toy (built with a 3d printer). The
I am trying to desgin a little penny balista toy (built with a 3d printer). The short description is that there is a track with a mass ("hammer") that slides along it. There is a …
I am trying to design a context-free grammar for the language of bit-strings wit
I am trying to design a context-free grammar for the language of bit-strings with an equal number of 0's as 1's. I have devised the following grammar: S rightarrow epsilon S right…
I am trying to design a device that uses a spring to shot a projectile and I am
I am trying to design a device that uses a spring to shot a projectile and I am having difficulty figuring out the angle and initial speed needed. I need it to go a horizontal dis…
I am trying to design a login and account creation form for a project. How would
I am trying to design a login and account creation form for a project. How would I store the usernames and passwords entered by the user(s) for validation purposes? Here is the co…
I am trying to design an application where users can make posts with Django on t
I am trying to design an application where users can make posts with Django on the backend. Right now I have to refresh the page with JavaScript every 20 or 30 seconds to check fo…
I am trying to determine how to manage types and conversions between types withi
I am trying to determine how to manage types and conversions between types within a compiler that I am writing. The compiler is being written in C#. There are a number of differen…
I am trying to determine the density for a 1.0 M stock solution of NaCL + Water
I am trying to determine the density for a 1.0 M stock solution of NaCL + Water in 5 mL aliquots (max volume delivered is 20 mL - beaker weighed each time) I am then supposed to d…
I am trying to determine the final diameter of a heated shaft with initial tempe
I am trying to determine the final diameter of a heated shaft with initial temperature 70 deg F and final temperature 375 deg F. I have used two different methods which produce di…
I am trying to develop a web application on a windows machine using apache wicke
I am trying to develop a web application on a windows machine using apache wicket, java, jquery etc. Apache wicket comes with an embedded jetty server. I am using eclipse as the I…
I am trying to develop an e-commerce website. I am looking for a good IDE which
I am trying to develop an e-commerce website. I am looking for a good IDE which has good code completion (like IntelliSense). I have tried Sublime 2, PhpStorm, NetBeans, Edge Code…
I am trying to develop one java class for this UML diagram Thermostat Housing te
I am trying to develop one java class for this UML diagram Thermostat Housing             temperature: int             cold: int             heat: int             van: int        …
I am trying to display the 7 segment display in verilog for sec on the altera bo
I am trying to display the 7 segment display in verilog for sec on the altera board but it is giving me an error "left-hand side of assignment must have a variable data type" for …
I am trying to do a Visual Basic Project. I want to get out put After Entering t
I am trying to do a Visual Basic Project. I want to get out put After Entering the followings Inputs: Inputs: # BeefDogs      1 (Entered) # PorkDogs      2 (Entered) # TurkeyDogs …
I am trying to do a bit counter that only counters bits of \'\'1\'\' and not \'\
I am trying to do a bit counter that only counters bits of ''1'' and not ''0'' Here is my code, but it does not work :/ can somebody please give me a hand? i HAVE to use loop stat…
I am trying to do a bit counter that only counters bits of \'\'1\'\' and not \'\
I am trying to do a bit counter that only counters bits of ''1'' and not ''0'' Here is my code, but it does not work :/ can somebody please give me a hand? i HAVE to use loop stat…
I am trying to do a crude particle identification, using a Bethe Bloch tenchniqu
I am trying to do a crude particle identification, using a Bethe Bloch tenchnique. Here is a plot I made from the data that I have enter image description here From what I've read…
I am trying to do a problem that i have previously done but then i am trying to
I am trying to do a problem that i have previously done but then i am trying to add two more buttons to it, I have to add a A==B radio button and a "Make B Copy of A" Button. I wi…
I am trying to do a swap. I have to use the -> operator. The purpose of this is
I am trying to do a swap. I have to use the -> operator. The purpose of this is to delete a contact in a phonebook. The previously mentioned operator has to be used because it …
I am trying to do an automated detection and tracking program to track zebrafish
I am trying to do an automated detection and tracking program to track zebrafish in a video file using MATLAB. We are having trouble trying to find the connected components and th…
I am trying to do as many excerises to prepare for an exam, but this one I am st
I am trying to do as many excerises to prepare for an exam, but this one I am stuck!! Can't seem to move forward.Ugh, please help!   The exercise description is this:             …
I am trying to do insertion sort algorithm with given number of arrays, but my o
I am trying to do insertion sort algorithm with given number of arrays, but my output is repeating 1 1 3 3 5 5 6 8 8 9 how can i fix this? my code is below #include<iostream&gt…
I am trying to do my study guide for Psy 202, and my professor has asked to dete
I am trying to do my study guide for Psy 202, and my professor has asked to determine what type of psychological disorders these are, but she does not give me a list. Can someone …
I am trying to do my study guide for Psy 202, and my professor has asked to dete
I am trying to do my study guide for Psy 202, and my professor has asked to determine what type of psychological disorders these are, but she does not give me a list. Can someone …
I am trying to do the Student Test Scores problem (#3, page 593) CHAPTER 9 in St
I am trying to do the Student Test Scores problem (#3, page 593) CHAPTER 9 in Starting Out with Visual Basic 2012. There is a solution posted, butI cannot use it because in step 6…
I am trying to do this assignment. I am not understanding how can I allocate mem
I am trying to do this assignment. I am not understanding how can I allocate memory to a structure using double pointer. Please help. #include <stdio.h> #include <stdlib.…
I am trying to do this in Java; You should submit a single .js file called autom
I am trying to do this in Java; You should submit a single .js file called automobile.js which when run with node.js using the command "node automobile.js" produces the described …
I am trying to do this in java but I\'m not sure how to go about comparing the p
I am trying to do this in java but I'm not sure how to go about comparing the properties. Any hints on how to start woudl be appreciated. Deep comparison The == operator compares …
I am trying to do this using java. Some number of bombs sit in a linear chamber,
I am trying to do this using java. Some number of bombs sit in a linear chamber, at time 0. At time 1, the bombs explode. Each sends one piece of shrapnel to the left and one piec…
I am trying to encrypt few database columns (string values) using Java AES algor
I am trying to encrypt few database columns (string values) using Java AES algorithm. This is to protect certain sensitive data. For some users these data should decrypted. In Jav…
I am trying to evaluate forces exerted on an axle. The axle is driven by engine(
I am trying to evaluate forces exerted on an axle. The axle is driven by engine(chain drive) and a sprocket with d=10" (The loose side of the chain is assumed to be zero tension a…
I am trying to execute this program and cannot figure out what I am doing wrong.
I am trying to execute this program and cannot figure out what I am doing wrong. This is the first time I have used Python so I'm sure someone more advanced will find the error im…
I am trying to figure out a calculation and my formula must have an order of ope
I am trying to figure out a calculation and my formula must have an order of operations error or something, could someone please take a look and see? We are trying to find the "cu…
I am trying to figure out a conceptual question and I cannot relate it to any th
I am trying to figure out a conceptual question and I cannot relate it to any that I have seen before. The situation involves a magnet being dropped through an aluminum pipe with …
I am trying to figure out a homework problem and the helpgiven on the website is
I am trying to figure out a homework problem and the helpgiven on the website is flawed: I'm having a problem settingup this answer because of the two unknown variables. Here isth…
I am trying to figure out a way to write a function in C where the user enters i
I am trying to figure out a way to write a function in C where the user enters in an integer, then a operand (+,*,/, or -), then enters another integer. It then needs to carryout …
I am trying to figure out how chegg came to a solution in part B of one of the t
I am trying to figure out how chegg came to a solution in part B of one of the textbook questions. It needs a little more explaining. When I click the "offer feedback" option it d…
I am trying to figure out how to check if a user inputs a negative number or an
I am trying to figure out how to check if a user inputs a negative number or an alphabetic character and ask the user to re-enter the number as long as it is in the incorrect form…
I am trying to figure out how to create a Java GUI Program for the following Sce
I am trying to figure out how to create a Java GUI Program for the following Scenario. You own a small online t-shirt store and need a Java program that will handle the collecting…
I am trying to figure out how to display \"ERROR\" after the equal sign when the
I am trying to figure out how to display "ERROR" after the equal sign when the user tries to divide by zero. The place where I have put the percent signs for now, it where I want …
I am trying to figure out how to do this : Write a program that displays a table
I am trying to figure out how to do this : Write a program that displays a table resembling a spreadshet.The column headings should show the values A,B,C,D, and E, and the row hea…