Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 33 / 1624
C# Windows Forms Visual Studios You are to create the classic game of Wheel of F
C# Windows Forms Visual Studios You are to create the classic game of Wheel of Fortune. Your application should consist of 3 players, underlines to represent letters in the puzzle…
C# Windows Forms Visual Studios You are to create the classic game of Wheel of F
C# Windows Forms Visual Studios You are to create the classic game of Wheel of Fortune. Your application should consist of 3 players, underlines to represent letters in the puzzle…
C# Windows GUI Application. PROGRAM LANGUAGE: C# Here are the instructions I nee
C# Windows GUI Application. PROGRAM LANGUAGE: C# Here are the instructions I need help with this project as far as setting up the printpreview methods, and printing from an Array …
C# Windows form Hospital Charges Create an application that calculates the total
C# Windows form Hospital Charges Create an application that calculates the total cost of a hospital stay. The daily base charge is exist350. The hospital also charges for medicati…
C# Windows form app I have errors that i do not understand. Can someone please h
C# Windows form app I have errors that i do not understand. Can someone please help me fix the issue. Im using the dateTimePicker to grab its dates and convert them to strings and…
C# Windows form please, Thank you guys again for all your awesome help. I\'m stu
C# Windows form please, Thank you guys again for all your awesome help. I'm stuck on the coding for the groupboxes, and doing the mathematical calculations at the end to add up al…
C# Write a console application to meet the following requirements. Create a syst
C# Write a console application to meet the following requirements. Create a system for a simple library. The library has a name and a list of books. Each book has a title, author …
C# Write a program that creates a ProfessorRating class consisting of professor
C# Write a program that creates a ProfessorRating class consisting of professor ID and three ratings. The three ratings are used to evaluate easiness, helpfulness, and clarity. Th…
C# Write a program that displays a graphical user interface (Windows form) that
C# Write a program that displays a graphical user interface (Windows form) that allows multiple names, e-mail addresses, and local phone numbers to be entered. Allow only numbers …
C# Write a program that performs string processing on all strings. char *my_fget
C# Write a program that performs string processing on all strings. char *my_fgets (char *s, int n, FILE *stream) — Reads at most one less than the number of characters specified b…
C# Write a program to create a table for converting from miles per hour to kilom
C# Write a program to create a table for converting from miles per hour to kilometres per hour. FRAMEWORK: Write a program that first displays the column headings of the two units…
C# Write a two class solution that includes data members for the name of the cou
C# Write a two class solution that includes data members for the name of the course, current enrollment, and maximum enrollment. Include an instance method that returns the number…
C# Write an application that displays revenue generated for exercise classes at
C# Write an application that displays revenue generated for exercise classes at the Tappan Gym. The gym offers two types of exercise classes, zumba and spinning, six days per week…
C# Write compile and test a program named CollegeApplication. The requirements f
C# Write compile and test a program named CollegeApplication. The requirements for this application are as follows: • The application shall contain variables of appropriate types …
C# You have to create two classes. The first class “Employee” which included: Th
C# You have to create two classes. The first class “Employee” which included: The private variables: • first name • last name • id number (Format: A#####) • Wage • hoursWorked The…
C# and Programming Questions I will rate Thumbs up 1. Many programming languages
C# and Programming Questions I will rate Thumbs up 1. Many programming languages facilitate programming in more than one paradigm. A.True B.False 2.Markdown supports code blocks w…
C# and php Project 1 – [20 points] [5 points] Write an HTML document to create a
C# and php Project 1 – [20 points] [5 points] Write an HTML document to create a form with the following capabilities: a. A text box to collect the user’s name b. Four checkboxes,…
C# and php Project 1 – [20 points] [5 points] Write an HTML document to create a
C# and php Project 1 – [20 points] [5 points] Write an HTML document to create a form with the following capabilities: a. A text box to collect the user’s name b. Four checkboxes,…
C# application using array. Considering two types of cars: Nissan and Toyota; Th
C# application using array. Considering two types of cars: Nissan and Toyota; There are 4 available Nissan cars and 4 available Toyota cars. Use array to create C# application tha…
C# assignment 7: Double Arrays Create three arrays of type double. Do a compile-
C# assignment 7: Double Arrays Create three arrays of type double. Do a compile-time initialization and place different values in two of the arrays. Write a program to store the p…
C# assignment process in Windows IDE. Create a Windows Form Application project.
C# assignment process in Windows IDE. Create a Windows Form Application project. Create a Form for a car rental company and set the form text property to Car Rental and the form b…
C# assignment: Saying Create an application that produces three different output
C# assignment: Saying Create an application that produces three different outputs using the same phrase. Select your own favorite popular saying for the phrase. The phrase should …
C# chapter 9 question #7 E-mail Address book Create an application with a class
C# chapter 9 question #7 E-mail Address book Create an application with a class named PersonEntry. The PersonEntry class should have properties for a person's name, e-mail address…
C# class i need help please Question 1 You are given a form with three TextBoxes
C# class i need help please Question 1 You are given a form with three TextBoxes. One of them is name txtFirstName, the other txtLastName, and the last one txtCount. The initial v…
C# code Your mission: Write a program that gets the amount of a purchase from th
C# code Your mission: Write a program that gets the amount of a purchase from the user and then calculates the shipping charge, based on the following table: $20.00 Psuedocode Pro…
C# code please private void PopulateList() { for (i = 0; i
C# code please private void PopulateList() { for (i = 0; i <= 79; i++) shuffleNumbers.Add(i); } public List<Int32> ShuffleList<Int32>(List<Int32> inputList) {…
C# code to create a battleship board with the board heading Solution using Syste
C# code to create a battleship board with the board heading
C# coding help please. Here\'s the question... The local driver\'s License Offic
C# coding help please. Here's the question... The local driver's License Office has asked you to create a an application that grades the written portion of the driver's license ex…
C# dictionaries are a simple way to find if something exists etc etc. I have a q
C# dictionaries are a simple way to find if something exists etc etc. I have a question though on how they work. Let's say instead of a dictionary I use an ArrayList. Instead of u…
C# help discription: public abstract class Chassis Chassis is an abstract class
C# help discription: public abstract class Chassis Chassis is an abstract class representing a generic tank model. You will need to create at least one concrete class inheriting f…
C# help with these methods... public class Game { public Game(int numPlayers, in
C# help with these methods... public class Game { public Game(int numPlayers, int numRounds) { /*Game's constructor. This is called with the number of players in the game and the …
C# help with this code... public class Game { public Game(int numPlayers, int nu
C# help with this code... public class Game { public Game(int numPlayers, int numRounds) { /*Game's constructor. This is called with the number of players in the game and the numb…
C# how do i insert a value into the databse using the textbox i update table.xam
C# how do i insert a value into the databse using the textbox i update table.xaml.. I will supply all of the code that im using and have already written please help below will be …
C# language 6. (45 points) Below is a partial definition of a PriorityQueue clas
C# language 6. (45 points) Below is a partial definition of a PriorityQueue class that stores its elements in a heap formed with BinaryTreeNode>s. Fill in the merge method belo…
C# language Please:: Create a Console Application project. ( important one to an
C# language Please:: Create a Console Application project. ( important one to answer) Within the namespace and outside of the wrapper class for Main create a class named assignmen…
C# only Create an application that lets you enter a list of positive and zero in
C# only Create an application that lets you enter a list of positive and zero integers. That is, if you enter a negative number,the application will be terminated. These numbers r…
C# only [*] Create an application that would: [*] Ask your user to input the cou
C# only [*] Create an application that would: [*] Ask your user to input the course information, including: [*] Course catalog number, name, and number of credit hours; [*] Grade …
C# only please Create a program that includes the following requirements: Create
C# only please Create a program that includes the following requirements: Create an employee class Private class members for: an array of 5 integer employee ids an array of 5 st…
C# only please You will find a file named USPopulation.txt info below. The file
C# only please You will find a file named USPopulation.txt info below. The file contains the midyear population of the United States, in thousands, during the years 1950 through 1…
C# please Create an application that prompts the user for a storm windspeed in m
C# please Create an application that prompts the user for a storm windspeed in mph, then determines the correct typhoon category. The program must run all test cases of storm wind…
C# problem : Create a Map class that stores a collection of key/value pairs. The
C# problem : Create a Map class that stores a collection of key/value pairs. The key/value pairs should be implemented using a Pair class that has the fields and properties First …
C# program Modify the payroll application. If the object currently being process
C# program Modify the payroll application. If the object currently being processed is a BasePlusCommissionEmployee, the application should increase the BasePlusCommissionEmployee’…
C# program is upper-casing wrong letters. I want the program to uppercase the fi
C# program is upper-casing wrong letters. I want the program to uppercase the first letter of each word that a user enters. My program is below, and it is uppercasing all the lett…
C# program that will accept multiple values from user and let them know if its i
C# program that will accept multiple values from user and let them know if its in acceptable range of 0 to 100. Requirements 1-create a method that will display the instructions a…
C# program: How would I write the if statement to check if each matrices can be
C# program: How would I write the if statement to check if each matrices can be added together. if it cant, then i would write the else as "Cannont add" ? public static void MatAd…
C# programming Create an application that produces three different outputs using
C# programming Create an application that produces three different outputs using the same phrase. Select your own favorite popular saying for the phrase. The phrase should first b…
C# programming Create an application that prompts the user for a storm windspeed
C# programming Create an application that prompts the user for a storm windspeed in mph, then determines the correct typhoon category. The program must run all test cases of storm…
C# programming Write a program that calculates and prints the take-home pay for
C# programming Write a program that calculates and prints the take-home pay for a commissioned sales employee. Allow the user to enter values for the name of the employee and the …
C# programming. 2. Create a fractions class that represents fractions in the for
C# programming. 2. Create a fractions class that represents fractions in the form a/b Your class should implement the following members int Numerator int Denominator Fraction(int …
C# programming. In countries using the metric system, many products are sold by
C# programming. In countries using the metric system, many products are sold by grams and kilograms are opposed to pounds and ounces. Write an application that converts grams to p…