Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 32 / 1624
C# Programming: This is all the info. Create a class called Plumber that inherit
C# Programming: This is all the info. Create a class called Plumber that inherits from the CommissionEmployee class in Figure 11.10 In your Plumber class, Earnings() should calcul…
C# Programming: Write a GUI program named CurrencyConverterGUI that allows a use
C# Programming: Write a GUI program named CurrencyConverterGUI that allows a user to enter a dollar amount in the first text box that should be converted to the selected currency …
C# Progrmming The body mass index (BMI) is a measure of relative weight based on
C# Progrmming The body mass index (BMI) is a measure of relative weight based on height and weight. Write a program that calculates and prints the BMI for a person; the program al…
C# Project - Do Exercise #2b (but you will need to read 2a also) here: 2a) Creat
C# Project - Do Exercise #2b (but you will need to read 2a also) here: 2a) Create a program named InvoiceExceptionDemo that attempts to create several valid and invalid Invoice ob…
C# Q&A 8. What is a property? 9. Why do we need to define a property? 10. Can a
C# Q&A 8. What is a property? 9. Why do we need to define a property? 10. Can a class have a property even if the class does not have a private field? 11. Can / should a prope…
C# Q5) Re-order the following program statements so that they define the PrintHi
C# Q5) Re-order the following program statements so that they define the PrintHiLow() method that takes an unsorted array of names and another array of associated scores, and then…
C# Q5) Re-order the following program statements so that they define the PrintHi
C# Q5) Re-order the following program statements so that they define the PrintHiLow() method that takes an unsorted array of names and another array of associated scores, and then…
C# Q8) Write an abstract class called StaffMember that has two auto-implemented
C# Q8) Write an abstract class called StaffMember that has two auto-implemented string properties called Name and Phone, a two-argument constructor that sets those two property va…
C# QUESTION 1 How many times is the loop body of the while statement executed? i
C# QUESTION 1 How many times is the loop body of the while statement executed? int i = 0, g = 0, s = 0, t = 0, z = 0; string sValue; while (i < 5) { inValue = Re…
C# QUESTION 36 Why do we want to use polymorphism when developing good Object Or
C# QUESTION 36 Why do we want to use polymorphism when developing good Object Oriented solutions? One function call can have many different results, depending on the data type bei…
C# QUESTION. PLS HELP ME OUT 1. Write a program that converts vlaues to and from
C# QUESTION. PLS HELP ME OUT 1. Write a program that converts vlaues to and from the following units. a. temperature celcius and farenheight b. distance kilometers and m…
C# Question: Battleship AI~ The AI should have three modes, 1) Hunt 2) Agression
C# Question: Battleship AI~ The AI should have three modes, 1) Hunt 2) Agression 3)Sink Hunt should be a method to select cells within the array to attck obviously Agression shoul…
C# Question: Create a function that takes three integers from the input. The app
C# Question: Create a function that takes three integers from the input. The app will return the rounded average of these integers using only integer operations (e.g. integer divi…
C# Question: OO Design Our battleships game needs several different kinds of shi
C# Question: OO Design Our battleships game needs several different kinds of ship – we need a type to store the ships and information about it. Create a base class called Ship Cre…
C# Question: OO Design Our battleships game needs several different kinds of shi
C# Question: OO Design Our battleships game needs several different kinds of ship – we need a type to store the ships and information about it. Create a base class called Ship Cre…
C# Question: Your teacher runs a lot of marathons. Write a program to allow him
C# Question: Your teacher runs a lot of marathons. Write a program to allow him to find his fastest, slowest and average time of up to 10 races. Your program should ask for times …
C# Questions 16. Suppose the catch block for an exception E prints the value ot
C# Questions 16. Suppose the catch block for an exception E prints the value ot E as in: Console.WriteLine ("(O)",E) What does not happen as a result? A. The name of the exception…
C# Questions 24. Which of these (A- C) is not true about events? A. An event han
C# Questions 24. Which of these (A- C) is not true about events? A. An event handler has two arguments, the first of which is a B. The publisher of an event determines what action…
C# Questions 27. Suppos 21. Suppose we have this sol statement: \"Select ABC, DE
C# Questions 27. Suppos 21. Suppose we have this sol statement: "Select ABC, DEF trom GH where JKL "MNO.", and it can be executed succesfully which statement (A -c) io not true ab…
C# Questions 31. What is the return type of the Read) method of a 2 MySQLDataRea
C# Questions 31. What is the return type of the Read) method of a 2 MySQLDataReader? A. voicd B. String C. bool D. a row of the result table 32. Suppose our Main() method calls a …
C# Questions C# Questions 21. Which of these is not true about exceptions? A. Al
C# Questions C# Questions 21. Which of these is not true about exceptions? A. All exceptions are ultimately derived from the base class Exception. B. A catch block always takes ex…
C# Questions: 1. BinarySearch() is ____. A. Usable as long as you declare an arr
C# Questions: 1. BinarySearch() is ____. A. Usable as long as you declare an array B. A method in the Array class C. Must be used with integer arguments D. An instance method 2. i…
C# Requirement 1: The application displays a new multiplication question every t
C# Requirement 1: The application displays a new multiplication question every time the "New" button is clicked. Requirement 2: 10 message boxes are displays indicating the remain…
C# Requirements: First, you’ll need a Person class for the data model. The Perso
C# Requirements: First, you’ll need a Person class for the data model. The Person class will have the following features:Name First and last The first and last names should be ind…
C# SAMPLE CODE: For this task you are given a partially-complete program a progr
C# SAMPLE CODE: For this task you are given a partially-complete program a program designed to show the number of enrolment positions open for each class, or display that the clas…
C# SAMPLE CODE: For this task you are given a partially-complete program a progr
C# SAMPLE CODE: For this task you are given a partially-complete program a program designed to show the number of enrolment positions open for each class, or display that the clas…
C# SAMPLE CODE: or this exercise, you are asked to write a method called Initial
C# SAMPLE CODE: or this exercise, you are asked to write a method called InitializeArrayWithNoDuplicatesO. using the provided method header below, which will return a one dimensio…
C# SAMPLE CODE: using System; using System.Collections.Generic; using System.Lin
C# SAMPLE CODE: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CardDealer { class Deck { // Include …
C# SAMPLE CODE: using System; using System.Collections.Generic; using System.Lin
C# SAMPLE CODE: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SimpleTempConversion { /* Class to convert Celsius temperature to F…
C# Simplest form!! To enter in mindtap PhotoDemo.cs Instructions 1 using static
C# Simplest form!! To enter in mindtap PhotoDemo.cs Instructions 1 using static System.Console; 2 class PhotoDemo Create an application class named PhotoDemothat demonstrates the …
C# Since the way the program is currently written requires one player to enter a
C# Since the way the program is currently written requires one player to enter a word and another to play, change the program so that one player may play (without cheating!). In o…
C# Sudoku Puzzle I need to change this code from 9x9 to 16x16. I have altered so
C# Sudoku Puzzle I need to change this code from 9x9 to 16x16. I have altered some of the code, but my rows 10-16 are off a bit. Also have to figure out what number combinations t…
C# The credit plan at TidBit Computer Store specifies a 10% down payment and an
C# The credit plan at TidBit Computer Store specifies a 10% down payment and an annual interest rate of 12%. Monthly payments are 5% of the listed purchase price, minus the down p…
C# To the BankingLib project add a class Account with private fields _accountNum
C# To the BankingLib project add a class Account with private fields _accountNumber, _currentBalance, _bankName. Add the constructor and properties Add methods: Deposit(amount) an…
C# Unity Project: Procedural Cave Generation - Part 2 - Maze Upgrade * Rename yo
C# Unity Project: Procedural Cave Generation - Part 2 - Maze Upgrade * Rename your MapGenerator.cs to MapGeneratorCave.cs. Rename the class as well to MapGeneratorCave. * Update t…
C# Use two new controls; ComboBox and ListBox, as well as separate About form. C
C# Use two new controls; ComboBox and ListBox, as well as separate About form. Create a project for local coffee shop. Your design should consist of three frame controls: The firs…
C# Using the class created in question 10 of part 1, create a second class that
C# Using the class created in question 10 of part 1, create a second class that inherits from it. Define two additional attributes and provide a code sample of the constructor for…
C# VISUAL STUDIO MULTIPLE CHOICE QUESTIONS Question 1 Which beginning symbol(s)
C# VISUAL STUDIO MULTIPLE CHOICE QUESTIONS Question 1 Which beginning symbol(s) indicates the lines that follow will be comments? Question 1 options: ** // /* /// */ Question 2 To…
C# Visual Code I am gettin an error in my code it says \"The name \"Courses\" do
C# Visual Code I am gettin an error in my code it says "The name "Courses" does not exist in the current context". Can someone help find whats wrong. using System; using System.Co…
C# Visual Studio CONSOLE GUI application: Write a program that displays the numb
C# Visual Studio CONSOLE GUI application: Write a program that displays the number of dollars, quarters, dimes, nickels, and pennies that a customer should get back as change. The…
C# Visual Studio. CS Write a program that can be used to convert meters into fee
C# Visual Studio. CS Write a program that can be used to convert meters into feet and inches. You should use methods to accomplish this. There should be a method for each of the f…
C# Visual Studio. CS Write a program that can be used to convert meters into fee
C# Visual Studio. CS Write a program that can be used to convert meters into feet and inches. You should use methods to accomplish this. There should be a method for each of the f…
C# We want our structure to hold a group of Patients. We don\'t need to sort the
C# We want our structure to hold a group of Patients. We don't need to sort them, but we do need to look them up. In our little program, we will have a way to assign ids to our pa…
C# When you pass an element from an ArrayList to a method, the method receives:
C# When you pass an element from an ArrayList to a method, the method receives: a copy of the full ArrayList the address of the first element in the ArrayList a copy of the value …
C# Window Application: Write a generic method that implements a linear search in
C# Window Application: Write a generic method that implements a linear search in an array. This method should compare the search key with each element in an array until the searc…
C# Window Form Application I am trying to add exceptions: if the user doesn\'t e
C# Window Form Application I am trying to add exceptions: if the user doesn't enter anything in the textbox's. a number in the last or first name Textboxes. a letter in the GPA Te…
C# Windows Console Application using textboxes with integer input and output. I
C# Windows Console Application using textboxes with integer input and output. I have 3 things I'm trying to relate to each other. textBox1 is for user input of a number, button1 i…
C# Windows Form Application Bug Tracking System Create a windows application to
C# Windows Form Application Bug Tracking System Create a windows application to track bugs. The screen should display the list of current bugs as well as a form to add a new bug. …
C# Windows Forms Application : Cipher program The use of codes (or ciphers) as a
C# Windows Forms Application: Cipher program The use of codes (or ciphers) as a means of hiding the meaning of messages traces its roots to ancient history. The first known milita…
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…