Browse V
Alphabetical listing with fast deep pagination.
4648 items • Page 64 / 93
Visual Basic: Create a Class file named Generic LinearSearch that contains a gen
Visual Basic: Create a Class file named Generic LinearSearch that contains a generic method named Search which implements the linear search algorithm. Method Search should compare…
Visual Basic: Create an application that calculates and displays three monthly m
Visual Basic: Create an application that calculates and displays three monthly mortgage payments. The application should use the loan amount and annual interest rate provided by t…
Visual Basic: Create an application that simulates a tic tac toe game. The form
Visual Basic: Create an application that simulates a tic tac toe game. The form uses 9 large labels to display the x's and o's. The application should use a two dimensional intege…
Visual Basic: Create an application that simulates a tic tac toe game. The form
Visual Basic: Create an application that simulates a tic tac toe game. The form uses 9 large labels to display the x's and o's. The application should use a two dimensional intege…
Visual Basic: Dragging a table from Server Explorer onto a Dataset design surfac
Visual Basic: Dragging a table from Server Explorer onto a Dataset design surface has no effect Dataset. A database constraint limits the number of rows that can be added to a tab…
Visual Basic: In this assignment, you are asked to create a small program that w
Visual Basic: In this assignment, you are asked to create a small program that will calculate a semester grade point average using arrays. This is to give you familiarity with the…
Visual Basic: Please Include screen shots of program and code In this assignment
Visual Basic: Please Include screen shots of program and code In this assignment, you are asked to create a small program that will calculate a semester grade point average using …
Visual Basic: The code below prints 1 page of data from a text file and stops wi
Visual Basic: The code below prints 1 page of data from a text file and stops without printing the rest of the data in the file. How do I get this routine to print more than one p…
Visual Basic: The following pseudocode algorithm for the event handler btnCalcAr
Visual Basic: The following pseudocode algorithm for the event handler btnCalcArea_Click has an error. The event handler is supposed to calculate the area of a room’s floor. The a…
Visual Basics 2012 chapter 9 PC 10 I was working with the code that was presente
Visual Basics 2012 chapter 9 PC 10 I was working with the code that was presented in Programming Challenge 10 and there is an issue with strFilename and ofdOpenFile as they are no…
Visual Basics Add three comment lines before the line of code to explain: 1. wha
Visual Basics Add three comment lines before the line of code to explain: 1. what the code is doing and 2. what the property is used for, and 3. whether that property can be chan…
Visual Basics Design a form that mimics the following pattern: First, write some
Visual Basics Design a form that mimics the following pattern: First, write some functionality into the form class that allows basic addition to be performed. The user provides tw…
Visual Basics File Input/Output and Copy Operation... (\"I just need help with t
Visual Basics File Input/Output and Copy Operation... ("I just need help with the code for steps 6 and 7 i just need the code nothing in designer view") Bookmark Visual Basics Fil…
Visual Basics File Input/Output and Copy Operation... (\"I just need help with t
Visual Basics File Input/Output and Copy Operation... ("I just need help with the code for steps 6 and 7 i just need the code nothing in designer view") Bookmark Visual Basics Fil…
Visual Basics File Input/Output and Copy Operations In this assignment, you will
Visual Basics File Input/Output and Copy Operations In this assignment, you will practice file input/output operations. Before starting this lab, copy and paste the following text…
Visual Basics Problem: Soccer Team Score Application Suppose a soccer team needs
Visual Basics Problem: Soccer Team Score Application Suppose a soccer team needs an application to record the number of points scored by its players during a game. Create an appli…
Visual Basics Rainfall Statistics Scenario A client needs an application that le
Visual Basics Rainfall Statistics Scenario A client needs an application that lets him enter the rainfall for each of 12 months. The application should calculate and display the …
Visual Basics Year 2017 24.1 Year 2016 34.9 Year 2015 31.4 Year 2014 29.9 Year 2
Visual Basics Year 2017 24.1 Year 2016 34.9 Year 2015 31.4 Year 2014 29.9 Year 2013 34.2 Year 2012 48.2 Year 2011 36.4 Year 2010 47.0 Year 2009 38.4 Year 2008 30.7 Year 2007 39.0 …
Visual Basics: 1 ) Write an if/else statement that compares the double variable
Visual Basics: 1 ) Write an if/else statement that compares the double variable pH with 7.0 and makes the following assignments to the bool variables neutral, base, and acid: fal…
Visual Basics: 1) Given that the variables x and y have already been declared an
Visual Basics: 1) Given that the variables x and y have already been declared and assigned values, write an expression that evaluates to true if x is positive (including zero) and…
Visual C# (Body Mass Index Calculator) (Console) The formulas for calculating th
Visual C# (Body Mass Index Calculator) (Console) The formulas for calculating the BMI is: BMI = weightInPounds x 703 / heightInInches x heightInInches Create a BMI calculator app …
Visual C# 2012 An introduction to object-oriented programming Joyce Farrell 5th
Visual C# 2012 An introduction to object-oriented programming Joyce Farrell 5th edition Chapter 5 Review Questions 1. A structure that allows repeated execution of a block of stat…
Visual C# 2012 Chapter 22 Exercise 6. 22.6 (Baseball Database App ) Build an app
Visual C# 2012 Chapter 22 Exercise 6. 22.6 (Baseball Database App) Build an app that executes a query against the Players table of the Baseball database included in the Databases …
Visual C# 2012 How to Program From the book, page 812. Exercise 19.6, 19.7, with
Visual C# 2012 How to Program From the book, page 812. Exercise 19.6, 19.7, with a twist. 19.6 (Evaluating Expression s with a Stack) Stacks are used by compilers to evaluate expr…
Visual C# Finish the code: private void btnAddContact_Click(object sender, Event
Visual C# Finish the code: private void btnAddContact_Click(object sender, EventArgs e) { string strContact; //Validate data //Assign strContact to Contact name(30 chars) + Con…
Visual C# Homework 2 You are to write a program which will create a class called
Visual C# Homework 2 You are to write a program which will create a class called Student Each student has a name age height and weight. These variables should be declared as priva…
Visual C# ONLY!! Here is the Problem! Attached, you will find a database file na
Visual C# ONLY!! Here is the Problem! Attached, you will find a database file named PopulationDB.mdf*. The database has a table named City. The City table has the following column…
Visual C# ONLY!! Here is the Problem! Attached, you will find a database file na
Visual C# ONLY!! Here is the Problem! Attached, you will find a database file named PopulationDB.mdf*. The database has a table named City. The City table has the following column…
Visual C# Problem : Create a Visual C# application that displays the contents of
Visual C# Problem: Create a Visual C# application that displays the contents of the Teams.txt file in a ListBox control. When the user selects a team in the ListBox, the applicati…
Visual C# Problem: Create a Visual C# application that displays the contents of
Visual C# Problem: Create a Visual C# application that displays the contents of the Teams.txt file in a ListBox control. When the user selects a team in the ListBox, the applicati…
Visual C# exercise problems 5a and 5b nttps://ngcengage.com/static/nb/u.. Bookma
Visual C# exercise problems 5a and 5b nttps://ngcengage.com/static/nb/u.. Bookmarks A Pharos Print Manage INDTAP Q Search this course ul. Cengage rm with winds of less than 7AA TS…
Visual Studio (C++) FedEx has hired you to write a little utility program to hel
Visual Studio (C++) FedEx has hired you to write a little utility program to help out shipping locations without digital (Internet) connection to outside world. For example, North…
Visual Studio (C++) FedEx has hired you to write a little utility program to hel
Visual Studio (C++) FedEx has hired you to write a little utility program to help out shipping locations without digital (Internet) connection to outside world. For example, North…
Visual Studio (Express, Code, or MSDN-if available) enable MASM as well, VMWare
Visual Studio (Express, Code, or MSDN-if available) enable MASM as well, VMWare Workstation, Ubuntu, Windows 10, IDA PRO, OllyDbg Complete the following exercises. Except for No. …
Visual Studio .Net allows us to write programs in several languages. When you BU
Visual Studio .Net allows us to write programs in several languages. When you BUILD your application In VS, it is first turned into A. machine code. B. assembly language. C. Byte …
Visual Studio // C# Please complete the following programs. Please zip the solut
Visual Studio // C# Please complete the following programs. Please zip the solution files to submit. 1. Console application: Walk through the Carpet Calculator example in the slid…
Visual Studio 2010 C++ Write a program that declares a struct to store the data
Visual Studio 2010 C++ Write a program that declares a struct to store the data of a football player (players name, players position, number of touchdowns, number of catches, numb…
Visual Studio 2012 C# If you know a vehicle\'s speed and the amount of time it h
Visual Studio 2012 C# If you know a vehicle's speed and the amount of time it has travelled, you can calculate the distance it has travelled as follows: * Distance = Speed * Time …
Visual Studio 2012 C# If you know a vehicle\'s speed and the amount of time it h
Visual Studio 2012 C# If you know a vehicle's speed and the amount of time it has travelled, you can calculate the distance it has travelled as follows: * Distance = Speed * Time …
Visual Studio 2012 C# If you know a vehicle\'s speed and the amount of time it h
Visual Studio 2012 C# If you know a vehicle's speed and the amount of time it has travelled, you can calculate the distance it has travelled as follows: * Distance = Speed * Time …
Visual Studio 2012 C# Original Question If you know a vehicle\'s speed and the a
Visual Studio 2012 C# Original Question If you know a vehicle's speed and the amount of time it has travelled, you can calculate the distance it has travelled as follows: * Distan…
Visual Studio 2012 True or False True/False (10 point in total) Question 1. 1. T
Visual Studio 2012 True or False True/False (10 point in total) Question 1.1. The Select Case statement must include a Case Else clause. (Points : 1) True False Ques…
Visual Studio 2017 C# Create a console application named delegatesAndEvents with
Visual Studio 2017 C# Create a console application named delegatesAndEvents with the following requirements: 1. Declare a delegate type that takes a string as an argument. 2.…
Visual Studio : Create a class called Time that includes three pieces of informa
Visual Studio : Create a class called Time that includes three pieces of information as data members – an hour (type int), a minute (type int), and a year (type int). Your class s…
Visual Studio : Create header file with a class called Time that includes three
Visual Studio : Create header file with a class called Time that includes three pieces of information as data members – an hour (type int), a minute (type int), and a year (type i…
Visual Studio Assembly Language. Could you please tell me how to fix this error.
Visual Studio Assembly Language. Could you please tell me how to fix this error. INCLUDE Irvine32.inc. data 386 model flat, stdcall stack 4096 ExitProcess PROTO, dwExitCode: DWORD…
Visual Studio C # I made a calculator, and now I have to make a calculator memor
Visual Studio C # I made a calculator, and now I have to make a calculator memory (event). There are 4 components here: one Textbox for the answer, two Buttons - "M" and "M+", and…
Visual Studio C# - Programming Can someone help with Steps 1-3 to be added to my
Visual Studio C# - Programming Can someone help with Steps 1-3 to be added to my code I have below. Department.cs needs to be created following these instructions. The outcome sho…
Visual Studio C# - Programming Can someone help with Steps 1-3 to be added to my
Visual Studio C# - Programming Can someone help with Steps 1-3 to be added to my code I have below. Department.cs needs to be created following these instructions. The outcome sho…
Visual Studio C# 1. Correct all syntax errors within the given program. 2. Corre
Visual Studio C# 1. Correct all syntax errors within the given program. 2. Correct all logic errors within the given program – there should be 4 events. Check the working applicat…