Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1385 / 1624
Create a Retained earnings statement from this given data: Retained earnings and
Create a Retained earnings statement from this given data: Retained earnings and balance sheet data: Accounts payable $ 194,300 Accounts receivable 545,000 Accumulated depreciatio…
Create a Return Function with a parameter which is able to translate number from
Create a Return Function with a parameter which is able to translate number from parameter to text. The parameter is able to accept only from 1 to 999. If parameter value is more …
Create a Ro-sham-bo game in Java with the following specifications: - The applic
Create a Ro-sham-bo game in Java with the following specifications: - The application prompts the player to enter a name and select an opponent. - The application prompts the play…
Create a Road class(C++, include a .h file, cpp file, driver file). The class sh
Create a Road class(C++, include a .h file, cpp file, driver file). The class should have functions for setting the width of the road in feet and the length of the road in miles. …
Create a Rock, Paper, Scissors game in Python named rps.py according to the requ
Create a Rock, Paper, Scissors game in Python named rps.py according to the requirements specified in this document. Description: Create a menu-driven rock, paper, scissors game t…
Create a Rock, Paper, Scissors game in Python named rps.py according to the requ
Create a Rock, Paper, Scissors game in Python named rps.py according to the requirements specified in this document. Description: Create a menu-driven rock, paper, scissors game t…
Create a Rollover Plugin Starting with the downloadable assignment files, write
Create a Rollover Plugin Starting with the downloadable assignment files, write the Javascript needed for the application. Use the book and lectures as a guide. In this exercise, …
Create a Roman Numeral generator. You must ask the user for a 3 digit number and
Create a Roman Numeral generator. You must ask the user for a 3 digit number and then output the correct corresponding Roman Numeral. An example output would look like this: Enter…
Create a Ruby class Book1. Each book is characterized by the instance variables
Create a Ruby class Book1. Each book is characterized by the instance variables author and title. For this class create the initializer and the method show1 that displays the inst…
Create a Ruby program to do the following.... Within a Ruby program, have an arr
Create a Ruby program to do the following.... Within a Ruby program, have an array of mixed integers (with even and odd number). Say for example: anArray = [45, 4, 1, 6, 11, 8, 2,…
Create a SIC/XE Assembler Pass 1 should construct the symbol table, the addresse
Create a SIC/XE Assembler Pass 1 should construct the symbol table, the addresses associated with each instruction, addresses of each label. The input file will be in fixed format…
Create a SOAP NOTE WITH THE CASE STUDY PROVIDED. JR is a 47 year old white male
Create a SOAP NOTE WITH THE CASE STUDY PROVIDED. JR is a 47 year old white male complains of having generalized abdominal pain that started 3 days ago. He has not taken any medica…
Create a SQL query that shows the first_name, last_name, hire_date, and the numb
Create a SQL query that shows the first_name, last_name, hire_date, and the number of days that the employee has worked from the EMPLOYEES table. Use the concatenation operator to…
Create a STATS CLASS whose member data includes an array capable of storing 30 d
Create a STATS CLASS whose member data includes an array capable of storing 30 double data values, and whose member function includes total, lowest, highest, and average function …
Create a Sage Cloud account and start a project called (Your Name) Coding Theory
Create a Sage Cloud account and start a project called (Your Name) Coding Theory Homework. Invite mc (swisherh@gmail.com) to collaborate with you on the project. Start a Sage Work…
Create a Sales spreadsheet ()pen a new worksheet and rename it Bonus Add the fol
Create a Sales spreadsheet ()pen a new worksheet and rename it Bonus Add the following labels across Row 1: Add the names of the sales reps in Column A: Alex. Connie. Elizabeth. a…
Create a SalesDataWrite class that receive info of sales from user and write the
Create a SalesDataWrite class that receive info of sales from user and write the data to a text file using structure. Info of sales includes: Division name (East, West, North, or …
Create a Savings Account class. Use a static data member annual Interest Rate to
Create a Savings Account class. Use a static data member annual Interest Rate to store the annual interest rate for each of the savers. Each member of the class contains a private…
Create a SavingsAccount Class.Use a data member annualInterestRate tostore the a
Create a SavingsAccount Class.Use a data member annualInterestRate tostore the annual interest rate for each of the savers. Each memberof the class contains a private data member …
Create a SavingsAccount class. Use a static data member annual BonusRate to stor
Create a SavingsAccount class. Use a static data member annual BonusRate to store the annual bonus rate for each of the savers (i.e. objects). The class contains a private data me…
Create a SavingsAccount class. Use a static data member annualInterestRate to st
Create a SavingsAccount class. Use a static data member annualInterestRate to store the annual interest rate for each of the savers. (Hint: define or initialize static variable ou…
Create a SavingsAccount class. Use a static data member to contain the annualInt
Create a SavingsAccount class. Use a static data member to contain the annualInterestRate for each of the savers. Each member of the class should contain a private data member sav…
Create a Scoring/Game information Data Structure that uses the Singleton Design
Create a Scoring/Game information Data Structure that uses the Singleton Design Pattern.The data structure should store at least three types of information if not more: Score, Mai…
Create a Separate class Builder.java. Declaring Class Step 2: Examining the prob
Create a Separate class Builder.java. Declaring Class Step 2: Examining the problem, we need to create a Builder class, declare Builder class as follows public class Builder f ins…
Create a Servlet file \"Useraccesscounter.java\". The Servletwill responses to t
Create a Servlet file "Useraccesscounter.java". The Servletwill responses to the user with 3 messages: (1) How many times thisServlet has been visited totally. (2) If the user is …
Create a Servlet that displays a form when the doGet method is invoked. The form
Create a Servlet that displays a form when the doGet method is invoked. The form will contain a post action that directs the form post back to the same servlet, which in the doPos…
Create a Simio. Patients arrive to a 24-hour, 7-days-a-week outpatient clinic wi
Create a Simio. Patients arrive to a 24-hour, 7-days-a-week outpatient clinic with interarrival times being distributed as exponential with mean 5.95 (all times are in minutes); t…
Create a Simple Java program following the below instructions: A)Store your name
Create a Simple Java program following the below instructions: A)Store your name (first and last together separated by one space ie. "Mary Flower") in a String object referenced b…
Create a Simple library management system in java (no swings) occurs when a stud
Create a Simple library management system in java (no swings) occurs when a student/person enters a library with an access and requests or return a book to the librarian and also …
Create a Simulation Model. Patients arrive to a 24-hour, 7-days-a-week outpatien
Create a Simulation Model. Patients arrive to a 24-hour, 7-days-a-week outpatient clinic with interarrival times being distributed as exponential with mean 5.95 (all times are in …
Create a Single linked list, double linked list and circular linked list using c
Create a Single linked list, double linked list and circular linked list using classes (without using any inbuilt function) public class LinkedList { Object n; LinkedLis…
Create a Singly linked list that contains the following methods. In your Driver
Create a Singly linked list that contains the following methods. In your Driver class provide a menu that allows the user to test out each of the methods. Constructor Initialize t…
Create a Skills Gap Analysis to find out what skills you have or lack if you wer
Create a Skills Gap Analysis to find out what skills you have or lack if you were to apply for a Video game developer The questions below will help you prepare your skills gap ana…
Create a Snort Rule. You have been investigating an apparent internal attack aga
Create a Snort Rule. You have been investigating an apparent internal attack against your company’s Windows Server 2008 file servers. Suspicious packets have been captured during …
Create a Song Organizer script that stores songs in a text file. Include functio
Create a Song Organizer script that stores songs in a text file. Include functionality that allows users to view the song list and prevents the same song name from being entered t…
Create a Spirograph. To do this you will first need the equations that govern th
Create a Spirograph. To do this you will first need the equations that govern the location of the pen in a Spirograph. These are You should have a single button to start the Spiro…
Create a Sport class that contains the following: • two instances variables acti
Create a Sport class that contains the following: • two instances variables activity: name of the sport calories: calories burned per hour • two constructors no argument: default …
Create a Stack and Queue using a linked list implementation. The LinkedQueue cla
Create a Stack and Queue using a linked list implementation. The LinkedQueue class must have the following features: At least one primitive variable At least two ListNode variable…
Create a Stack class and the main(). Stack must contain one of our previous List
Create a Stack class and the main(). Stack must contain one of our previous List classes as a private instance variable. All the methods of class must work by simply calling a met…
Create a Stack class and the main(). Stack must contain one of our previous List
Create a Stack class and the main(). Stack must contain one of our previous List classes as a private instance variable. All the methods of class must work by simply calling a met…
Create a Stack class and the main(). Stack must contain one of our previous List
Create a Stack class and the main(). Stack must contain one of our previous List classes as a private instance variable. All the methods of class must work by simply calling a met…
Create a Stack class and the main(). Stack must contain one of our previous List
Create a Stack class and the main(). Stack must contain one of our previous List classes as a private instance variable. All the methods of class must work by simply calling a met…
Create a Stack class for integers. Within the stack class, store up to 10 intege
Create a Stack class for integers. Within the stack class, store up to 10 integers in an array. Include a push method that adds an integer to the stack. Include a pop method that …
Create a Stack class that inherits from your SinglyList or DoublyList class Usin
Create a Stack class that inherits from your SinglyList or DoublyList class Using C++ . Note: Your SinglyList or Doubly list class will need to be able to hold nodes that are of t…
Create a Stack using a 2D array in C++ I am trying to create a stack that resemb
Create a Stack using a 2D array in C++ I am trying to create a stack that resembles the effect of a linked list with 5 functions. I was wondering if someone could show how to cons…
Create a Stack, push the value 1, 4, 6, 9 into it and then pop all the items in
Create a Stack, push the value 1, 4, 6, 9 into it and then pop all the items in the stack and print it on the screen.Create a Stack, push the value 1, 4, 6, 9 into it and then pop…
Create a Star Schema to support Internet Sales. The facts that are needed are: O
Create a Star Schema to support Internet Sales. The facts that are needed are: Order Quantity, Discount Amount, Sales Amount, and Tax Amount. We need to be able to access this dat…
Create a Star Schema to support Internet Sales. The facts that are needed are: O
Create a Star Schema to support Internet Sales. The facts that are needed are: Order Quantity, Discount Amount, Sales Amount, and Tax Amount. We need to be able to access this dat…
Create a Stash class specifically for storing Rect objects and call it RectStash
Create a Stash class specifically for storing Rect objects and call it RectStash. Add a default constructor and a destructor to correctly initialize your RectStash class. Then wri…
Create a Student Grading Application using an Object Oriented Language of your c
Create a Student Grading Application using an Object Oriented Language of your choice. Which Adds, Edits, and Deletes student assignments onto a storage medium, with grades per st…