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 1451 / 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 the following views using the Where clause; Do not use joins! 16. List al
Create the following views using the Where clause; Do not use joins! 16. List all books that patrons are waiting for with the book number, title, patron number, name, and branchna…
Create the following views using the Where clause; Do not use joins! 5. List all
Create the following views using the Where clause; Do not use joins! 5. List all books along with their publishers by book number, title, publisher number, name, and address. Orde…
Create the following views using the Where clause; Do not use joins! 9. List the
Create the following views using the Where clause; Do not use joins! 9. List the books owned by each branch with the library number, name, book number, and title. 10. List the cur…
Create the following. Show the list of all apps installed in a phone and display
Create the following. Show the list of all apps installed in a phone and display the time it has been used. The time indicates how long each app is used by the user. Not counting …
Create the following: (Excel layouts below) Schedule 1: Sales Budget Schedule 2:
Create the following: (Excel layouts below) Schedule 1: Sales Budget Schedule 2: Cash Receipts Schedule 3: Production Budget in Units Schedule 4: Direct Materials Purchases Schedu…
Create the following: a) Two global integer constants, NUM_STUDENTS3, NUMGRADES4
Create the following: a) Two global integer constants, NUM_STUDENTS3, NUMGRADES4 b) One dimensional string array of size NUM_STUDENTS, named students c) Two dimensional integer ar…
Create the fullAdder function that implements a full adder (that is made up of t
Create the fullAdder function that implements a full adder (that is made up of two half adders). Of course, you will also need to implement the program in the template to test app…
Create the fullAdder function that implements a full adder (that is made up of t
Create the fullAdder function that implements a full adder (that is made up of two half adders). Of course, you will also need to implement the program in the template to test app…
Create the function front33 that accepts a string as an argument. The first thre
Create the function front33 that accepts a string as an argument. The first three letters of the string are added to the front of the string and at the end of the string. If the s…
Create the functions findMaxIndex and findMaxIndex for the C++ program given bel
Create the functions findMaxIndex and findMaxIndex for the C++ program given below. The functions must return the index of the maximum value and index of the minimum value. Please…
Create the functions findMaxIndex and findMaxIndex for the C++ program given bel
Create the functions findMaxIndex and findMaxIndex for the C++ program given below. The functions must return the index of the maximum value and index of the minimum value. Please…
Create the game Lights Out using a BorderLayout. Place a five-by-five grid of pa
Create the game Lights Out using a BorderLayout. Place a five-by-five grid of panels in one region, and reserve another region for a congratulatory message. Randomly set each pane…
Create the game of Nim using C++. There will be 3 piles of marbles used for the
Create the game of Nim using C++. There will be 3 piles of marbles used for the game. The first pile will contain 19 marbles, the second pile contain 21 marble, and the third cont…
Create the genetic basis of a dog (e.g. a locus with two or more alleles) for th
Create the genetic basis of a dog (e.g. a locus with two or more alleles) for the phenotypic characteristic of the ear size Then create a brief scenario of how the evolutionary fo…
Create the getInt function following these requirements: Input: a string prompt,
Create the getInt function following these requirements: Input: a string prompt, an integer minimum value, and an integer maximum value. Output: Returns an integer the user entere…
Create the given page using the following CSS tools and techniques: Use a SASS w
Create the given page using the following CSS tools and techniques: Use a SASS workflow to incorporate a .scss file and the SASS CSS Preprocessor Use the CSS Float property to con…
Create the hangman game and implement it in a program. The players would be peop
Create the hangman game and implement it in a program. The players would be people using a GUI input. The game should validate that moves/turns follow the rules.You must use at le…
Create the header file named “regPoly.h” that contains the following class: The
Create the header file named “regPoly.h” that contains the following class: The class RegularPolygon is representing a regular polygon which is a polygon whose sides are all congr…
Create the higher/lower guessing game using a graphical user interface.Allow use
Create the higher/lower guessing game using a graphical user interface.Allow users to keep guessing until they guess the number. Choose two colors for your game: one should be use…
Create the implementation portion of the complex class described in the complex
Create the implementation portion of the complex class described in the complex definition file "complex.h" #ifndef COMPLEX_H #define COMPLEX_H class complex { public: complex(); …
Create the income statement Create the statement of stockholders\' equity Create
Create the income statement Create the statement of stockholders' equity Create an end of period balance sheet Cash Equipment Accounts payable Delivery expense Salaries expense $ …
Create the isPrime function following these requirements: Input: an unsigned int
Create the isPrime function following these requirements: Input: an unsigned integer value. Output: true if the value sent in is prime, and false if it is not prime. Side effects:…
Create the logic (pseudocode and diagram) for a program that continuously prompt
Create the logic (pseudocode and diagram) for a program that continuously prompts the user for a number of dollars until the user enters 0. Pass each entered amount to a conversio…
Create the logic for a program that calculates and displays the amount of money
Create the logic for a program that calculates and displays the amount of money you would have if you invested $5000 at 2 percent simple interest rate for one year.  Create a sepe…
Create the logic for a program that calculates and displays the amount of money
Create the logic for a program that calculates and displays the amount of money you would have if you invested $5000 at 2 percent simple interest for one year. Create a separate m…
Create the logic for a program that calculates and displays the amount of money
Create the logic for a program that calculates and displays the amount of money you would have if you invested $5000 at 2 percent simple interest for one year. Create a separate m…
Create the logic for a program that calls a method that computes the final price
Create the logic for a program that calls a method that computes the final price for a sales transaction. The program contains variables that hold the price of an item, the salesp…
Create the logic for a program that computes hotel guest rates at Cornwall\'s Co
Create the logic for a program that computes hotel guest rates at Cornwall's Country Inn. Include two overloaded methods named computeRate(). One version accepts a number of days …
Create the logic for a program that computes hotel guest rates at Cornwall\'s Co
Create the logic for a program that computes hotel guest rates at Cornwall's Country Inn Include two overloaded methóds named computeRate). One version accepts a number of days an…
Create the logic for a program that computes hotel guest rates at the Renaissanc
Create the logic for a program that computes hotel guest rates at the Renaissance hotel. Include two overloaded methods named computeRate(). One version accepts a number of days a…
Create the logic for a program that computes weekly salary. Include two overload
Create the logic for a program that computes weekly salary. Include two overloaded methods names computeWeeklySalary (). One version accepts an annual salary as a number and calcu…
Create the logic for a program that continuously prompts a user for a numeric va
Create the logic for a program that continuously prompts a user for a numeric value until the user enters 0. The application passes the value in turn to a method that squares the …
Create the logic for a program that continuously prompts the user for a number o
Create the logic for a program that continuously prompts the user for a number of dollars until the user enters 0. Pass each entered amount to a conversion method that displays a …
Create the logic for a program that continuously prompts the user for a number o
Create the logic for a program that continuously prompts the user for a number of dollars until the user enters 0. Pass each entered amount to a conversion method that displays a …
Create the logic for a program that prompts a user for 10 numbers and stores the
Create the logic for a program that prompts a user for 10 numbers and stores them in an array. Pass the array to a method that calculates the arithmetic average of the numbers and…
Create the logic for an application that calls a method that computes the final
Create the logic for an application that calls a method that computes the final price for a sales transaction. The main() method contains variables that hold the price of an item,…
Create the logo as shown in Java in an applet or frame. It should be as close as
Create the logo as shown in Java in an applet or frame. It should be as close as possible, including the Virus Logo. Draw the logo using ovals, lines, rectangles, and strings, cha…
Create the logo as shown in Java in an applet or frame. It should be as close as
Create the logo as shown in Java in an applet or frame. It should be as close as possible, including the Virus Logo. Draw the logo using ovals, lines, rectangles, and strings, cha…
Create the logo as shown in Java in an applet or frame. It should be as close as
Create the logo as shown in Java in an applet or frame. It should be as close as possible, including the Virus Logo. Draw the logo using ovals, lines, rectangles, and strings, cha…
Create the logo as shown in Java in an applet or frame. It should be as close as
Create the logo as shown in Java in an applet or frame. It should be as close as possible, including the Virus Logo. Draw the logo using ovals, lines, rectangles, and strings, cha…
Create the logo as shown in Java in an applet or frame. It should be as close as
Create the logo as shown in Java in an applet or frame. It should be as close as possible, including the Virus Logo. Draw the logo using ovals, lines, rectangles, and strings, cha…
Create the marketing objectives, and budget portion of the Marketing Communicati
Create the marketing objectives, and budget portion of the Marketing Communications Plan using the business and information presented in the case study. Meet the following require…
Create the marketing objectives, situational analysis, and budget portion of the
Create the marketing objectives, situational analysis, and budget portion of the Marketing Communications Plan using the business and information presented in the case study. Meet…
Create the minimal wxWidgets application, Make sure the Time and Date code are i
Create the minimal wxWidgets application, Make sure the Time and Date code are in the Status Bar .This assignment is to add a wxTextCtrl pointer named textControl to wxEditorMain.…
Create the modified boxplot and histogram of the data showing any outliers. (You
Create the modified boxplot and histogram of the data showing any outliers. (You may need to draw this using MS Word tools.) Make sure that your boxplot has a proper scale. MEAN 6…
Create the necessary procedures & functions to Update, Insert and Delete from th
Create the necessary procedures & functions to Update, Insert and Delete from the four tables in your schema (COURSE, SECTION, ENROLLMENT and STUDENT). COURSE SECTION ENROLLME…
Create the new class called Song.java using the given class diagram. There is no
Create the new class called Song.java using the given class diagram. There is no default constructor, only the one sending in both title and artist. toString - define it so that i…
Create the program so that it implements a guessing game. The game works as foll
Create the program so that it implements a guessing game. The game works as follows: First, a (secret) random number in between 1 and 100, inclusive, is generated. Next, the user …
Create the program within java import javax.swing.*; import java.awt.*; import j
Create the program within java import javax.swing.*; import java.awt.*; import java.awt.event.*; class GUI5 extends JFrame { private Container contentPane; private JPanel panel1, …
Create the project then add the classes for the application that allows users to
Create the project then add the classes for the application that allows users to calculate the salary of vendors who get monthly base salary plus commission and bonus based on the…