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 1374 / 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 CD Calculator in java. Properly greet the user and explain the purpose
Create a CD Calculator in java. Properly greet the user and explain the purpose of the program Allow the user to calculate multiple CDs until a sentinel value is entered There wil…
Create a CSS-styled Table Page For this Assignment you will first read the appro
Create a CSS-styled Table Page For this Assignment you will first read the appropriate chapters in the textbook and then a create web page, for example called table.html, in your …
Create a Caeser cipher encryption program in C++ Language which takes a keyword.
Create a Caeser cipher encryption program in C++ Language which takes a keyword. The keyword will fill the first part of the shifted array. The remaining letters will fill the end…
Create a Calculator class that implements the provided StackCalculator interface
Create a Calculator class that implements the provided StackCalculator interface Feature Signature Requirement Constructor Calculator() Precondition: none Postcondition: a new cal…
Create a Calculator class that implements the provided StackCalculator interface
Create a Calculator class that implements the provided StackCalculator interface. Java program must use the signature and follow each of the requirements. Thanks in advance Featur…
Create a Calender in Java with the following features 1. Calendar 1.1 Views 1.1.
Create a Calender in Java with the following features 1. Calendar 1.1 Views 1.1.1 Monthly view: show all days in a month, and event snippet for each day 1.1.2 Weekly view: show al…
Create a Card class and a Deck class and a driver. A Card is immutable, meaning
Create a Card class and a Deck class and a driver. A Card is immutable, meaning that after you instantiate it, it cannot be changed. The suit property can be "clubs", "spades", "d…
Create a Card class that represents a single playing card. Every playing card co
Create a Card class that represents a single playing card. Every playing card contains two pieces of information: a value and a suit. For the purposes of this program, we will ass…
Create a Case Study \"Controlling onchocerciasis in sub-Saharan Africa\" with th
Create a Case Study "Controlling onchocerciasis in sub-Saharan Africa" with the information below Health Condition: Onchocerciasis, or riverblindness, afflicts approximately 42 mi…
Create a Case Study \"Controlling trachoma in Morocco\" Health Condition: Tracho
Create a Case Study "Controlling trachoma in Morocco" Health Condition: Trachoma is the second leading cause of blindness in the world, and the number one cause of preventable bli…
Create a Case Study. Does anything really work to solve profound health problems
Create a Case Study. Does anything really work to solve profound health problems that face poor countries? Does development assistance from rich countries make any difference at a…
Create a Cash Flow Statement in good form for Gotham for the 20X1 and 20X2. You\
Create a Cash Flow Statement in good form for Gotham for the 20X1 and 20X2. You've been given a 3-year Balance Sheet and a a 2-year Income Statement for Gotham, Inc. Use those to …
Create a CharConverter class that performs various operations on strings. It sho
Create a CharConverter class that performs various operations on strings. It should have the following two public member functions.   The uppercase member function accepts a strin…
Create a Checkbook program using C (3 points): At the top of the file include th
Create a Checkbook program using C (3 points): At the top of the file include the following comments Your name The purpose (core concept found below) of the program The date creat…
Create a Checking Account program using C#, creating classes and objects as need
Create a Checking Account program using C#, creating classes and objects as needed. Make sure you include lots of comments. Using the forms application within C#: The output shoul…
Create a Circle class that extends the GeometricObject class and implement the C
Create a Circle class that extends the GeometricObject class and implement the Comparable interface The Circle class has a double type data field called radius (provide the get an…
Create a Circuit class that uses three data members to store the resistance, inp
Create a Circuit class that uses three data members to store the resistance, input voltage, and current of a circuit. The Circuit class also has the following member functions: A …
Create a Circuit class that uses three data members to store the resistance, inp
Create a Circuit class that uses three data members to store the resistance, input voltage, and current of a circuit. The Circuit class also has the following member functions: A …
Create a Circuit class that uses three data members to store the resistance, inp
Create a Circuit class that uses three data members to store the resistance, input voltage, and current of a circuit. The Circuit class also has the following member functions: A …
Create a Circular Doubly Linked List, include class declaration and the function
Create a Circular Doubly Linked List, include class declaration and the functions being implemented. 1. Declares a private class "Node" 2. Has a constructor and destructor, ensure…
Create a Class Account that manage the transactions, the withdraw and making dep
Create a Class Account that manage the transactions, the withdraw and making deposit operations. The class should include a constructor, a setter to set the interest rate, a metho…
Create a Class ArrayListClass in C++ - Create an array class that has an array o
Create a Class ArrayListClass in C++ - Create an array class that has an array of 27 List Classes. - Ignore index 0... Indexes 1...26 correspond to the first letter of a Last name…
Create a Class ArrayListClass in C++ Create an array class that has an array of
Create a Class ArrayListClass in C++ Create an array class that has an array of 27 List Classes Ignore index 0... Indexes 1...26 correspond to the first letter of a Last name. Aga…
Create a Class ArrayListClass in C++ Create an array class that has an array of
Create a Class ArrayListClass in C++ Create an array class that has an array of 27 List Classes Ignore index 0... Indexes 1...26 correspond to the first letter of a Last name. Aga…
Create a Class ArrayListClass in C++ Create an array class that has an array of
Create a Class ArrayListClass in C++ Create an array class that has an array of 27 List Classes Ignore index 0... Indexes 1...26 correspond to the first letter of a Last name. Aga…
Create a Class Assignment 1. Create a class as described below Class Name: Pay F
Create a Class Assignment 1. Create a class as described below Class Name: Pay Fields: hoursWorked payRate grossPay Constructors:A default constructor to initialize the fields. Th…
Create a Class CSS Create a New CSS Rule using a Class CSS. You will need to sel
Create a Class CSS Create a New CSS Rule using a Class CSS. You will need to select the option to include the Class CSS to the styles.css file. (navtable -- this class will be app…
Create a Class CSS Create a New CSS Rule using a Class CSS. navtable -- this cla
Create a Class CSS Create a New CSS Rule using a Class CSS. navtable -- this class will be applied to navigation table Font-family Times Roman Background-color #0ff Text color- bo…
Create a Class called Chapter14.java with public static methods that provide sol
Create a Class called Chapter14.java with public static methods that provide solutions to the following Exercises in the text. with the following significant modifications, so ple…
Create a Class called Chapter14.java with public static methods that provide sol
Create a Class called Chapter14.java with public static methods that provide solutions to the following Exercises in the text.with the following significant modifications, so plea…
Create a Class called CharacterCounter that provides char counts for any text fi
Create a Class called CharacterCounter that provides char counts for any text file (file used as constructor parameter). Use a custom data structure CharInt.java that implements C…
Create a Class called FileCharCount that provides char counts for any text file
Create a Class called FileCharCount that provides char counts for any text file (input file used as constructor parameter). Character == ASCII char's that exist in a text file Int…
Create a Class called MyMathClass The class handles bound type parameters that e
Create a Class called MyMathClass The class handles bound type parameters that extend the API Number class. See Bound for Type Parameters(around pg 793 in text) average method tak…
Create a Class containing a static method that can be used for future programs a
Create a Class containing a static method that can be used for future programs and as practice for creating future methods. The method must use the given Method header and must ha…
Create a Class that represents a grade distribution for a given course. Write me
Create a Class that represents a grade distribution for a given course. Write methods to perform each of the following tasks: Set the number of each of the letter grades A, B, C, …
Create a Class to contain a Client order Create attributes of that class to stor
Create a Class to contain a Client order Create attributes of that class to store Company Name, Address and Sales Tax. Create a public property for each of these attributes. Creat…
Create a Code Blocks project named LinkedLists. This program will use a set of d
Create a Code Blocks project named LinkedLists. This program will use a set of data structures into which the user will enter contact information. Globally declare a ContactInfo s…
Create a Code Blocks project named calculators. This program will ask for input,
Create a Code Blocks project named calculators. This program will ask for input, make one or more calculations, and after each calculation output the calculated value. I would sug…
Create a Code that will add an Add, Edi, and Delete button to the GUI like bello
Create a Code that will add an Add, Edi, and Delete button to the GUI like bellow. public class Student {    private String studentID;    private String studentEmail;    private S…
Create a Coin class with the following information: - A double field for the val
Create a Coin class with the following information: - A double field for the value of the coin - A boolean field indicating the side of the coin that is facing up - heads (true) o…
Create a Coin.java class that includes the following: Takes in a coin name as pa
Create a Coin.java class that includes the following:             Takes in a coin name as part of the constructor and stores it in a private string             Has a method that r…
Create a Coin.java class that includes the following: Takes in a coin name as pa
Create a Coin.java class that includes the following:             Takes in a coin name as part of the constructor and stores it in a private string             Has a method that r…
Create a CoinToss application with a static method flip that returns either 0 fo
Create a CoinToss application with a static method flip that returns either 0 for tails or 1 for heads. Use the SecureRandom class to simulate the coin flip. In main you will ask …
Create a CollegeCourse class. The class contains fields for the course ID (for e
Create a CollegeCourse class. The class contains fields for the course ID (for example, "CIS 210"), credit hours (for example, 3), and a letter grade (for example, 'A'). Include g…
Create a CollegeCourse class. The class contains fields for the course ID (for e
Create a CollegeCourse class. The class contains fields for the course ID (for example, "CIS 210"), credit hours (for example, 3), and a letter grade (for example, 'A'). Include g…
Create a CollegeStudent class. This class will contain data fields that hold a s
Create a CollegeStudent class. This class will contain data fields that hold a student's first name, last name, enrollment date, and projected graduation date, using the Gregorian…
Create a Concept Map that illustrates how species interact in communities. Use e
Create a Concept Map that illustrates how species interact in communities. Use examples to explain commensalism, competition, consumption, and mutualism; connect using these terms…
Create a Conceptual and Logical Model using the following requirements. An infor
Create a Conceptual and Logical Model using the following requirements. An information studies student wants to keep track of the following information. A publishers publishes two…
Create a Concordance java program that will read a text file and output the list
Create a Concordance java program that will read a text file and output the list of words and the frequencies of each word -- Sorted alphabetically. Requirements: 1. Make a Concor…
Create a Console App that produces the following output: Math.Abs( 7.5 ) = x Mat
Create a Console App that produces the following output: Math.Abs( 7.5 ) = x Math.Floor( 7.5 ) = x Math.Abs( 0.0 ) = x Math.Ceiling( 0.0 ) = x Math.Abs( -6.4 ) = x Math.Ceiling( -…