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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 910 / 1333

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
Write a C# GUI application that accepts employee data to include employee name,
Write a C# GUI application that accepts employee data to include employee name, number, pay rate, and number of hours worked. Pay is to be computed as follows: Hours over 40 recei…
Write a C# GUI application that accepts employee data to include employee name,
Write a C# GUI application that accepts employee data to include employee name, number, pay rate, and number of hours worked. Pay is to be computed as follows: Hours over 40 recei…
Write a C# GUI application that accepts employee data to include employee name,
Write a C# GUI application that accepts employee data to include employee name, number, pay rate, and number of hours worked. Pay is to be computed as follows: Hours over 40 recei…
Write a C# Windows GUI application that gets names and e-mail addresses from the
Write a C# Windows GUI application that gets names and e-mail addresses from the user and displays a list of all of the user's contacts. Each time the user enters a new contact, h…
Write a C# Windows application that gets names and e-mail addresses from the use
Write a C# Windows application that gets names and e-mail addresses from the user and displays a list of all of the user's contacts. Each time the user enters a new contact, he/sh…
Write a C# Windows application to calculate student tuition. Create a Windows Fo
Write a C# Windows application to calculate student tuition. Create a Windows Form Application with name StudentForm. When the program starts, it should display the following form…
Write a C# Winform (Using 2 Forms) program to do the following: Read the data fr
Write a C# Winform (Using 2 Forms) program to do the following: Read the data from the file named 1975-1979.csv (Shown at the end). The data is in the format and separated by comm…
Write a C# application that asks the user to input the required data to implemen
Write a C# application that asks the user to input the required data to implement the four methods below: (Use Method Overloading to write the methods) Method Addition that take a…
Write a C# application that chooses a number in the range between 1 and 1000. It
Write a C# application that chooses a number in the range between 1 and 1000. It should display a prompt saying Guess a number between 1 and 1000. The player enters the number and…
Write a C# application that provides statistics about temperatures for a given w
Write a C# application that provides statistics about temperatures for a given week. Your solution should be a two-class application that has a one-dimensional array as a data mem…
Write a C# application to do the following. First, create an array of Invoice ob
Write a C# application to do the following.      First, create an array of Invoice objects with the following data:      [Please see next page]      Part number Part description Q…
Write a C# console application for a furniture company. Ask the user to choose P
Write a C# console application for a furniture company. Ask the user to choose P for pine, O for oak, and M for mahogany. Show the price of a table manufactured with the chosen wo…
Write a C# console application for a furniture company. Ask the user to choose P
Write a C# console application for a furniture company. Ask the user to choose P for pine, O for oak, and M for mahogany. Show the price of a table manufactured with the chosen wo…
Write a C# console application for a furniture company. Ask the user to choose P
Write a C# console application for a furniture company. Ask the user to choose P for pine, O for oak, and M for mahogany. Show the price of a table manufactured with the chosen wo…
Write a C# console application for a furniture company. Ask the user to choose P
Write a C# console application for a furniture company. Ask the user to choose P for pine, O for oak, and M for mahogany. Show the price of a table manufactured with the chosen wo…
Write a C# console application named Tape that includes fields for length and wi
Write a C# console application named Tape that includes fields for length and width in inches and properties for each field. Also include a ToString() method that returns a string…
Write a C# console application named Tape that includes fields for length and wi
Write a C# console application named Tape that includes fields for length and width in inches and properties for each field. Also include a ToString() method that returns a string…
Write a C# function called CompareNumbers to compare two numbers and return a co
Write a C# function called CompareNumbers to compare two numbers and return a code that indicates their relationship: 0 if they are equal, 1 if the first number is larger, and -1 …
Write a C# main program to compare the time spans for running 1,000 times on bot
Write a C# main program to compare the time spans for running 1,000 times on both sorting methods for randomly created 1,000 integers ranging from 100 to 1000. Use bubble sort and…
Write a C# method to discover the difference between two arrays. Assume you are
Write a C# method to discover the difference between two arrays. Assume you are given two integer arrays, say a1 and a2, suppose they contain no duplicates. Your method should fin…
Write a C# program (Integer Math Calculator, the programming requirements are as
Write a C# program (Integer Math Calculator, the programming requirements are as follows: When typing in 3+4, 10-5, 12*12, 15/5 from console, the program should give the right ans…
Write a C# program in which you will create a class Complex that will allow the
Write a C# program in which you will create a class Complex that will allow the user enter two complex numbers and add, subtract, multiply or divide them. The class should overloa…
Write a C# program that asks a user for a whole number and prints out the factor
Write a C# program that asks a user for a whole number and prints out the factorial of that number. The program should use three threads (or tasks) to complete the computation. On…
Write a C# program that asks a user for a whole number and prints out the factor
Write a C# program that asks a user for a whole number and prints out the factorial of that number. The program should use three threads (or tasks) to complete the computation. On…
Write a C# program that asks a user for a whole number and prints out the factor
Write a C# program that asks a user for a whole number and prints out the factorial of that number. The program should use three threads (or tasks) to complete the computation. On…
Write a C# program that can be use to determine the tip amount that should be ad
Write a C# program that can be use to determine the tip amount that should be added to a restaurant charge. Allow the user to input the restaurant charge, before taxes. Produce ou…
Write a C# program that checks if connected to network by pinging a specific web
Write a C# program that checks if connected to network by pinging a specific website (google.com), if the server replies that means it's connected to the internet and if it says "…
Write a C# program that checks if connected to network by pinging a specific web
Write a C# program that checks if connected to network by pinging a specific website (google.com), if the server replies that means it's connected to the internet and if it says "…
Write a C# program that display multiplication tables. The program lets the user
Write a C# program that display multiplication tables. The program lets the user input a number from a text box, then the user clicks "Show" button, then the multiplication table …
Write a C# program that enables the user to input name, address and local phone
Write a C# program that enables the user to input name, address and local phone number, include area code. The phone number should be entered in a format to include dashes between…
Write a C# program that includes a Employee class that can be used to calculate
Write a C# program that includes a Employee class that can be used to calculate and print the take-home pay for a commissioned sales employee. All employees receive 7% of the tota…
Write a C# program that includes a Employee class that can be used to calculate
Write a C# program that includes a Employee class that can be used to calculate and print the take-home pay for a commissioned sales employee. All employees receive 7%of the total…
Write a C# program that includes a Employee class that can be used to calculate
Write a C# program that includes a Employee class that can be used to calculate and print the take-home pay for a commissioned sales employee. All employees receive 7%of the total…
Write a C# program that reads 43 numbers of values between 1 and 10 from a data
Write a C# program that reads 43 numbers of values between 1 and 10 from a data file or keyboard. Display a frequency distribution bar chart of those numbers. Use asterisks to sho…
Write a C# program that reads a text file and counts the total number of words i
Write a C# program that reads a text file and counts the total number of words in the file, the total number of spaces in the file, the number of words of each length in the file,…
Write a C# program that the number of twenty, ten, five, dollar, quarter, dime,
Write a C# program that the number of twenty, ten, five, dollar, quarter, dime, nickel, and penny that a customer should get back as change, using viual studio. The goal is to use…
Write a C# program that uses a form that contains the following: a textbox, wher
Write a C# program that uses a form that contains the following: a textbox, where the user enters an integer number a button, when clicked the code will call a method named calcul…
Write a C# program to compute the profit made for selling goldfish flakes on-lin
Write a C# program to compute the profit made for selling goldfish flakes on-line, using Visual Studio. The wholesale cost for a case of 24-boxes is $118. And the on-line price fo…
Write a C# program to create a States and Capitals guessing game. A method in yo
Write a C# program to create a States and Capitals guessing game. A method in your program should generate a random number between 1 and 50. Your program should use this number to…
Write a C# program to determine statistics for a video game tournament. The user
Write a C# program to determine statistics for a video game tournament. The user will input names and scores of all tournament players. The program will calculate the average scor…
Write a C# program to generate unique random integers. The program will ask the
Write a C# program to generate unique random integers. The program will ask the user three things: (a) number of random integers the user wants to generate (b) the lower limit of …
Write a C# program to generate unique random integers. The program will ask the
Write a C# program to generate unique random integers. The program will ask the user three things: (a) number of random integers the user wants to generate (b) the lower limit of …
Write a C# program to read the specified Data from a database and display it on
Write a C# program to read the specified Data from a database and display it on the screen and format it to CSV and write it to an output file your firstname_lastname_output.csv Y…
Write a C# program to simulate the drawing of 2 playing cards valued from 1 to 1
Write a C# program to simulate the drawing of 2 playing cards valued from 1 to 13. Use an object of class Random to draw the cards. The sum of the 2 cards then will be calculated.…
Write a C# program using a Linq statement. Create a string list. Use Console.Rea
Write a C# program using a Linq statement. Create a string list. Use Console.ReadLine() to collect values of firstName, lastName, street, city, state, zip, save them to List. Writ…
Write a C# program. Declare and initialize the variable number to 20. Provide a
Write a C# program. Declare and initialize the variable number to 20. Provide a menu with 7 items to allow the user to: Add to the value of number a value that the user enters. Su…
Write a C# two-class solution to calculate and display a person’s body mass inde
Write a C# two-class solution to calculate and display a person’s body mass index (BMI). BMI is an internationally used measure of obesity. Depending on where you live, the Imperi…
Write a C#(static void Main(string[] args) format) two-class solution to calcula
Write a C#(static void Main(string[] args) format) two-class solution to calculate and display a person’s body mass index (BMI). BMI is an internationally used measure of obesity.…
Write a C+ function called Series_ Res that calculates the resonant frequency W0
Write a C+ function called Series_ Res that calculates the resonant frequency W0, the bandwidth BW, the quality factor Q and maximum output power Pmax for an input resistance R(in…
Write a C+ function that is callable from R using the Rcpp interface, that count
Write a C+ function that is callable from R using the Rcpp interface, that counts the number of occurrences of a particular element in a vector. The function should take two input…