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 1431 / 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 source and a header file for the functions and name them screen.cpp and
Create a source and a header file for the functions and name them screen.cpp and screen.h, respectively. Define a function printScreen that accept the two-dimensional array for th…
Create a source file named wordblender.cpp that implements the class in wordblen
Create a source file named wordblender.cpp that implements the class in wordblender.h in order to pass the tests in main.cpp. Download all the files here:  http://andrewwinslow.co…
Create a specific energy diagram that shows subcritical and supercritical flows
Create a specific energy diagram that shows subcritical and supercritical flows for the stream cross -section discharge found below, using equation E= ((q/w)^2 / 2gd^2) + d Discus…
Create a specification for a product of your choice that would be used in the fo
Create a specification for a product of your choice that would be used in the following food service operation: A New York Hospital in Lower Manhattan 400 beds Cafeteria and patie…
Create a spreadsheet or Word table similar to the table below. As you go through
Create a spreadsheet or Word table similar to the table below. As you go through the chapters this quarter, begin listing commands and show the differences in the syntax among MyS…
Create a spreadsheet showing the annual net income, cash flows, and net present
Create a spreadsheet showing the annual net income, cash flows, and net present value of the project. Use the absorption costing method for your annual income statements. Once you…
Create a spreadsheet showing the annual net income, cash flows, and net present
Create a spreadsheet showing the annual net income, cash flows, and net present value of the project. Use the absorption costing method for your annual income statements. Once you…
Create a spreadsheet table that shows for a particular Compounding Frequency and
Create a spreadsheet table that shows for a particular Compounding Frequency and Annual Percentage Rates (APRs) for 12% to 1%, the corresponding Periodic Interest Rate (PIR) and E…
Create a spreadsheet table that shows for a particular Compounding Frequency and
Create a spreadsheet table that shows for a particular Compounding Frequency and Annual Percentage Rates (APRs) for 12% to 1%, the corresponding Periodic Interest Rate (PIR) and E…
Create a spreadsheet table that shows for a particular Compounding Frequency and
Create a spreadsheet table that shows for a particular Compounding Frequency and Annual Percentage Rates (APRs) for 12% to 1%, the corresponding Periodic Interest Rate (PIR) and E…
Create a spreadsheet table that shows the monthly car payments for a loan amount
Create a spreadsheet table that shows the monthly car payments for a loan amount and length of the loan in years.  That is, the resulting table should enable anyone to type in any…
Create a spreadsheet that will have three columns. The first column will have an
Create a spreadsheet that will have three columns. The first column will have an entry for the units of energy listed below. A user can put a number next to any unit. The second c…
Create a spreadsheet to calculate your projected total costs, total revenues, an
Create a spreadsheet to calculate your projected total costs, total revenues, and total profits forgiving a seminar on cost estimating. Below are some of your assumptions: • You w…
Create a spreadsheet to compute the NPV and payback period to assist with a purc
Create a spreadsheet to compute the NPV and payback period to assist with a purchase decision. Use to results to answer questions about your findings. Scenario: Amazon.com is plan…
Create a stack implementation using deques in order to run using the following o
Create a stack implementation using deques in order to run using the following outline using python. Take into consideration any special cases. Using push_front to add onto the st…
Create a stack interface Stack that uses a generic type T and has the following
Create a stack interface Stack that uses a generic type T and has the following abstract methods: isEmpty, is Full, peek (returns T), pop(returns T), void push(T), void clear() to…
Create a stand-alone class named P12_HeartRate. Instance variables: customerFirs
Create a stand-alone class named P12_HeartRate. Instance variables: customerFirstName customerLastName customerAge maxHeartRate lowRangeHeartRate highRangeHeartRate Named constant…
Create a standard sales contract for the defendant’s future use in the Race City
Create a standard sales contract for the defendant’s future use in the Race City Classic Cars’ case that would eliminate the necessity of litigation in cases similar to this one. …
Create a statement of cash flows fox Hospital XYZ, an investor-owned for-profit
Create a statement of cash flows fox Hospital XYZ, an investor-owned for-profit Hospital with 5.000 outstanding shares of stock, for the year 2010 given the following list of acti…
Create a statement of retained earnings TOTAL LIABILITIES & EQUITY 50,728.79 ASS
Create a statement of retained earnings TOTAL LIABILITIES & EQUITY 50,728.79 ASSETS Current Assets Checking/Savings 1000 · Rushing Yard Service- Checking 4,330.57 1050 · Petty…
Create a statistical model to determine whether a particular geographical region
Create a statistical model to determine whether a particular geographical region can support a high-tech manufacturing firm. Use data from the US Census Bureau (so I do not know w…
Create a step by step process for the following problems. State the purpose in y
Create a step by step process for the following problems. State the purpose in your own words, specify input that is needed, expected output, and the step by step process that wil…
Create a stop watch application in Visual Studio C. The timing resolution will b
Create a stop watch application in Visual Studio C. The timing resolution will be in .1 second increments and be displayed as mm:ss.t (minutes, seconds, tenths). A “stop-watch” ap…
Create a stored procedure ( P_DYN_TABLE) that creates a table DYNAMICALLY by hav
Create a stored procedure ( P_DYN_TABLE) that creates a table DYNAMICALLY by having 2 input parameters, 1 which is the SOURCE table for that new table, and the second input is the…
Create a stored procedure called INCREASE_SALARY to increase all employees’ sala
Create a stored procedure called INCREASE_SALARY to increase all employees’ salaries in a department. The procedure should receive the following two parameters: department number …
Create a stored procedure called Insert_ShippingMethod_Data and write the necess
Create a stored procedure called Insert_ShippingMethod_Data and write the necessary code to insert the shipping method data into your tables. Once you create the stored procedure,…
Create a stored procedure called sp_phonelist on the SQL Server. This stored pro
Create a stored procedure called sp_phonelist on the SQL Server. This stored procedure will list the first name, last name, department and phone number of all employees in the EMP…
Create a stored procedure named spBalanceRange that accepts three optional param
Create a stored procedure named spBalanceRange that accepts three optional parameters. The procedure should return a result set consisting of VendorName, InvoiceNumber, and Balanc…
Create a stored procedure named spBalanceRange that accepts three optional param
Create a stored procedure named spBalanceRange that accepts three optional parameters. The procedure returns a result set consisting of VendorName, InvoiceNumber, and Balance for …
Create a stored procedure named spDateRange that accepts two parameters, @DateMi
Create a stored procedure named spDateRange that accepts two parameters, @DateMin and @DateMax, with data type varchar and default value null. If called with no parameters or with…
Create a stored procedure named spWhichTablc that accepts a column name and retu
Create a stored procedure named spWhichTablc that accepts a column name and returns the name of the table or tables that have a column by that name. Code a statement that calls th…
Create a stored procedure that can be used to add a student to the school and a
Create a stored procedure that can be used to add a student to the school and a section of a course. 1. If the student already exists, then just add him to the section (do not upd…
Create a stored procedure that can be used to add a student to the school and a
Create a stored procedure that can be used to add a student to the school and a section of a course. 1. If the student already exists, then just add him to the section (do not upd…
Create a stored procedure usp_StudentLogin that tests if a student exists. After
Create a stored procedure usp_StudentLogin that tests if a student exists. After the stored procedure name, you list all the parameters for the procedure. Parameters are values th…
Create a storyboard for a four (4) page Website (one (1) home page and three (3)
Create a storyboard for a four (4) page Website (one (1) home page and three (3) sub pages) and one (1) Cascading Style Sheet (.css). Using Microsoft Word, Microsoft Visio, or Dia…
Create a storyboard prototype of a mobile app. When creating a storyboard, you m
Create a storyboard prototype of a mobile app. When creating a storyboard, you may adopt either of the two types of prototype – horizontal prototyping (providing a wide range of f…
Create a struct (called AFile) that stores information for an audio file (like a
Create a struct (called AFile) that stores information for an audio file (like an mp3 file). Each struct should have: A string object For The Title A String object For The Artist …
Create a struct called MyToDo that will hold information for a to do list. The s
Create a struct called MyToDo that will hold information for a to do list. The struct should have the following members: A string to hold the description An int to hold the priori…
Create a struct called rectangle_t that has fields for the length and width of t
Create a struct called rectangle_t that has fields for the length and width of the rectangle Create three methods that work with your rectangle structure: rectangle_t create_recta…
Create a struct that defines a new type BookType. It should store the following
Create a struct that defines a new type BookType. It should store the following about a book: The author of the book The title The book's ISBN, a 10-character code that uniquely i…
Create a struct with the tag \"Student\", that can hold the information regardin
Create a struct with the tag "Student", that can hold the information regarding a student's identity. You can infer the names and types of the members by how they are used in the …
Create a structure STUDENT containing character array firstName[30], character a
Create a structure STUDENT containing character array firstName[30], character array lastName[30], integer SID, integer array with 4 scores. Then create a function that inputs one…
Create a structure STUDENT containing character array firstName[30], character a
Create a structure STUDENT containing character array firstName[30], character array lastName[30], integer SID, integer array with 4 scores. Then create a function that inputs one…
Create a structure called AddressNode 1. The structure should contain a string f
Create a structure called AddressNode 1. The structure should contain a string for name and a pointer called AddressNode that points to %u201Cnext%u201D (the next element in the l…
Create a structure called time. Its three members, all type int, should be calle
Create a structure called time. Its three members, all type int, should be called hours, minutes, and seconds. Write a C++ program that contains a function accepting an integer pa…
Create a structure named quad that has three data members of type double for the
Create a structure named quad that has three data members of type double for the a,b, and c coefficients of a quadratic polynomial: f(x) = ax^2 + bx + c Write a main() function th…
Create a structure named quad that has three data members of type double for the
Create a structure named quad that has three data members of type double for the a,b, and c coefficients of a quadratic polynomial: f(x) = ax^2 + bx + c Write a main() function th…
Create a structure player_t to store the players name and their last three at ba
Create a structure player_t to store the players name and their last three at bats. You will create an array of this structure in the main function. Although the exact number of p…
Create a structure representing a student. The member variables should include s
Create a structure representing a student. The member variables should include student name, student ID, and four test grades for the student (an array of four grades as a member …
Create a structure that has one variable called value and one pointer to the lis
Create a structure that has one variable called value and one pointer to the list (making it a linked list). Prompt for 5 values from the keyboard as input and store them in the l…