Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse U

Alphabetical listing with fast deep pagination.
19149 items • Page 226 / 383

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
Using C programming: Write a program that prompts the user to enter integer valu
Using C programming: Write a program that prompts the user to enter integer values for three variables a, b, and c. The program also prompts the user to enter an integer value for…
Using C sharp Windows Form Color Mixer: The colors red, blue, and yellow are kno
Using C sharp Windows FormColor Mixer: The colors red, blue, and yellow are known as the primary colors because they cannot be made by mixing other colors. When you mix two primar…
Using C sharp windows form Create a struct called Rational for performing arithm
Using C sharp windows form Create a struct called Rational for performing arithmetic with fractions. Write an app to test your class. Use integer variables to represent the privat…
Using C write a function, halfstring, which creates a new string which skips eve
Using C write a function, halfstring, which creates a new string which skips every second characters of the first string. For example: "John Smith" would become "Jh mt" The functi…
Using C write a user-interface which allows the user a menu of choices for a ban
Using C write a user-interface which allows the user a menu of choices for a bank database application. The database contains the accountnumber (int), name (char [ ]), and address…
Using C write a user-interface which allows the user a menu of choices for a ban
Using C write a user-interface which allows the user a menu of choices for a bank database application. The database contains the accountnumber (int), name (char [ ]), and address…
Using C# (C Sharp) NOT C or C++ The above contains an incomplete source code of
Using C# (C Sharp) NOT C or C++ The above contains an incomplete source code of a C# program which is supposed to accept any numbers of integers entered at the command line and di…
Using C# (C-Sharp) - Visual Stuido progamm is favorable. Here is a description o
Using C# (C-Sharp) - Visual Stuido progamm is favorable. Here is a description of the scenario and the requirements. The application would first ask for the customer account numbe…
Using C# 1. Assume that you have a retail store with inventory. Once a month, yo
Using C# 1. Assume that you have a retail store with inventory. Once a month, you adjust pricing for items that have been in stock for more than 90 days, discounting inventory ite…
Using C# Build a simple WPF app for picking a date and time. a calendar for date
Using C# Build a simple WPF app for picking a date and time. a calendar for date selection. a textbox for time display “Up” and “Down” buttons to adjust time. Hours, minutes and A…
Using C# Create a class called Artist that contains 4 pieces of information as i
Using C# Create a class called Artist that contains 4 pieces of information as instance variables: name (datatype string), specialization – i.e., music, pottery, literature, paint…
Using C# Create a class called Insurance that contains 3 pieces of information a
Using C# Create a class called Insurance that contains 3 pieces of information as instance variables: name (datatype string), number of customers (datatype int), state where corpo…
Using C# I need a console application class that will allow for the addition, su
Using C# I need a console application class that will allow for the addition, subtraction, multiplication and division of 2 rational numbers. The class may use operator overloadin…
Using C# InfInt.cs represents an integer that would normally overflow your stand
Using C# InfInt.cs represents an integer that would normally overflow your standard int. See the code for implementation details they should be self explanatory. You are provided …
Using C# Language in Visual Studio Assign 1: Add to the “GoTeam” project from La
Using C# Language in Visual Studio Assign 1: Add to the “GoTeam” project from Lab #1. Change the Label on the Click Me Button to “Go Team”. Make it so that when the user clicks on…
Using C# PLEASE INCLUDE A MAIN FUNCTION FOR TESTING InfInt.cs represents an inte
Using C# PLEASE INCLUDE A MAIN FUNCTION FOR TESTING InfInt.cs represents an integer that would normally overflow your standard int. See the code for implementation details they sh…
Using C# Previously you created a program for Marshall\'s Murals that prompts a
Using C# Previously you created a program for Marshall's Murals that prompts a user for the number of interior and exterior murals scheduled to be painted during the next month. T…
Using C# Progamming Only (NO JAVA, C++) Answet the following question using micr
Using C# Progamming Only (NO JAVA, C++) Answet the following question using microsoft visual stuido. Use a one-dimensional array to solve the following problem: A company pays its…
Using C# Program Language I have a bag of coins. Design a class that can sort an
Using C# Program Language I have a bag of coins. Design a class that can sort and count coins according to their size. The class should also contain the methods that display the t…
Using C# Rational.cs represents a fraction and we are going to use operator over
Using C# Rational.cs represents a fraction and we are going to use operator overloading to add, subtract, multiply, and divide rational numbers. You will need to complete the foll…
Using C# The LinkedList Class We\'ll first explore the doubly-linked list imp
Using C# The LinkedList<T> Class We'll first explore the doubly-linked list implementation built into .Net: Create a console application Repeat the following 20 times (using…
Using C# Write 2 classes that implement a stack with push, pop and peek operatio
Using C# Write 2 classes that implement a stack with push, pop and peek operations. One should be called StackL and internally should store the data in a series of Nodes as a sing…
Using C# Write 2 classes that implement a stack with push, pop and peek operatio
Using C# Write 2 classes that implement a stack with push, pop and peek operations. One should be called StackL and internally should store the data in a series of Nodes as a sing…
Using C# Write 2 classes that implement a stack with push, pop and peek operatio
Using C# Write 2 classes that implement a stack with push, pop and peek operations. One should be called StackL and internally should store the data in a series of Nodes as a sing…
Using C# Write a console application to determine the time required to perform t
Using C# Write a console application to determine the time required to perform the push/pop or queue/dequeue operations on your stacks and queues. Make an instance of a C# stack a…
Using C# a. In the game Rock Paper Scissors, two players simultaneously choose o
Using C# a. In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper, or scissors. If both players choose the same option, then the res…
Using C# and Microsoft Visual Studio 2017 with Windows Forms Application, Create
Using C# and Microsoft Visual Studio 2017 with Windows Forms Application, Create an application named ShapesDemo that creates several objects that descend from an abstract class c…
Using C# and including a main function to test it works InfInt.cs represents an
Using C# and including a main function to test it works InfInt.cs represents an integer that would normally overflow your standard int. See the code for implementation details the…
Using C# and including comments to explain implementation Create a Console Appli
Using C# and including comments to explain implementation Create a Console Application Project called GradeBook that includes the following two classes: ****GradeBook.cs****** // …
Using C# and including comments: Create a windows “forms app (.NET framework)” .
Using C# and including comments: Create a windows “forms app (.NET framework)” . Name the project and the solution the same. Note: Unfortunately I don’t think you can do this on a…
Using C# and including comments: Name this project SquaresAndCubes Write a Conso
Using C# and including comments: Name this project SquaresAndCubes Write a Console Application initializes a variable to an integer value then prints out a table with the number, …
Using C# create a Windows Form Application for a Pizza Delivery Company. You mus
Using C# create a Windows Form Application for a Pizza Delivery Company. You must provide a place for the user to enter their contact information (address, phone number, email) an…
Using C# create a class that has a method implementing sequential search. create
Using C# create a class that has a method implementing sequential search. create a class as a tester, which will call the sequential search method in the first class EXAMPLE using…
Using C# create a console-based computerized game of War named WarCardGame in wh
Using C# create a console-based computerized game of War named WarCardGame in which a standard 52-card deck is randomly divided between two players, one of which is the computer. …
Using C# create a new backing field called _speedIncrement. Inside the construct
Using C# create a new backing field called _speedIncrement. Inside the constructor initialize this backing field to 5. Adjust other parts of the code for this new dynamic variable…
Using C# do the following: - Declare three arrays of type double and of the same
Using C# do the following: - Declare three arrays of type double and of the same size. Initialize two of the arrays with values. First Array Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 …
Using C# how would you write these methods Method Summary int SumArray(int[] arr
Using C# how would you write these methods Method Summary int SumArray(int[] array) Returns the sum of all the elements in “array.” Example input: 3 5 1 2 4 6 Example output:     …
Using C# in visual studio. I am trying to fill a datagridview with a sqlite data
Using C# in visual studio. I am trying to fill a datagridview with a sqlite database. I am not able to get the dataabse to show within the datagridview. Here is the code I have so…
Using C# in visual studio. NO GLOBAL VARIABLES. or this exercise, you are asked
Using C# in visual studio. NO GLOBAL VARIABLES. or this exercise, you are asked to write a program to create a table for converting from kilometres per hour to miles per hour. Thi…
Using C# language: Develop a program that computes the total pizza price. The in
Using C# language: Develop a program that computes the total pizza price. The interface will contain 5 textboxes, 4 of which will store the number of pizzas ordered. The interface…
Using C# make these updates to the following code. *Update the Employee class* -
Using C# make these updates to the following code. *Update the Employee class* -Update a new field, telephone number - Include error checking to match that a telephone number has …
Using C# or Python, write a code that reads a Microsoft Excel CSV file named \"L
Using C# or Python, write a code that reads a Microsoft Excel CSV file named "LabAssignment" then outputs all the collected and formated data as another Microsoft Excel CSV file n…
Using C# or Python, write a code that reads a Microsoft Excel CSV file named \"L
Using C# or Python, write a code that reads a Microsoft Excel CSV file named "LabAssignment" then outputs all the collected and formated data as another Microsoft Excel CSV file n…
Using C# programm ng write a class to draw shapes of varying sizes. This class s
Using C# programm ng write a class to draw shapes of varying sizes. This class should include two m ethods one to draw hollow squares, and another to draw isosceles triangles. The…
Using C# window Form Add a class library project (VehiclesLib) To the Library pr
Using C# window Form Add a class library project (VehiclesLib) To the Library project Add class: Vehicle (_make, _model, _year, _price, _vin), Add constructor and get properties, …
Using C#, Create a Form that contains a guessing game with five RadioButtons num
Using C#, Create a Form that contains a guessing game with five RadioButtons numbered 1 through 5. Randomly choose one of the RadioButtons as the winning button. When the user cli…
Using C#, Create a Money class that has as data members dollars and cents. Inclu
Using C#, Create a Money class that has as data members dollars and cents. Include IncrementMoney and DecrementMoney instance methods. Include constructors that enable the Money c…
Using C#, Create a class called Invoice that a hardware store might use to repre
Using C#, Create a class called Invoice that a hardware store might use to represent an invoice for an item sold at the store. An Invoice should include four pieces of information…
Using C#, Create a class called Invoice that a hardware store might use to repre
Using C#, Create a class called Invoice that a hardware store might use to represent an invoice for an item sold at the store. An Invoice should include four pieces of information…
Using C#, Create an interface for an employee salary calculator. When the employ
Using C#, Create an interface for an employee salary calculator. When the employee first walks up, the form will have the following: 1. A welcome label, 2. Two textboxes…one for t…