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 1615 / 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 formula in selected cell that will return the value \"True\" if either
create a formula in selected cell that will return the value "True" if either the number of Donations in cell C3 is greater than 1 or the Total Pledged in cell D3 is greater than …
create a four function calculator for fractions using classes.here are the four
create a four function calculator for fractions using classes.here are the four arithmetic operations applied to fractions: addition: a/b + c/d subtraction:a/b - c/d multiplicatio…
create a frequency distribution (7 classes) for all the parking times. Male 5-10
create a frequency distribution (7 classes) for all the parking times. Male 5-10m Female 5m Male 3m Female 15 min Male-1 hour Female 45 minutes Female 20 minutes Female 10 minutes…
create a frequency distribution printout that give the nubmer fo cities reportin
create a frequency distribution printout that give the nubmer fo cities reporting accident counts in the following ranges: 0-99 100-199 200-299 300-399 400-499 500 or more 1.Must …
create a function (in javascript) that will take those two strings and transpose
create a function (in javascript) that will take those two strings and transpose them, so that the strings go from top to bottom instead of left to right. There should be one spac…
create a function (in javascript) that will take those two strings and transpose
create a function (in javascript) that will take those two strings and transpose them, so that the strings go from top to bottom instead of left to right. There should be one spac…
create a function (in javascript) that will take those two strings and transpose
create a function (in javascript) that will take those two strings and transpose them, so that the strings go from top to bottom instead of left to right. Having some problems get…
create a function called \"read_ip_attack(file)\" receives a file object as a pa
create a function called "read_ip_attack(file)" receives a file object as a parameter (such as returned from open_file())and reads detected IP addresses corresponding to an attack…
create a function called merge(int arr1[50], int arr2[50], intres[100]). It will
create a function called merge(int arr1[50], int arr2[50], intres[100]). It will take place all the numbers from arr1 andarr2 into res. res consists of the first number from arr1,…
create a function in MATLAB that has one input. no outputs will be returned. The
create a function in MATLAB that has one input. no outputs will be returned. The input will be vector, and the function should compute the square of each element of the input vect…
create a grade book program, use array 1. a 2-dimensional array of characters to
create a grade book program, use array 1. a 2-dimensional array of characters to hold 5 students names 2. a single-dimensional array to hold student's letter grade 3. five single-…
create a graphical user interface with various components. To create listeners f
create a graphical user interface with various components. To create listeners for JCheckBox, JRadioButton and JTextField. To enter multiple-line texts using JTextArea. To select …
create a hash table to implement spell checker in java 1. Create a file of 100 w
create a hash table to implement spell checker in java 1. Create a file of 100 words of varying length (max 8 characters). 2. All the words are in lower case. 3. design a hash tab…
create a hash table to implement spell checker in java 1. Create a file of 100 w
create a hash table to implement spell checker in java 1. Create a file of 100 words of varying length (max 8 characters). 2. All the words are in lower case. 3. design a hash tab…
create a html form that asks the user for their age and whether they are registe
create a html form that asks the user for their age and whether they are registered to vote. You will then indicate whether or not they are eligible to vote. 1.Ask the user for th…
create a html named mortgagePaymentTable.html that lets an user enter the loan a
create a html named mortgagePaymentTable.html that lets an user enter the loan amount, loan period in number of years, the beginning interest rate and ending interest rate, then d…
create a interactive Winform program to calculate the area and volume of some sp
create a interactive Winform program to calculate the area and volume of some spherical shapes, specifically a circle, a sphere and a cylinder. The two inputs are the radius and t…
create a java program for a payroll processing system. Keep a list of employees:
create a java program for a payroll processing system. Keep a list of employees: name, SSN, address, marital status, hourly pay rate • Enter and save hours worked in the pay perio…
create a java program that has 3 classes The first class is Main, the second cla
create a java program that has 3 classes The first class is Main, the second class is NormalAccount, and the third class is PrivilegedAccount. After you have created these three c…
create a java program.create a class circle that represents a round moving dot.
create a java program.create a class circle that represents a round moving dot. A circle object needs to contain double variables to store the: current X location of the circles c…
create a java program.create a class circle that represents a round moving dot.
create a java program.create a class circle that represents a round moving dot. A circle object needs to contain double variables to store the: current X location of the circles c…
create a life expectancy chart for the following. For each age, it gives the pro
create a life expectancy chart for the following. For each age, it gives the probability of death within one year, the number of living out of an original 100,000 and the addition…
create a matlab file i have this for 3a, but it is not working 3. Use the switch
create a matlab file i have this for 3a, but it is not working 3. Use the switch/case statement to solve the following problems. a) Create a program to prompt user to enter year i…
create a matlab script to calculate and plot the motion of an object in projecti
create a matlab script to calculate and plot the motion of an object in projectile motion. The script should prompt the user for the launch velocity, launch angle, and the length …
create a menu driven program. the program should include a menu function that wi
create a menu driven program. the program should include a menu function that will take a list of options and return an int in the range of range(len(options)). what kind of list …
create a method called MenuPrintAndSelect that is sent no date but returns an in
create a method called MenuPrintAndSelect that is sent no date but returns an integer thar represents a selected menu item 1-4. when this method is called it will print the follow…
create a narrative budget blueprint for a local unit of government. Put yourself
create a narrative budget blueprint for a local unit of government. Put yourself in the shoes of an administrator in a newly formed municipality that has never developed a municip…
create a new Java application called \"CheckString\" (without the quotation mark
create a new Java application called "CheckString" (without the quotation marks) according to the following guidelines. ** Each method below, including main, should handle (catch)…
create a new Java application called \"CheckString\" (without the quotation mark
create a new Java application called "CheckString" (without the quotation marks) according to the following guidelines. ** Each method below, including main, should handle (catch)…
create a new Java application called \"ECommerceApp\" (without the quotation mar
create a new Java application called "ECommerceApp" (without the quotation marks) whose main method follows the pseudocode below, and whose other methods are as specified below. Y…
create a new Java application called \"MinMax\" (without the quotation marks) th
create a new Java application called "MinMax" (without the quotation marks) that declares an array of doubles of length 5, and uses methods to populate the array with user input f…
create a new Java application called \"WeightedAvgWithExceptions\" (without the
create a new Java application called "WeightedAvgWithExceptions" (without the quotation marks), according to the following guidelines and using try-catch-finally blocks in your me…
create a new class called Dog that is derieved from the Pet class. The new class
create a new class called Dog that is derieved from the Pet class.  The new class has additional attributes of breed (type String) and boosterShot(type boolean), which is true if …
create a new code from this code by using functions and globals [if you can redu
create a new code from this code by using functions and globals [if you can reduce the size of "int main" that would be helpful] #include<stdio.h> int main( )               …
create a new interface called DropoutStackADT for representing a dropout stack.
create a new interface called DropoutStackADT for representing a dropout stack. It should contain exactly the same methods as StackADT, and have documentation for the file and eac…
create a new java file called dice.java simulate ... Question: Create a new Java
create a new java file called dice.java simulate ... Question: Create a new Java file called Dice.java... Bookmark Create a new Java file called Dice.java Simulate the rolling of …
create a new stored procedure called Insert_ShippingMethod_Data and write the ne
create a new stored procedure called Insert_ShippingMethod_Data and write the necessary code to insert the shipping method data into your tables shippingMethods shipID company met…
create a new table that contains the list of all the students and class_descript
create a new table that contains the list of all the students and class_descriptions. Include In this table the list of all students who are not enrolled in any classes (display n…
create a new web page. Call it ‘hello_world.html’. Inside of this new page, add
create a new web page. Call it ‘hello_world.html’. Inside of this new page, add in the usual tags that are found in an HTML document as shown below. <!DOCTYPE html> <head…
create a non-static class named ConactsFile that opens a text file5-10 contacts
create a non-static class named ConactsFile that opens a text file5-10 contacts names when the file name is passed to theconstructor, and loads the names into a ArrayList<Strin…
create a page that has a place for a user to type. As the user is typing, a list
create a page that has a place for a user to type. As the user is typing, a list of restaurant names should be shown to the user. The results should include any restaurant whose n…
create a personal resume building tool. Form elements will be used to accept use
create a personal resume building tool. Form elements will be used to accept user input which will be assigned to variables. These variable values will make up the content of a ne…
create a php file named testCreateTable4.php that defines a function named creat
create a php file named testCreateTable4.php that defines a function named create createTable4 that expects 4 values as arguments. It should return a string composed of the html t…
create a php program for the following: There are three doors, one with a valuab
create a php program for the following: There are three doors, one with a valuable prize and the other two with joke prizes. The player chooses a door that he believes hides the r…
create a plan to improve the motivation of these students: 7-year-old Tanya, who
create a plan to improve the motivation of these students: 7-year-old Tanya, who has low ability and low expectations for success 10-year-old Samuel, who works overtime to keep hi…
create a polygon class to calculate the area for a given shape up to 4 sides. In
create a polygon class to calculate the area for a given shape up to 4 sides.    Inputted Value: 5, 6, 5, and 6 Inputted Value: 3, 3, 3, and 3 Inputted Value: 3, 4, 5, and 0 (zero…
create a problem that uses a derived class based on the list class you\'ve creat
create a problem that uses a derived class based on the list class you've created in the first program. This program will use a stack data type. class node { void *info; node *nex…
create a program capable of archiving the contents of a directory into a single
create a program capable of archiving the contents of a directory into a single file, much like tar does. You will write a makefile that compiles your program into an executable n…
create a program for the sales manager at Computer Haven, a small business that
create a program for the sales manager at Computer Haven, a small business that offers motivational seminars to local companies. Figure 7-53 shows the charge for attending a semin…
create a program in C++ that reads in names from a txt file. Only the last names
create a program in C++ that reads in names from a txt file. Only the last names are in the txt file, one name per line. example: Smith Penn Li You are to read these names from wh…