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

Browse All

Alphabetical listing with fast deep pagination.
1197283 items • Page 381 / 23946

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
**IMPORTANT!!: C++ only Note you must use the string operators and CHRACTER func
**IMPORTANT!!: C++ only Note you must use the string operators and CHRACTER functions we discussed in class (Chapter 14 supplement) to solve this problem (examples: the subscript …
**IN C++ LANGUAGE** Overview A cell phone provider has three different subscript
**IN C++ LANGUAGE** Overview A cell phone provider has three different subscription packages for its customers: Package A: The monthly cost is $29.99 and there are 300 available m…
**IN C++ ONLY** The file data.txt holds the names and grades for the students in
**IN C++ ONLY** The file data.txt holds the names and grades for the students in a math class. Your C++ program will calculate and display the average for each student, as well as…
**IN JAVA CODE Write a Program Write a Lottery class that simulates a 6-number l
**IN JAVA CODE Write a Program Write a Lottery class that simulates a 6-number lottery (e.g. "Lotto"). The class should have an array of six integers named lotteryNumbers, and ano…
**IT WOULD HELP TO KNOW WHICH QUESTION NEEDS CLARIFICATION** Please forgive the
**IT WOULD HELP TO KNOW WHICH QUESTION NEEDS CLARIFICATION** Please forgive the typing out of this lengthy paper. However, it is my experience that camera shots are less frequent …
**I\'d like to mention that this seems like a long problem. It\'s the way it\'s
**I'd like to mention that this seems like a long problem. It's the way it's listed on mastering Physics, but please give feedback if it needs to be posted on Cramster as several …
**I\'m creating a Minesweeper game and I don\'t know how to connect user input (
**I'm creating a Minesweeper game and I don't know how to connect user input (make_move) to the Board. (I commented out some of my ideas but I'm not sure)** ---------- import rand…
**If answer is clear correct and readable I will provide positive feedback ** Co
**If answer is clear correct and readable I will provide positive feedback ** Consider a single-server queuing syatem. If the arrival rate is 8080 units per hour, and each custome…
**If finished in the next 2 hours, i will double to point reward!!** This is the
**If finished in the next 2 hours, i will double to point reward!!** This is the assignment: This is what I have so far: Write a class Square that has attributes: x and y - the co…
**If the code isnt compiling correctly, go to Properties-->\"C/C++ Build\"-->col
**If the code isnt compiling correctly, go to Properties-->"C/C++ Build"-->collapse and select "Settings". Under Tool settings tab highlight Miscellaneous. Add -std=C++11 to…
**Ignition coils typically have a primary-to-secondary turns ratio around 1:80.
**Ignition coils typically have a primary-to-secondary turns ratio around 1:80. To determine the turns ratio for your particular coil, set up the circuit shown in figure 4.**^ 1.)…
**Im sorry this is the second time this happened... the \"2r\" is 2raised to the
**Im sorry this is the second time this happened... the "2r" is 2raised to the r power, and the 2(p/q) is 2 raised to the power of(p/q). and further 2p and 3q are each raised to t…
**In Java Turn NonFiction category code into an enumerated type with possible va
**In Java Turn NonFiction category code into an enumerated type with possible values of biography, technology, history, science, autobiography. public class NonFiction extends Boo…
**In Java Write a method, calculatePay, that accepts hours and payRate. The meth
**In Java Write a method, calculatePay, that accepts hours and payRate. The method calculates and prints the gross pay. Write a method, average, that reads in three integers and r…
**In Java or C++** Build a system which allows a client to practice multiple cho
**In Java or C++** Build a system which allows a client to practice multiple choice tests in math. Design and implement a client and server programs over a TCP network socket conn…
**In java, below is what I have so far. 2. Write program WriteFile that writes t
**In java, below is what I have so far. 2. Write program WriteFile that writes the book data to books.txt. The data array is no longer used. Fiction AbrahamLincolnVampireHunter Gr…
**Interest Rate Determination** Mortgage loan. You borrow $100,000 for twenty ye
**Interest Rate Determination** Mortgage loan. You borrow $100,000 for twenty years at 5.25% interest on Halloween, 2017. What is your monthly payment? What is the principal and i…
**JAVA ASSIGMENT** Chapter 20 Assignment Requirements Create a new Eclipse proje
**JAVA ASSIGMENT** Chapter 20 Assignment Requirements Create a new Eclipse project named so as to include your name (eg smith20 or jones20). In this project, create a new package …
**JAVA OOP** Consider the following code: public class JavaIsGood { public stati
**JAVA OOP** Consider the following code: public class JavaIsGood { public static void main(String[] args) { String str = new String("I love Java!"); Object obj = str; String n = …
**JAVA PROJECT You will be practicing the use of the built in List libraries in
**JAVA PROJECT You will be practicing the use of the built in List libraries in java.util including ArrayList, List, and Collections. Modify template classes to find the distance …
**JAVA Program - cannot be two files (i.e. name.java)...need to use - import jav
**JAVA Program - cannot be two files (i.e. name.java)...need to use - import java.util.Scanner; and public static void main (String [] args) ** Make a LandTract class with the fol…
**JAVA Program- reading in a file and user input into two different String array
**JAVA Program- reading in a file and user input into two different String arrays. I have a JAVA program that takes in a file and searches for specified words. It is supposed to b…
**JAVA** A double-ended queue is a list that allows the addition and removal of
**JAVA** A double-ended queue is a list that allows the addition and removal of items from either end. One end is arbitrarily called the front and other the rear, but the two ends…
**JAVA** You have been hired by TAMU Transportation Services to write a program
**JAVA** You have been hired by TAMU Transportation Services to write a program that simulates all parts of a TAMU police officer issuing a parking ticket. The classes you need to…
**JAVA** public class BinarySearch { /** Use binary search to find the key in th
**JAVA** public class BinarySearch { /** Use binary search to find the key in the list */ public static int binarySearch(int[] list, int key) { int low = 0; int high = list.length…
**JAVA**Write a method that produces the output shown below. This output was wri
**JAVA**Write a method that produces the output shown below. This output was written by call number 1. In the example, the recursion stopped when it reached four levels deep, but …
**Java Language only** (Direction of code :Write a class named PhoneBookEntry th
**Java Language only** (Direction of code :Write a class named PhoneBookEntry that has fields for a person’s name and phone number. The class should have a constructor and appropr…
**Java Language only** **Please let it be copy pastable to netbeans** I will thu
**Java Language only** **Please let it be copy pastable to netbeans** I will thumbs up good work thank you!! Write a java code that has 6 sections too it each section will hold in…
**Java Language only** **Please let it be copy pastable to netbeans** I will thu
**Java Language only** **Please let it be copy pastable to netbeans** I will thumbs up good work thank you!!! Write a java code that has 6 sections too it each section will hold i…
**Java Language only** Directions: The code below tells the user to enter 5 numb
**Java Language only** Directions: The code below tells the user to enter 5 numbers 0-9, To see if they will match the randomly selected numbers. the code is Imitating the lottery…
**Java Language only** Directions: the code below tells me the first, second and
**Java Language only** Directions: the code below tells me the first, second and third most relevant numbers that popped up in the array, as well as how many times they popped up …
**Java Language only** Directions: the code below tells me the first, second and
**Java Language only** Directions: the code below tells me the first, second and third most relevant numbers that popped up in the array, as well as how many times they popped up …
**Java Language only** Directions:the code below tells me the first second and t
**Java Language only** Directions:the code below tells me the first second and third numbers which are most relevant in the array as well as the how many times they popped up in t…
**Java Programming In this lab you will generate a pseudo-random number between
**Java Programming In this lab you will generate a pseudo-random number between 1 and 100, group the number chosen into one of four groups, and test to see if the number is a winn…
**Java language only** Directions: The code beloew tells me the most commom numb
**Java language only** Directions: The code beloew tells me the most commom numbers that pop up. change the code below to say chance 1-10, chance 11-20,chance 21-30, chance 31,40 …
**Java language only** Directions:the code below tells me the first second and t
**Java language only** Directions:the code below tells me the first second and third numbers which are most relevant in the array, Add to the code below making it tell me how many…
**Just need part B and part C** A box of textbooks of mass 24.6kg rests on a loa
**Just need part B and part C** A box of textbooks of mass 24.6kg rests on a loading ramp that makes an angle alpha with the horizontal. The coefficient of kinetic friction is 0.2…
**Knowledge of Wireshark Software* * One of your work tasks is to inventory all
**Knowledge of Wireshark Software** One of your work tasks is to inventory all the software running on the network. You’ve been running Wireshark on your network for several weeks…
**LANGUAGE IS SCHEME*** 5. Define a Scheme function, (merge 11 12), which takes
**LANGUAGE IS SCHEME*** 5. Define a Scheme function, (merge 11 12), which takes two lists e1 and l2 as arguments. As- suming that each of l1 and l2 are sorted lists of integers (i…
**LANGUAGE: JAVA ONLY** **USE THE SCANNER CLASS FOR INPUT AND SYSTEM.OUT.PRINTIN
**LANGUAGE: JAVA ONLY** **USE THE SCANNER CLASS FOR INPUT AND SYSTEM.OUT.PRINTIN OR SYSTEM.OUT.PRINT** **USE IF-ELSE-IF STATEMENT, NOT IF-ELSE STATEMENT** 8. Software Sales A soft…
**LOOKING FOR HELP WITH THE SCORE REGISTER AND CONTROL OF THIS MACHINE** Descrip
**LOOKING FOR HELP WITH THE SCORE REGISTER AND CONTROL OF THIS MACHINE** Description To start the game, the player presses the reset switch. The score will be set to zero and both…
**Language is SCHEME (R5RS)** 6. Consider the problem of defining a function int
**Language is SCHEME (R5RS)** 6. Consider the problem of defining a function interval-sum so that (interval-sum m n) returns the sum of all the integers between m and n. (So, for …
**Language is SCHEME (R5RS)** The Lucas numbers are a sequence of integers, name
**Language is SCHEME (R5RS)** The Lucas numbers are a sequence of integers, named after Édouard Lucas, which are closely related to the Fibonacci sequence. In fact, they are defin…
**Looking for help on how to work out this Travel Analysis problem. Please show
**Looking for help on how to work out this Travel Analysis problem. Please show steps. Thanks!** The table below (table 2) gives household trip rates by each purpose (home-based w…
**MUST BE IN JAVA** Tortoise and the Hare Race! Operation & Specifications This
**MUST BE IN JAVA** Tortoise and the Hare Race! Operation & Specifications This application simulates a race between two runners. The runners differ in their speed and how oft…
**MUST BE WRITTEN IN MIPS** Write an assembly program to read integers from the
**MUST BE WRITTEN IN MIPS** Write an assembly program to read integers from the user until they enter a 0. Determine the smallest of these numbers (not including the 0). Store the…
**MUST SOLVE ALL PARTS WITH FULL WORK FOR 5 STARS** A standard solution for Fe 2
**MUST SOLVE ALL PARTS WITH FULL WORK FOR 5 STARS** A standard solution for Fe2+ determination can be prepared from ferrous ammonium sulfate (Fe(NH4)2(SO4)2.6H2O). 1. Calculate th…
**MY QUESTION** Why is the $200 dollar difference from \'wages payable\' taken i
**MY QUESTION** Why is the $200 dollar difference from 'wages payable' taken into account when completing the statement of cash flows but the $13,000 spent in wages (under other e…
**Make a customer array, and put the objects in that array,when you run the loop
**Make a customer array, and put the objects in that array,when you run the loop you will have a counter it will call each object from the array. Then will create each customer at…
**Make sure to convert to Kelvin, Pa, etc before using ideal gas law** **Algebra
**Make sure to convert to Kelvin, Pa, etc before using ideal gas law** **Algebra based, show all work** 1. If the temperature of 2.0L of gas at constant pressure drops from 1000 o…