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 1712 / 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
in c plus plus Create a class named waitList that can store a name and number of
in c plus plus Create a class named waitList that can store a name and number of guests. Use constructors to automatically initialize the member variables. ·         Add the follo…
in c program Assignment #5 Introduction to C Programming – COP 3223 Objectives 1
in c program Assignment #5 Introduction to C Programming – COP 3223 Objectives 1. To reinforce the use of loops. 2. To learn how to read information from files. Introduction: Ninj…
in c programming Arrays Create a program that declares a variable that contains
in c programming Arrays Create a program that declares a variable that contains 10 int values and displays the 10 values. Change the previous program to display the values through…
in c programming only How take an integer (size) and a filename as its two comma
in c programming only How take an integer (size) and a filename as its two command-line arguments. The size represents the number of rows and columns in a square matrix of charact…
in c# Create a Windows application that contains two textboxes and two buttons.
in c# Create a Windows application that contains two textboxes and two buttons. The textboxes should be used to allow the user to input two positive numeric values. The buttons sh…
in c# Math.floor may be used to round a number to a specific decimal place. The
in c# Math.floor may be used to round a number to a specific decimal place. The statement y = Math.floor( x * 10 + 0.5 ) / 10; rounds x to the tenths position (i.e., the ?rst posi…
in c# Your algorithm will keep track of a customer’s purchases at the local fire
in c# Your algorithm will keep track of a customer’s purchases at the local fireworks stand. Customers will not know exactly how many items they will purchase, so using a For loop…
in c# \"Create a program named ConferencesDemo for a hotel that hosts business c
in c# "Create a program named ConferencesDemo for a hotel that hosts business conferences. Allows a user to enter data about five Conference objects and then displays them in orde…
in c# how would I do the following please create the following methods: 1. Displ
in c# how would I do the following please create the following methods: 1. DisplayApplicationInformation, which will provide the program user some basic information about the prog…
in c# need help to Modify the design and program to allow for iteration. Increas
in c# need help to Modify the design and program to allow for iteration. Increase the number of guesses to 10 to solve the word. Display the word to the user with each letter as a…
in c# programming use the StreamWriter class, be able to write lines of output t
in c# programming use the StreamWriter class, be able to write lines of output to a text file in order to create a report. Step 1: Requirements – Airline Reservation System Bluebi…
in c#, you are to design the interface for a Sudoku 4x4 game. Click on this link
in c#, you are to design the interface for a Sudoku 4x4 game. Click on this link for the rules of the game. A 4x4 Sudoku contains 4 rows and four columns. It has also four boxes “…
in c++ (Sum, average and product of numbers in a file) Suppose that a text file
in c++ (Sum, average and product of numbers in a file) Suppose that a text file Exercise13_3.txt contains six integers. Write a program that reads integers from the file and displ…
in c++ 1. Write a class called cube. This class will have the members volume and
in c++ 1. Write a class called cube. This class will have the members volume and surface area. 2. Create a boxNode class for a Foward Linked List 3. Create a linked list and store…
in c++ 1.) Every bank offers a saving account. Derive the class savingAccount fr
in c++ 1.) Every bank offers a saving account. Derive the class savingAccount from the class bankAccount (designed in prelab 8). This class inherits members to store the account n…
in c++ A local apple farmer has asked you to write a program to help him manage
in c++ A   local   apple   farmer   has   asked   you   to   write a   program   to   help   him   manage   his   apple   inventory.   The   farmer   needs   to   keep   track   o…
in c++ Assuming that a year has 365 days, write a class named DayOfYear that tak
in c++ Assuming that a year has 365 days, write a class named DayOfYear that takes an integer representing a day of the year and translates it to a string consisting of the month …
in c++ Consider a company that needs to sort an array Person data[10] of structu
in c++ Consider a company that needs to sort an array Person data[10] of structures of type Person by name. struct Person { string name; int age; } In real life the Person structu…
in c++ Design a modular program that reads students’ names followed by their tes
in c++ Design a modular program that reads students’ names followed by their test scores. The program should output each student’s name followed by the test scores and the relevan…
in c++ Develop a program that dynamically creates an integer array of size n, wh
in c++ Develop a program that dynamically creates an integer array of size n, where n is an integer that is obtained after prompting the user for the desired array size and then s…
in c++ Exercise 1 For this exercise you are required to write three functions. T
in c++ Exercise 1 For this exercise you are required to write three functions. The function declarations should be as follows 1. vector 8ortVecAscending (vector numbers); 2. void …
in c++ Not java l), LlR 8h the square root button (above the text box) and then
in c++ Not java l), LlR 8h the square root button (above the text box) and then click Switch to Advanced View. Here, you can type equations in Latex format. Remember for ubscripts…
in c++ Question 1: Implement a recursive function that counts the number of occu
in c++ Question 1: Implement a recursive function that counts the number of occurrences of a character in a string. The function declaration must be: Returns the number of occurre…
in c++ Question 3 Write a program that reads the following sentences from a file
in c++ Question 3 Write a program that reads the following sentences from a file: I am Sam Sam I am That Sam I am That Sam I am I do not like that Sam I am Do you like green eggs …
in c++ ROGRAMMING. Write the code for the specified rogram. Use proper style and
in c++ ROGRAMMING. Write the code for the specified rogram. Use proper style and naming. You may omit omments, inclusions, and namespace specifiers. (10 pts) 22) Write a function …
in c++ The following description has been adopted from Deitel & Deitel. One of t
in c++ The following description has been adopted from Deitel & Deitel. One of the most popular games of chance is a dice game called "craps, " which is played in casinos and …
in c++ The roots of the quadratic equation ax 2 + bx + c = 0, a 0 are given by t
in c++ The roots of the quadratic equation ax2 + bx + c = 0, a 0 are given by the following formula: In this formula, the term b2 – 4ac is called the discriminant. If b2 – 4ac = 0…
in c++ What we want to do is to test our ability to write to a text file and lat
in c++ What we want to do is to test our ability to write to a text file and later read from the text file. Suppose we wrote a program like the following: (just the main body)    …
in c++ Write a function that calculates how much kinetic energy an object has. T
in c++ Write a function that calculates how much kinetic energy an object has. The formula for kinetic energy is: KE = (1/2) * m * v2 The function must conform to the following: N…
in c++ Write a modular program that analyzes a year\'s worth of rainfall data. I
in c++ Write a modular program that analyzes a year's worth of rainfall data. In addition to main, the program should have a getData function that accepts the total rainfall for e…
in c++ Write a modular program that analyzes a year\'s worth of rainfall data. I
in c++ Write a modular program that analyzes a year's worth of rainfall data. In addition to main, the program should have a getData function that accepts the total rainfall for e…
in c++ Write a program that allows you to read in an English-French dictionary i
in c++ Write a program that allows you to read in an English-French dictionary into an array of structures. The structures should hold an english word and it's french equivalent o…
in c++ Write a program that calculates the average of a group of test scores, wh
in c++ Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It should use the following functions. Void getscore(…
in c++ Write a program that reads a positive odd whole number n and prints a pyr
in c++ Write a program that reads a positive odd whole number n and prints a pyramid where the first row contains all numbers from 1 to n (i.e., ascending order), the second row d…
in c++ Write a program that solves the problem below except that the array of po
in c++ Write a program that solves the problem below except that the array of pointer points to the data array in descending order of age. Consider a company that needs to sort an…
in c++ Write a program to: 1. Declare an integer array a of size 10 2. Assign it
in c++ Write a program to: 1. Declare an integer array a of size 10 2. Assign it values using the following formula: a[i] = i*2+1 Print the contents of array a. 3. Copy all elemen…
in c++ You are to create a game where there are two players and a \"board\" cons
in c++ You are to create a game where there are two players and a "board" consisting of 20 spaces. The spaces have a sequence of values consisting of 10. 20, 30 .... 190, 200. You…
in c++ You are to implement a straightforward application of Depth First Search
in c++ You are to implement a straightforward application of Depth First Search (DFS): Find all reachable nodes from a given start node. Input The input should be read from the fi…
in c++ You are to write a C++ program which loads a MadLib from an existing text
in c++ You are to write a C++ program which loads a MadLib from an existing text file. The program must process the input text file, locating specially formatted template fields (…
in c++ console Write a program that creates a 5 by 5, two-dimensional array that
in c++ console Write a program that creates a 5 by 5, two-dimensional array that store 25 integers and the program will call five functions. • Function display(): the program will…
in c++ create a program that does the following: Create a program that works wit
in c++ create a program that does the following: Create a program that works with external files. Create functions to perform the following actions: file creation/write, file appe…
in c++ doesnt have a file. Write a structure that maps the information of an emp
in c++ doesnt have a file. Write a structure that maps the information of an employee. This information is SSN, firstName, lastName, Salary, deparment_no Where deparment_no ia the…
in c++ how can I abstract a 6 sided die in one class called Die.then do the foll
in c++ how can I abstract a 6 sided die in one class called Die.then do the following make three object of this class and then with a DiceCup class/ object roll the three dice 200…
in c++ how do I get this to run // hwk_01_main.cpp #include \"window.h\" // Use
in c++ how do I get this to run // hwk_01_main.cpp #include "window.h" // Use standard main to have console background: int main() {     Window window( "Demo" );     window.show()…
in c++ i am also having trouble understanding how to get the program to read the
in c++ i am also having trouble understanding how to get the program to read the file Question 1: Let’s consider a text file named “employees.txt”. The file contains data organize…
in c++ i need to write a main class to call \" void convex_hull_func(int n, cons
in c++ i need to write a main class to call " void convex_hull_func(int n, const std::vector<double> & x, const std::vector<double> & y, std::vector<point&g…
in c++ language please Summary given 2 DNA strands of equal length, compare the
in c++ language please Summary given 2 DNA strands of equal length, compare the bas Given two DNA strands of equal length, write a complete C++ program to compare the correspondin…
in c++ language wire the entire declaration component that would for the followi
in c++ language wire the entire declaration component that would for the followin(assume that a program is to be wrirrten that produces the following grade report) c++ Programming…
in c++ language, I already solved the problem and ran it fine. But I got a pile
in c++ language, I already solved the problem and ran it fine. But I got a pile of warning, I wonder if it will affect my code to run. Here's the problem from the exercise. (Imple…
in c++ or c# please help me Formal Methods Project 1. Due Date Sunday: 23 Octobe
in c++ or c# please help me Formal Methods Project 1. Due Date Sunday: 23 October 2016. Building Simple DFA. You are required to build a simple DFA Your DFA must be able to recogn…