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 227 / 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#, 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…
Using C#, Create class Rectangle. * The class has attributes length and width, e
Using C#, Create class Rectangle. * The class has attributes length and width, each of which defaults to 1. * One instance constructor that initializes the attributes length and w…
Using C#, Visual Studio, Assume that you\'ve started a business that sells sport
Using C#, Visual Studio, Assume that you've started a business that sells sporting goods equipment online. You currently have operations in Arizona and California. As such, you on…
Using C#, Visual Studio, Write a program that calculates a student\'s GPA. Remem
Using C#, Visual Studio, Write a program that calculates a student's GPA. Remember, an A is worth 4 points, a B is worth 3 points, a C is worth 2 points, a D is worth 1 point, and…
Using C#, a string needs to be split into segments of 3037 characters in order t
Using C#, a string needs to be split into segments of 3037 characters in order to be accepted by a REST API. You have a string, description, that is the string needing to be split…
Using C#, create a class named Circle with fields named radius, area, and diamet
Using C#, create a class named Circle with fields named radius, area, and diameter. Include a constructor that sets the radius to 1. Also include public properties for each field.…
Using C#, create a class named Circle with fields named radius, area, and diamet
Using C#, create a class named Circle with fields named radius, area, and diameter. Include a constructor that sets the radius to 1. Also include public properties for each field.…
Using C#, modify from MenuDialog to create a simple text editor. You need to add
Using C#, modify from MenuDialog to create a simple text editor. You need to add [STAThread] Before its Main method to make it work. In File menu, add option like New, Open, Save,…
Using C#, please help with fixing/resolving the namespace issues in this code an
Using C#, please help with fixing/resolving the namespace issues in this code and ensure that the CRUD views are correct. Also ensure that any directive or assembly references are…
Using C#,Create a class called RightTriangle that has one field named area, the
Using C#,Create a class called RightTriangle that has one field named area, the data type of which is double. The class RightTriangle is a derived class of the base class triangle…
Using C#. Create an application classnamed LetterDemo that instantiates objects
Using C#. Create an application classnamed LetterDemo that instantiates objects of two classes named Letter and CertifiedLetter and that demonstrates all their methods.The classes…
Using C#: Create a program for Potsie\'s Pottery named FelxibleOrder that accept
Using C#: Create a program for Potsie's Pottery named FelxibleOrder that accept's a user's choice from the options in the accompanying table. Allow the user to enter either an int…
Using C#: Create a program named DemoSquares that instantiates an array of 10 Sq
Using C#: Create a program named DemoSquares that instantiates an array of 10 Square objects with sides that have values of 1 through 10 and that displays the values for each Squa…
Using C#: Create a program named DemoSquares that instantiates an array of 10 Sq
Using C#: Create a program named DemoSquares that instantiates an array of 10 Square objects with sides that have values of 1 through 10 and that displays the values for each Squa…
Using C#: I\'ve created an MVC project in MS Visual Studios. I\'ve added the dat
Using C#: I've created an MVC project in MS Visual Studios. I've added the database with the following tables with respective properties: - Entries ((ID) Next, Prev, Name, Phone, …
Using C#: In Chapter 4, you created an interactive application named GreenvilleR
Using C#: In Chapter 4, you created an interactive application named GreenvilleRevenue that prompts the user for the number of contestants entered in this year's and last year's G…
Using C#: In Chapter 6, you continued to modify the GreenvilleRevenue program. N
Using C#: In Chapter 6, you continued to modify the GreenvilleRevenue program. Now, modify the program so that the major functions appear in the following individual methods: - A …
Using C#: This question uses the class Either whose code is listed below Write t
Using C#: This question uses the class Either whose code is listed below Write the code that will do the following: Declare a variable named eit of type Either Initialize eit with…
Using C#: Write the code for a console application to solve the following proble
Using C#: Write the code for a console application to solve the following problem. Have the user first enter a number giving the total number of jobs to be scheduled on a machine.…
Using C++ & this code: #include #include\"Box.h\" using namespace std;
Using C++ & this code: #include<iostream> #include"Box.h" using namespace std; int main(void) {    Box b(5, 10, 5);    Box c(3, 20, 3);    cout << b << endl …
Using C++ ( I have the code, i just need a loop that will make it loop 3 times a
Using C++ ( I have the code, i just need a loop that will make it loop 3 times at the end an restrict the values from 1 to 1000) Part 2 - Cash.cpp Write a function called SortCash…
Using C++ (microsoft visual studios 2013) create a program that displays the num
Using C++ (microsoft visual studios 2013) create a program that displays the number of days in a month. Use a 12 element one dimensional array to store the number of days in each …
Using C++ (microsoft visual studios 2013) create a program with comments (//comm
Using C++ (microsoft visual studios 2013) create a program with comments (//comments) with the following instruction: Create a program with a recursive method called power (base, …
Using C++ (microsoft visual studios write a program (with //comments) that uses
Using C++ (microsoft visual studios write a program (with //comments) that uses methods and simulates throwing a rock in a basket in a straight line. Each time the program is run,…
Using C++ (not C) to create a class, X, consisting of three data members, a char
Using C++ (not C) to create a class, X, consisting of three data members, a char*, an int, and a long. These data members are to be used to store a name (both first and last), an …
Using C++ (not C) to create a class, X, consisting of three data members, a char
Using C++ (not C) to create a class, X, consisting of three data members, a char*, an int, and a long. These data members are to be used to store a name (both first and last), an …
Using C++ (not C) to write a complete program that meets all of the following re
Using C++ (not C) to write a complete program that meets all of the following requirements. Create a class called ABC with the following: - a non-static data member:  a char* (you…
Using C++ (specifically stacks structures of C++), write a converter that conver
Using C++ (specifically stacks structures of C++), write a converter that converts a binary to decimal. This is the code I have so far but I can't get it to work: /* for this prog…
Using C++ (use prototype function) Create a program with one main function and a
Using C++ (use prototype function) Create a program with one main function and at least four other functions. Create a string called name in the main function to hold a complete f…
Using C++ (use prototype function) Create a program with one main function and a
Using C++ (use prototype function) Create a program with one main function and at least four other functions. Create a string called name in the main function to hold a complete f…
Using C++ , Write an inline function called FindHypotenuse() that accepts the le
Using C++ , Write an inline function called FindHypotenuse() that accepts the lengths of two sides of a right triangle as parameters. The function should then return the length of…
Using C++ , write a main method to: 1.) Sets up two values in main, a and b. 2.)
Using C++, write a main method to: 1.) Sets up two values in main, a and b. 2.) read in two variables using a Read function 3.) print the two variable using a Print function 4.) s…
Using C++ , write a program using structs and the string class. Read a file cont
Using C++ , write a program using structs and the string class. Read a file containing team names, their conferences and divisions. This data will be stored in an array of structs…
Using C++ ,Give the user menu three options, including: Option A : Display a rep
Using C++ ,Give the user menu three options, including: Option A: Display a report showing the energy produced and the percentage of the grand total energy for each of the 13 type…
Using C++ - Insertion Sort - Quick Sort - Merge Sort Test each sort algorithm us
Using C++ - Insertion Sort - Quick Sort - Merge Sort Test each sort algorithm using an array of 10000 elements(use random numbers).  Display the time difference using the time fun…
Using C++ . Write a programmer defined function with void return type that swaps
Using C++ . Write a programmer defined function with void return type that swaps two characters. Your main function must declare two integers and ask the user for their values. In…
Using C++ .. The parameter to the following two recursive routines is a pointer
Using C++ .. The parameter to the following two recursive routines is a pointer to a singly linked list of numbers, whose elements are unique (no duplicates) and unsorted. Each no…
Using C++ .. You are asked to develop a clone of the wc utility found in most Un
Using C++ .. You are asked to develop a clone of the wc utility found in most Unix systems. Your wc utility should display the number of lines, words, and bytes contained in each …
Using C++ ..... You should start by downloading the tictactoe_final.cpp program:
Using C++ ..... You should start by downloading the tictactoe_final.cpp program: ******************************************************************************* ******************…
Using C++ ..... You should start by downloading the tictactoe_final.cpp program:
Using C++ ..... You should start by downloading the tictactoe_final.cpp program: ******************************************************************************* ******************…
Using C++ ..... You should start by downloading the tictactoe_final.cpp program:
Using C++ ..... You should start by downloading the tictactoe_final.cpp program: ******************************************************************************* ******************…
Using C++ 1. Added the missing status (Active) to the some of the tasks. 2. Upda
Using C++ 1. Added the missing status (Active) to the some of the tasks. 2. Updated rubric for delivery two. To-do List Console App In this project, you are to develop a simple co…
Using C++ 1. Create a program that is capable of downloading multiple assets com
Using C++ 1. Create a program that is capable of downloading multiple assets combine them with the associated time column and save the data into a csv or excel file. 2. With the f…
Using C++ 1. Implement a recursive method fibo that takes an integer num as a pa
Using C++ 1. Implement a recursive method fibo that takes an integer num as a parameter and returns the nth Fibonacci number. 2. Implement a recursive method printDigits that take…
Using C++ 1. Write a program that will compute the distance an object will fall
Using C++ 1. Write a program that will compute the distance an object will fall (traveling down) for times of I second to 15 seconds. The formula is d gt2 where d is the distance …
Using C++ 2.9% 2.9% 5.7% 2.9% 2.9% 2.9% 2.9% 2.9% 2.9% 11.4% 2.9% 2.9% 5.7% 2.9%
Using C++ 2.9% 2.9% 5.7% 2.9% 2.9% 2.9% 2.9% 2.9% 2.9% 11.4% 2.9% 2.9% 5.7% 2.9% 5.7% 5.7% 2.9% 2.9% 2.9% 2.9% 2.9% Many string analysis tasks (particularly in genomics and crypto…
Using C++ A struct (or object) to represent dates is to be implemented. It must
Using C++ A struct (or object) to represent dates is to be implemented. It must contain a string for the day of the week, and three numbers for the day of the month, the month, an…
Using C++ Add a function to sort the array arrays in a descending manner using s
Using C++ Add a function to sort the array arrays in a descending manner using selection or insertion sorts . Call this function to sort descending (high to low) using y as the ke…
Using C++ Add the member functions max(), min(), and sum() to the apvector class
Using C++ Add the member functions max(), min(), and sum() to the apvector class. These functions should return the largest element, the smallest element, and the sum of all eleme…
Using C++ An automatic animal monitoring device sits in the african savannah mon
Using C++ An automatic animal monitoring device sits in the african savannah monitoring all the animals that pass within range. Throughout the day it creates a large text file tha…