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 30 / 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
C# Create a Windows Form Application project. Create a Form with a text property
C# Create a Windows Form Application project. Create a Form with a text property of Friends Add a Class file to your project and name it Friend In the Friend class declare the fol…
C# Create a class called RoomInfo: It includes the following private variables f
C# Create a class called RoomInfo: It includes the following private variables for class: • length (double) • width (double) • hasTV (bool) • houseSize(static double) It also incl…
C# Create a console app that can be used to calculate the total amount due for p
C# Create a console app that can be used to calculate the total amount due for puchases. Allow any number of items to be entered - you'll need to enter these in a loop until a cer…
C# Create a console application that prompts you to enter three unique integers
C# Create a console application that prompts you to enter three unique integers between 0 and 10 inclusive (0 and 10 are allowed). You must ensure that these numbers are all uniqu…
C# Create a program for an Ice Cream Shop. The program will store data about ice
C# Create a program for an Ice Cream Shop. The program will store data about ice cream cones and customers. Create a Cone class that includes a choice of ice cream or yogurt, the …
C# Create a program for an Ice Cream Shop. The program will store data about ice
C# Create a program for an Ice Cream Shop. The program will store data about ice cream cones and customers. Create a Cone class that includes a choice of ice cream or yogurt, the …
C# Create a “Worker” classes that are derived from Employee class. In Worker cla
C# Create a “Worker” classes that are derived from Employee class. In Worker class, it has one field, yearWorked. It includes constructor(s) and properties. It also includes two f…
C# Create a “Worker” classes that are derived from Employee class. In Worker cla
C# Create a “Worker” classes that are derived from Employee class. In Worker class, it has one field, yearWorked. It includes constructor(s) and properties. It also includes two f…
C# Create an Employee class with two fields: idNum and hourlyWage. The Employee
C# Create an Employee class with two fields: idNum and hourlyWage. The Employee constructor requires values for both fields. Upon construction, thrown an ArgumentException if the …
C# Create an “EmployeeDemo” class. It includes three functions: 1. In the main f
C# Create an “EmployeeDemo” class. It includes three functions: 1. In the main function, the program calls the readData() function to get the data from file and calls the objSort(…
C# Create the Course.cs file defining the Course class according to these requir
C# Create the Course.cs file defining the Course class according to these requirements: 1. has a private string field to hold the name of the course 2. has a method to set the nam…
C# Debugging help // Declare a Student // ID must be an integer and gpa must be
C# Debugging help // Declare a Student // ID must be an integer and gpa must be a double to continue using System; using static System.Console; class DebugEleven04 { static void M…
C# Debugging help // Employee\'s salary should not be negative // Include stack
C# Debugging help // Employee's salary should not be negative // Include stack trace when exception occurs using System; using static System.Console; class FDebugEleven03 { static…
C# Debugging help // Interface IReversable defines behavior Reverse() // Reverse
C# Debugging help // Interface IReversable defines behavior Reverse() // Reverse is implemented differently for a Soldier and a PhoneCall // Main program demonstrates an object of…
C# Debugging help // Prevents non-numeric data entry // Then prevents division b
C# Debugging help // Prevents non-numeric data entry // Then prevents division by 0 using System; using static System.Console; class DebugEleven02 { static void Main() { int num =…
C# Declare a new delegate type called BoolToggle Returns void Takes in a bool Cr
C# Declare a new delegate type called BoolToggle Returns void Takes in a bool Create a LightSwitch class that does the following: Declares an event of type BoolToggle called OnTog…
C# Declare a new delegate type called BoolToggle Returns void Takes in a bool Cr
C# Declare a new delegate type called BoolToggle Returns void Takes in a bool Create a LightSwitch class that does the following: Declares an event of type BoolToggle called OnTog…
C# Design a program that asks the user to enter a string containing a series of
C# Design a program that asks the user to enter a string containing a series of single digit numbers with nothing separating them. The program should display the sum of all the si…
C# Employee Form Application Assignment Description: The objective for this assi
C# Employee Form Application Assignment Description: The objective for this assignment is to create a program that manages employee data stored in an employee list. The user inter…
C# Files Create some logging code that does the following. - Create a logging cl
C# Files Create some logging code that does the following. - Create a logging class. Fields fileName --- Constructor(string) Sets the file name to the argument. Creates the file i…
C# For this programming question: Create a program that has two classes: ClassA
C# For this programming question: Create a program that has two classes: ClassA and ClassB (0.25 marks) ClassA will . extend ClassB (0.5 marks) have a private field called link th…
C# For this task you are provided with an EnrolmentManager class. The class is f
C# For this task you are provided with an EnrolmentManager class. The class is fully functional and will work if only valid data is passed to it. Your task is to take this program…
C# Format You have been contracted to create an application that can be used to
C# Format You have been contracted to create an application that can be used to determine the discount awarded for preferred customers. Because of the time limitation, you should …
C# GUI program help Create a game similar to Hangman named GuessAWord in which a
C# GUI program help Create a game similar to Hangman named GuessAWord in which a player guesses letters to try to replicate a hidden word. Store at least eight words in an array, …
C# Given the following code, write a method with the name of DoStuff will return
C# Given the following code, write a method with the name of DoStuff will return nothing that will take in any class that has the MathStuff method in it will run the Math Stuff fu…
C# Hello, I am having trouble changing this code to read letters instead of numb
C# Hello, I am having trouble changing this code to read letters instead of numbers. Please reply with the solution and explain. Thanks. Console.WriteLine("For Monday enter M, For…
C# Help 1) This question refers to the FinalExam project. What properties are re
C# Help 1) This question refers to the FinalExam project. What properties are required for a course? Describe how you reached your conclusion. 2) This question refers to the Final…
C# Help Please Lookup the System.DateTime structure. This type contains a large
C# Help Please Lookup the System.DateTime structure. This type contains a large amount of functionality that allows a user to perform all sorts of interesting operations with date…
C# I must code this program to give the calculations on the form I have listed b
C# I must code this program to give the calculations on the form I have listed below in the screen shot. I have the form styled as I need it but I just need to get the code that d…
C# I need to know how to insert a value into a databse using the classes i curre
C# I need to know how to insert a value into a databse using the classes i currently have.. the value will be coming from a text box. using System; using System.Collections.Generi…
C# Im only on chapter 5 so please no advanced stuff like factory classes. Also p
C# Im only on chapter 5 so please no advanced stuff like factory classes. Also please comment all important areas if you can so I can get a better understanding of what to do. If …
C# In this assignment, you will be creating a rather simple program that sport a
C# In this assignment, you will be creating a rather simple program that sport a deck of cards, a dealer, and allow you to choose how many players are at the table. The dealer wil…
C# In this assignment, you will be creating a rather simple program that sport a
C# In this assignment, you will be creating a rather simple program that sport a deck of cards, a dealer, and allow you to choose how many players are at the table. The dealer wil…
C# In this assignment, you will be creating a rather simple program that sport a
C# In this assignment, you will be creating a rather simple program that sport a deck of cards, a dealer, and allow you to choose how many players are at the table. The dealer wil…
C# Jagged Array of Exam Scores Dr. Hunter teaches three sections of her Intro to
C# Jagged Array of Exam Scores Dr. Hunter teaches three sections of her Intro to Computer Science class. She has 12 students in section 1, 8 students in section 2, and 10 students…
C# LAB: This problem is about the generic collection class SortedDictionary. Wri
C# LAB: This problem is about the generic collection class SortedDictionary.  Write a program to do this.  Ask the user to enter a string.  Convert every character into uppercase …
C# LAB: This problem is about using two static methods of class Array: Sort and
C# LAB: This problem is about using two static methods of class Array: Sort and Reverse.  The Sort method sorts elements in ascending order, while the Reverse method reverses the …
C# Lab 1. Create a Trip Calculator Windows application that can be used to deter
C# Lab 1. Create a Trip Calculator Windows application that can be used to determine miles per gallon for a given trip. Set the Form object properties of Name, ForeColor, BackColo…
C# Lab : Your task is to modify the code given below to change the QueueLab clas
C# Lab : Your task is to modify the code given below to change the QueueLab class into a generic class. Also add statements to the TestQueueLab class to create another instance of…
C# Lab Follow the steps below to calculate a user’s BMR (Basal Metabolic Rate).
C# Lab Follow the steps below to calculate a user’s BMR (Basal Metabolic Rate). Your basal metabolic rate is the rate at which the body uses energy while at rest to keep vital fun…
C# Lab: We were assigned the lab to connect database with Windows form applicati
C# Lab: We were assigned the lab to connect database with Windows form application and create some methods to perform certain tasks. Below is my code( but its not working , when i…
C# Language Create a console-based application that computes the price of a desk
C# Language Create a console-based application that computes the price of a desk and whose Main() method calls four other methods: A method to accept the number of drawers in the …
C# Language PROJECT #1 REQUIREMENTS A retail company must file a monthly sales t
C# Language PROJECT #1 REQUIREMENTS A retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state andcounty sales tax collec…
C# Language You are creating an application that will be used to help manage a p
C# Language You are creating an application that will be used to help manage a parking structure. Describe (without code) a custom class you would create for this application, at …
C# List Score Calculator: I think the Logic for my loop to add the value on the
C# List Score Calculator: I think the Logic for my loop to add the value on the list and total is wrong. Task: Create a program that functions as a score calculator. It should sav…
C# Loops Arrays Variables Strings Main() and command-line arguments Properties Y
C# Loops Arrays Variables Strings Main() and command-line arguments Properties Your company has been hired to develop a new voting system for the upcoming Presidential Elections. …
C# Match the following terms with the best possible description: A. an example o
C# Match the following terms with the best possible description: A. an example of abstraction B. and example of encapsulation C. an example of inheritance D.an example of polymorp…
C# Need assistance with programming methods with visual basic. I can not get thi
C# Need assistance with programming methods with visual basic. I can not get this code to work, I have been working on it for more than a day now. I am at a loss. Ive tried many d…
C# Only Create a class named Customer that implements IComparable interface . Cr
C# Only Create a class named Customer that implements IComparable interface. Create 3 Customer class fields: Customer number, customer name, and amount due. Create automatic acces…
C# Only please Create the following methods. You will need to create a console a
C# Only please Create the following methods. You will need to create a console application that can execute all of the following methods, drawing different types of boxes. 1. Crea…