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 997 / 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 console program that: Uses a while loop to perform the following steps:
Write a console program that: Uses a while loop to perform the following steps: 1. Prompt the user to input two integers: firstNum and secondNum where secondNum is at least 10 gre…
Write a console program to declare and initialize a double variable with some va
Write a console program to declare and initialize a double variable with some value such as 1234.5678. Then retrieve the integral part of the value and store it in a variable of t…
Write a console program to read in a text file of first and last names, print th
Write a console program to read in a text file of first and last names, print them on the screen, and write them (one first/last name per line) to another file. On the screen, the…
Write a console program using Microsoft Visual C++ to calculate how many Btu\'s
Write a console program using Microsoft Visual C++ to calculate how many Btu's of heat are delivered to a house given the number of gallons of oil burned and the efficiency of the…
Write a console program using Microsoft Visual C++ to calculate how many Btu\'s
Write a console program using Microsoft Visual C++ to calculate how many Btu's of heat are delivered to a house given the number of gallons of oil burned and the efficiency of the…
Write a console program: Code the program so that it displays the color of the i
Write a console program: Code the program so that it displays the color of the item whose item number is entered by the user. All the item numbers contain exactly five characters.…
Write a console program: Code the program so that it displays the color of the i
Write a console program: Code the program so that it displays the color of the item whose item number is entered by the user. All the item numbers contain exactly five characters.…
Write a console-based Java application to help an airline customer find good way
Write a console-based Java application to help an airline customer find good ways of redeeming his/her accumulated mileage into airline tickets. Assume all trips depart from O'Har…
Write a console-based Java application to help an airline customer find good way
Write a console-based Java application to help an airline customer find good ways of redeeming his/her accumulated mileage into airline tickets. Assume all trips depart from O'Har…
Write a console-based program for a college\'s admissions office. The user enter
Write a console-based program for a college's admissions office. The user enters a numeric high school grade point average (for example, 3.2) and an admission test score. Display …
Write a constructor Ghost, that takes a color argument, and the x and y coordina
Write a constructor Ghost, that takes a color argument, and the x and y coordinates. The constructed object should store the ghost color, and the x and y coordinates. The x and y …
Write a constructor __init__(self, depth_limit) that constructs a new Searcherob
Write a constructor __init__(self, depth_limit) that constructs a new Searcherobject by initializing the following attributes: an attribute states for the Searcher‘s list of untes…
Write a constructor with parameters self, num_mins and num_messages. num_mins an
Write a constructor with parameters self, num_mins and num_messages. num_mins and num_messages should have a default value of 0. Sample output for the given program: GIVEN: class …
Write a contains method for a linked implementation of a sorted list. This metho
Write a contains method for a linked implementation of a sorted list. This method is written from the implementation perspective, meaning it goes inside of the SortedLinkedList cl…
Write a conversion program that will display a menu to the user and allow the us
Write a conversion program that will display a menu to the user and allow the user to choose to convert from Celsius to Fahrenheit, Fahrenheit to Celsius, miles to kilometers, or …
Write a corporate management report in which you explore the factors that influe
Write a corporate management report in which you explore the factors that influence the valuation of the equity of a company. Be sure your report includes the following: Assume th…
Write a correct Java application program that plays a number guessing game with
Write a correct Java application program that plays a number guessing game with the user. In the starter code that you are given to help you begin the project, you will find the f…
Write a correct and complete C++ program that inputs 5,000 integer values from t
Write a correct and complete C++ program that inputs 5,000 integer values from the user and performs three calculations. In the main function, input the values from the user. As p…
Write a correctly balanced net ionic equation for the reaction that occurs when
Write a correctly balanced net ionic equation for the reaction that occurs when KOI is dissolved in water and calculate the numerical value of the equilibrium constant for the rea…
Write a counselor response for each stage The skills that you have learned in th
Write a counselor response for each stage The skills that you have learned in this class are used throughout all stages of a counseling session. However, there are clearly some sk…
Write a counting loop that initializes an int variable called begin to 2 and dou
Write a counting loop that initializes an int variable called begin to 2 and doubles this value       each iteration until it reaches 65,536. The loop will contain a single line t…
Write a counting loop that initializes an int variable called begin to 2 and dou
Write a counting loop that initializes an int variable called begin to 2 and doubles this value each iteration until it reaches 65,536. The loop will contain a single line that in…
Write a course scheduler using a struct in C++.ask the user for number of classe
Write a course scheduler using a struct in C++.ask the user for number of classes they need to schedule, dynamically create a 1-d array of courses, and then get the information fo…
Write a cover letter identifying a business position you would be interested in
Write a cover letter identifying a business position you would be interested in applying for. Write a one page cover letter identifying some of your strengths and convincing the e…
Write a cpp program Server.h #ifndef SERVER_H #define SERVER_H #include #include
Write a cpp program Server.h #ifndef SERVER_H #define SERVER_H #include #include #include #include using namespace std; class Server { public:    Server();    Server(string, int);…
Write a cpp program that asks the user to enter the time in terms of seconds. Th
Write a cpp program that asks the user to enter the time in terms of seconds. Then the program prints the time in the format of h: m: s 1 hour = 60 minutes or 3600 seconds minute=…
Write a creative story to tell about the journey of a jogger from one location i
Write a creative story to tell about the journey of a jogger from one location in a park to another location. Make up some events and experiences that the jogger goes through on h…
Write a critical analysis of the text in about 600 – 800 words. Stealing is Alwa
Write a critical analysis of the text in about 600 – 800 words. Stealing is Always Wrong - Unpaid Downloading of Music from the Internet There are many forms of stealing, from the…
Write a critique essay (1000 words) on the following article. (Include in-text c
Write a critique essay (1000 words) on the following article. (Include in-text citations). lUpment: Concepts and Kohlberg's Method kohnl r(1958a) core sample was comprised of 72 b…
Write a critique of the article below: Brisson-Banks, C. (2010). Managing change
Write a critique of the article below: Brisson-Banks, C. (2010). Managing change and transitions: A comparison of different models and their effectiveness. Your article critique s…
Write a critter class Tigger along with its movement and eating behavior. All un
Write a critter classTiggeralong with its movement and eating behavior. All unspecified aspects ofTiggeruse the default behavior. Write the complete class with any fields, constru…
Write a cryptographic program that works similarly to my crypto program: • Pro
Write a cryptographic program that works similarly to my crypto program: • Prompt the user to enter a secret key and use it to compute the seed of a random number generator • …
Write a ctass named Hexagon that extends GeometricObject and implements the Comp
Write a ctass named Hexagon that extends GeometricObject and implements the Comparable interface. Assume all six sides of the hexagon are of equal size. The Hexagon class is defin…
Write a custom function called diceRoll()to simulate a dice roll. The function s
Write a custom function called diceRoll()to simulate a dice roll. The function should return an integer value from 1-6 and does not accept any parameters (inputs). The function ra…
Write a customer class that minimally stores the following data fields for a cus
Write a customer class that minimally stores the following data fields for a customer: –Name –Customer phone number –Total amount of purchase –Time duration of membership by month…
Write a customized FUNCTION in VBA code to implement Cramer\'s rule. Then apply
Write a customized FUNCTION in VBA code to implement Cramer's rule. Then apply the customized function to solve below system of linear equations: [1 3 1 5 2 1 0 3 4 2 2 1 -3 1 3 2…
Write a dass named ParkingMeter containing: . An instance variable named timelef
Write a dass named ParkingMeter containing: . An instance variable named timeleft of type int, initialized to 0. . A method named add that accepts an integer parameter. If the val…
Write a database creation script called marta-schema.sql that creates a database
Write a database creation script called marta-schema.sql that creates a database called marta with create table statements that create the following tables o routes with fields: r…
Write a database description for each of the relations shown, using SQL DDL. Ass
Write a database description for each of the relations shown, using SQL DDL. Assume the following attribute types: Problem 1 (20 points). DDL commands. Write a database for each o…
Write a decision statement to check that the value of an integer |variable \"x\"
Write a decision statement to check that the value of an integer |variable "x" is between 45 and 75. If it is, display YES, otherwise display NO. Make sure to include 45 and 75 as…
Write a declaration for Car class, using the variable names and method names men
Write a declaration for Car class, using the variable names and method names mentioned below. Leave the bodies of the methods empty. For programming purposes, we can focus on just…
Write a declaration for the class Card including its data members and function m
Write a declaration for the class Card including its data members and function members based on the following UML and save it in a file called card.h. Card -suit:int -rank:int +Ca…
Write a declaration of an array named calendar containing 12 integer values. Inc
Write a declaration of an array named calendar containing 12 integer values. Include an initializer that sets all 12 values: the first value to the number of days in January, the …
Write a declaration statement for a 1-D array called timedata with a length of n
Write a declaration statement for a 1-D array called timedata with a length of n, where n is a pre-declared integer variable. (In other words, n has already been declared in advan…
Write a declaration statement to declare that the variable count will be used to
Write a declaration statement to declare that the variable count will be used to store an integer. Write a declaration statement to declare that the variable grade will be used to…
Write a decoder program in C++, using struct { }; Write a decoder program in C++
Write a decoder program in C++, using struct { }; Write a decoder program in C++, using struct { }; Locate the output file from running the executable: ''decodeme .jiw''. You will…
Write a deep copy constructor for the linked list below. Use the following test
Write a deep copy constructor for the linked list below. Use the following test program to test the deep copy constructor. ( I apologize in advace for making it so long. I am unab…
Write a defining diagram (IOP chart) and a program that uses a set of parallel a
Write a defining diagram (IOP chart) and a program that uses a set of parallel arrays, one for employee names and one to store each of those employees’ job titles. The program wil…
Write a definition Description for the three tables below. The definition must d
Write a definition Description for the three tables below. The definition must define the noun, which constitutes one record in the table. The three tables below will have descrip…
Write a definition Description for the three tables below. The definition must d
Write a definition Description for the three tables below. The definition must define the noun, which constitutes one record in the table. The three tables below will have descrip…