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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1411 / 1624

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
Create a matrix of ingredients by customer. Put an “x” for each item ordered. Pu
Create a matrix of ingredients by customer. Put an “x” for each item ordered. Put in the time for each ingredient in each cell. What’s the most popular ingredient? What’s the leas…
Create a matrix the looks like the following; a = [5 -23 8 19 -3 -7] Assign vari
Create a matrix the looks like the following; a = [5 -23 8 19 -3 -7] Assign variable names to the following items: Call each of the functions listed below Use 'fprintf' statements…
Create a maze using the supplied 20 times 15 grid. Use a pencil so you can make
Create a maze using the supplied 20 times 15 grid. Use a pencil so you can make changes! The start cell must be in the leftmost column and should be indicated by a circled S. The …
Create a measurable null and alternative hypothesis. Identify the number of samp
Create a measurable null and alternative hypothesis. Identify the number of samples, whether they are independent, and what type of data will be collected (that is, nominal, ordin…
Create a measurement converter project that can convert between grams, ounces, p
Create a measurement converter project that can convert between grams, ounces, pounds and kilograms. Be sure to include the driver class. The constants for conversion are:        …
Create a memo based on the Annual Report of Texas Roadhouse in the link below ht
Create a memo based on the Annual Report of Texas Roadhouse in the link below http://www.annualreports.com/HostedData/AnnualReports/PDF/NASDAQ_TXRH_2016.pdf Name of the company yo…
Create a mental image of Russia and Antarctica\'s Historical Geography . What st
Create a mental image of Russia and Antarctica's Historical Geography. What sticks out in your mind the most as being the most influential? How has Russia's Historical Geography s…
Create a menu array of strings to store menu items Create an array of doubles to
Create a menu array of strings to store menu items Create an array of doubles to store the menu item prices Modify your menu.txt so that each menu item has two associated lines. T…
Create a menu based program for Employee records. The menu will prompt to either
Create a menu based program for Employee records. The menu will prompt to either add a new employee, print one employee, print all employees, or exit. OUTPUT SHOULD LOOK LIKE THIS…
Create a menu based program for Employee records. The menu will prompt to either
Create a menu based program for Employee records. The menu will prompt to either add a new employee, print one employee, print all employees, or exit. OUTPUT SHOULD LOOK LIKE THIS…
Create a menu driven C++ program that converts (A) inches to centimeters, (B) ce
Create a menu driven C++ program that converts (A) inches to centimeters, (B) centimeters to inches, (C) feet and inches to meters, (D) meters to feet and inches and (E) exit the …
Create a menu driven C++ program with three functions of yours (sind, cosd, tand
Create a menu driven C++ program with three functions of yours (sind, cosd, tand), calculating sin, cos, and tan trigonometric functions with the input values being in degrees. Yo…
Create a menu driven application that recieves input from a textfile “Names.txt”
Create a menu driven application that recieves input from a textfile “Names.txt”, loads the names into an array, and outputs the array back into the textfile. Also provide a funct…
Create a menu in your .cpp file to use your Coke Machine. 0. Walk away 1. Buy a
Create a menu in your .cpp file to use your Coke Machine. 0. Walk away 1. Buy a Coke 2. Restock Machine 3. Add change 4. Display Machine Info When you instantiate your CokeMachine…
Create a menu system that read, writes and appends to a text file. You do not ne
Create a menu system that read, writes and appends to a text file. You do not need to use arrays program. You need to use functions as appropriate. The idea is to manage multiple …
Create a menu system that read, writes and appends to a text file. You do not ne
Create a menu system that read, writes and appends to a text file. You do not need to use arrays in this lab. You need to use functions as appropriate. This lab is not counted in …
Create a menu that allows you to select the account type and then gives you opti
Create a menu that allows you to select the account type and then gives you option: 1) deposit 2) withdraw 3) check balance 4) monthly processing 5) exit Use BankAccount pointers …
Create a menu that allows you to select the account type and then gives you opti
Create a menu that allows you to select the account type and then gives you option: 1) deposit 2) withdraw 3) check balance 4) monthly processing 5) exit Use BankAccount pointers …
Create a menu-driven application that takes the length and width of a square as
Create a menu-driven application that takes the length and width of a square as input and returns either the area, perimeter, or a drawing of a square on the screen. This applicat…
Create a menu-driven program that accesses and updates an external text file. Do
Create a menu-driven program that accesses and updates an external text file. Do not perform any calculations. Employee Data Text: Bill Carter 333 45.0 52.60 1 SEQUENTIAL EXTERNAL…
Create a menu-driven program that reads in a CSV file and identifies the maximum
Create a menu-driven program that reads in a CSV file and identifies the maximum value of a user selected attribute and the corresponding object that the maximum value belongs to.…
Create a menu-driven program that will accept a collection of non-negative integ
Create a menu-driven program that will accept a collection of non-negative integers from the keyboard, calculate the mean and median values and display those values on the screen.…
Create a menu-driven program that will accept a collection of non-negative integ
Create a menu-driven program that will accept a collection of non-negative integers from the keyboard, calculate the mean and median values and display those values on the screen.…
Create a menu-driven program that will accept a collection of non-negative integ
Create a menu-driven program that will accept a collection of non-negative integers from the keyboard, calculate the mean and median values and display those values on the screen.…
Create a menu-driven rock, paper, scissors game that a user plays against the co
Create a menu-driven rock, paper, scissors game that a user plays against the computer with the ability to save and load a game and its associated play statistics. Requirements Fo…
Create a method (changePW) that, given a new password as an input parameter, che
Create a method (changePW) that, given a new password as an input parameter, checks to make sure it does not match any other previous passwords in the pwds array. 1. If it does no…
Create a method called BinarySearchTreeSuccessor(BinarySearchTreeNode, x), this
Create a method called BinarySearchTreeSuccessor(BinarySearchTreeNode, x), this method should return the successor of a given node x. Create a method called BinarySearchTreePredec…
Create a method called Distance(double x, double y) The method returns the Eucli
Create a method called Distance(double x, double y) The method returns the Euclidean distance between the two values |x - y| In Main() The user should type the values of x and y P…
Create a method called GreatestCommonDivisor that used Euclids algorithm as defi
Create a method called GreatestCommonDivisor that used Euclids algorithm as defined in this video https://www.youtube.com/watch?v=fwuj4yzoX1o - do not search out c# versions of th…
Create a method called ReadTextFile. The method should return a List of strings
Create a method called ReadTextFile. The method should return a List of strings and does not require any arguments (has no parameters). In the method, open a text file using the f…
Create a method called roundAllUp(), which takes in an array of doubles and retu
Create a method called roundAllUp(), which takes in an array of doubles and returns a new array of integers. This returned array contains all the numbers from the array of doubles…
Create a method countAges() inside of class LinkedListnside of class LinkedList.
Create a method countAges() inside of class LinkedListnside of class LinkedList. This method will create an Array of type int. The array size should be 100. All of the Person obje…
Create a method in java that should calculate and return, as an ArrayList
Create a method in java that should calculate and return, as an ArrayList<Double>, the second column of the table of summaries. It should use the value of the "operation" pa…
Create a method int Turtle.java to draw a “road” pattern horizontally across the
Create a method int Turtle.java to draw a “road” pattern horizontally across the world. The method should take in two parameters, int height that designates the top edge of the ro…
Create a method that accepts two points p and q, which can be any real (decimal)
Create a method that accepts two points p and q, which can be any real (decimal) number. Each coordinate should be a separate parameter (i.e., you will have four parameters, xp, y…
Create a method that uses a loop to calculate the summation. Should have the sam
Create a method that uses a loop to calculate the summation. Should have the same signature as the recursive method below but use a loop instead int sum(int n) { if (n < 1) {  …
Create a method, getStudentId that retrieves the index in the array associated w
Create a method, getStudentId that retrieves the index in the array associated with the name of a student. Create a driver that will enroll 5 students. Call the getStudentId to re…
Create a mileage converter project that can convert between miles feet, and kilo
Create a mileage converter project that can convert between miles feet, and kilometers The constants for conversion: 1 mile 5280 feet 1 mile 1.609 kilometers write a class definit…
Create a minesweeper game using C. Program needs: The game should have a basic g
Create a minesweeper game using C. Program needs: The game should have a basic game board comprised of a 10 by 10 grid. The game shall hide a certain number of mines throughout th…
Create a minesweeper game using C. Program needs: The game should have a basic g
Create a minesweeper game using C. Program needs: The game should have a basic game board comprised of a 10 by 10 grid. The game shall hide a certain number of mines throughout th…
Create a mini application that takes either an image file or a snap from the cam
Create a mini application that takes either an image file or a snap from the camera and display all the Meta-data information alongside the image. Make sure you include the image'…
Create a mini application that takes either an image file or a snap from the cam
Create a mini application that takes either an image file or a snap from the camera and display all the Meta-data information alongside the image. Make sure you include the image'…
Create a mini debate transcript between two students: Imagine this scenario: You
Create a mini debate transcript between two students: Imagine this scenario: You are attending a local psychology conference and you find two graduate level psychology students en…
Create a mini debate transcript for this two students: Imagine this scenario: Yo
Create a mini debate transcript for this two students: Imagine this scenario: You are attending a local psychology conference and you find two graduate level psychology students e…
Create a minimum 1,050-word strategic objectives summary. Include your balanced
Create a minimum 1,050-word strategic objectives summary. Include your balanced scorecard and its impact on all stakeholders, and the communication plan. Identify key trends, assu…
Create a minimum of 1,050-word report covering the following: Describe the apple
Create a minimum of 1,050-word report covering the following: Describe the apple organization, who are they, what industry they operate in, their mission and values, as well as wh…
Create a model, named ChartModel, which holds data in an array of double element
Create a model, named ChartModel, which holds data in an array of double elements named data, and the names for the data in an array of strings named dataName. For example, the en…
Create a modified version of the program below so that the spaces, punctuation a
Create a modified version of the program below so that the spaces, punctuation and changes in uppercase and lowercase are not considered when determining wheter a string is a pali…
Create a modular program that will accept the inputs for assignment grade (4 inp
Create a modular program that will accept the inputs for assignment grade (4 inputs), lab test grades(3 inputs), lecture test grades(4 inputs), postlab grades(9 inputs) inputs, qu…
Create a module called library. This module should include two classes as well a
Create a module called library. This module should include two classes as well as methods for each. The provided file library_test.py will use the contents of library.py. Do not e…