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 973 / 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 bubbleSort function based on the information given from the LinkedList.h
Write a bubbleSort function based on the information given from the LinkedList.h file. C++ typedef int ElementType; class LinkedList { public: LinkedList(); // constructor ~Linked…
Write a business plan for a child home daycare provider business including: 1. E
Write a business plan for a child home daycare provider business including: 1.      Executive Summary: A.    The Grab - Lead with the most compelling statement of why you have a r…
Write a business transaction that involves multiple tables and implement it usin
Write a business transaction that involves multiple tables and implement it using PL/SQL. Use at least one Function or Procedure in your code. The transaction may retrieve data fr…
Write a business transaction that involves multiple tables and implement it usin
Write a business transaction that involves multiple tables and implement it using PL/SQL. Use at least one Function or Procedure in your code. The transaction may retrieve data fr…
Write a business transaction that involves multiple tables and implement it usin
Write a business transaction that involves multiple tables and implement it using PL/SQL. Use at least one Function or Procedure in your code. The transaction may retrieve data fr…
Write a c code solution to this problem Problem 2: Polynomial Root Calculation P
Write a c code solution to this problem Problem 2: Polynomial Root Calculation Problem Description: Engineers often need to calculate the roots to a given polynomial. For low orde…
Write a c code solution without using arrays or strings to this problem Problem
Write a c code solution without using arrays or strings to this problem Problem 2: Polynomial Root Calculation Problem Description: Engineers often need to calculate the roots to …
Write a c program Observe the usual guidelines regarding the initial comment sec
Write a c program Observe the usual guidelines regarding the initial comment section, indenting, and so on. 1.   In data below temperatures in Chicago and San Francisco for the mo…
Write a c program command line program (in Windows) to find names of files and d
Write a c program command line program (in Windows) to find names of files and directories that match a specified pattern. 1. The program must be called walker.exe. 2. The program…
Write a c program that counts number of letters... Write a program with a main()
Write a c program that counts number of letters... Write a program with a main() function and at least (3) functions definitions (and corresponding function prototypes and functio…
Write a c program that determines whether a quadratic equation has one real root
Write a c program that determines whether a quadratic equation has one real root, two real roots, or imaginary roots. Then, if the roots are real, display the roots of the quadrat…
Write a c program that extract and display on the screen one or multiple pattern
Write a c program that extract and display on the screen one or multiple pattern (links, email addresses, phone numbers) matches from a given input file (html web page) More speci…
Write a c program that prompts the user to enter 3 integers separated by spaces,
Write a c program that prompts the user to enter 3 integers separated by spaces, assigns the integers to an array, and then prints the integers in ascending order. Include a funct…
Write a c program that reads in the daily hazard index for each of the three pol
Write a c program that reads in the daily hazard index for each of the three pollutants and that identifies the smog level of the air as low or medium or first-stage alert or seco…
Write a c program to calculate all the possible pairs of two prime numbers that
Write a c program to calculate all the possible pairs of two prime numbers that add up to the given integer. This program reads a positive integer from user and checks whether tha…
Write a c program to find the radius, diameter and circumference of a circle fro
Write a c program to find the radius, diameter and circumference of a circle from its Area. Display error if negative, zero or alphabets are inputted. Given: r: radius d: diameter…
Write a c program using arrays, and loops to compute the monthly payment and the
Write a c program using arrays, and loops to compute the monthly payment and the total payment for a bank loan ask the user to enter the following data: a. Amount of loan b. Durat…
Write a c program with a main function which calls 3 functions, excercise1 thru
Write a c program with a main function which calls 3 functions, excercise1 thru exercise3. Those functions in turn declare local variables and call other functions; load_array, re…
Write a c program: ASCII Translator Write a program (asciitrans.c) that gives th
Write a c program: ASCII Translator Write a program (asciitrans.c) that gives the user the following options: + Enter A to output the ASCII code for a given char + Enter B to outp…
Write a c# program that ask a user for a whole number and prints out the factori
Write a c# program that ask 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. one…
Write a c# program that calculates and prints the take-home pay for a commission
Write a c# program that calculates and prints the take-home pay for a commissioned sales employee. Allow the user to enter values for the name of the employee and the sales amount…
Write a c# program that stores student grades in a text file and read grades fro
Write a c# program that stores student grades in a text file and read grades from a text file.  The program has the following GUI: There are four buttons: Create File, Save Case, …
Write a c++ algorithm for the problem below. (Not an actual code - jus verbal in
Write a c++ algorithm for the problem below. (Not an actual code - jus verbal insructions of what in put is needed, what output is expected the step by step process and the test d…
Write a c++ algorithm for the problem below. (Not an actual code - jus verbal in
Write a c++ algorithm for the problem below. (Not an actual code - jus verbal insructions of what in put is needed, what output is expected the step by step process and the test d…
Write a c++ class definition for an abstract data type describing a bookstore in
Write a c++ class definition for an abstract data type describing a bookstore inventory. Each book has the following attributes: Book Title (character string); Book Author (charac…
Write a c++ class to keep track of a balance in a bank account with a varying an
Write a c++ class to keep track of a balance in a bank account with a varying annual interest rate. The constructor will set both the balance and the annual interest rate to some …
Write a c++ function that is a recursive version of problem 6: Problem 6: To det
Write a c++ function that is a recursive version of problem 6: Problem 6: To determine whether a year is a leap year, you use the following rules 1.if the year is evenly divisible…
Write a c++ functions that provides some of the functionality needed for the use
Write a c++ functions that provides some of the functionality needed for the user to play tic tac toe against the computer. The board: to represent the board, use a string board c…
Write a c++ program (Binary Random Access Database) using a class that has array
Write a c++ program (Binary Random Access Database) using a class that has array data members name, salary, year_hired. This program will 1) write the data for 10 records to a ran…
Write a c++ program (using loops) that asks the user to type positive integers.
Write a c++ program (using loops) that asks the user to type positive integers. When the user types a negative value the program writes ERROR and asks for another value. When the …
Write a c++ program Suppose you have a single linked list of integers, the numbe
Write a c++ program Suppose you have a single linked list of integers, the numbers could be repeated consecutively. Write a function that will count how many times a number is rep…
Write a c++ program That fulfills the following criteria. Objectives ? Count the
Write a c++ program That fulfills the following criteria. Objectives ? Count the number of letters in a file and display list of results. ? Practice using file I/O, loops, command…
Write a c++ program and create a class called Rectangle. Use separate header and
Write a c++ program and create a class called Rectangle. Use separate header and implementation files. The main program (not the functions) should display the values of perimeter …
Write a c++ program as follows. Print the list of runners and times as example b
Write a c++ program as follows. Print the list of runners and times as example below. Then print the name of the fastest runner and his/her time (in hours and minutes). Also, find…
Write a c++ program for the following UML introduction: You are working as a pro
Write a c++ program for the following UML introduction: You are working as a programmer designing a space ship weapon system for the newly forced Space Force. The weapon system is…
Write a c++ program sin x = x - (x^3/3!) + (x^5/5!) - (x^7/7!) + (x^9/9!)... whe
Write a c++ program sin x = x - (x^3/3!) + (x^5/5!) - (x^7/7!) + (x^9/9!)... where x is in radian. Cos x = 1 - (x^2/2!) + (x^4/!) - (x^6/6!) + (x^8/8!)... where x is in radian. Wr…
Write a c++ program t5hat do the following: a- Define a class called Calculator.
Write a c++ program t5hat do the following: a- Define a class called Calculator. b-Declare the object Cal of type Calculator. c- Define a member function display_sum that recieve …
Write a c++ program that 1. Takes a numerical input from the user for a starting
Write a c++ program that 1. Takes a numerical input from the user for a starting point 2. Takes a numerical input from the user for an ending point 3. From the provided starting p…
Write a c++ program that Given a character array A. Write a C++ program that com
Write a c++ program that Given a character array A. Write a C++ program that computes and outputs the number of letters in A and frequency (number of occurrence) of the letters in…
Write a c++ program that accept the number of credits a studenthas complete, det
Write a c++ program that accept the number of credits a studenthas complete, determains the student’s grade level, anddisplays the grade level. Number of creditscompleted:        …
Write a c++ program that accepts a user-entered date. Have the program calculate
Write a c++ program that accepts a user-entered date. Have the program calculate and display the date of the next day. For this exercise, assume all months consists of 30 days.
Write a c++ program that adds 8 integers and send the result into a data file..
Write a c++ program that adds 8 integers and send the result into a data file.. THis is what i did.. it has 12 errors idk how to fix them... please help!! #include<iostream>…
Write a c++ program that allows the user to enter an unsigned integer (the maxim
Write a c++ program that allows the user to enter an unsigned integer (the maximum value of an unsigned 4-byte int is 232 = 4,294,967,296) and reverses its format (from little to …
Write a c++ program that calculates a vehicle\'s gas mileage. The program should
Write a c++ program that calculates a vehicle's gas mileage. The program should ask the user to enter the number of gallons of gas the vehicle can hold and the number of miles it …
Write a c++ program that calculates the total for P classroom exercises as a per
Write a c++ program that calculates the total for P classroom exercises as a percentage.The user should input the value for N followed by each of the P scores and totals.Calculate…
Write a c++ program that can accomplish the following: 1. Read in a graph from g
Write a c++ program that can accomplish the following: 1. Read in a graph from graph.dat in the following format: node# 1st-arc-to-node# weight-for-previous-arc 2nd-arc-to-node# w…
Write a c++ program that can be used to create a detailed billing report for a c
Write a c++ program that can be used to create a detailed billing report for a company that provides tax consultations for customers: The information will be in the provided data …
Write a c++ program that compiles on a linux machine and doesn\'t have conio.h i
Write a c++ program that compiles on a linux machine and doesn't have conio.h in it. it will be very helpful if you can seperate the header files and the .cpp files as well as the…
Write a c++ program that concatenates two linked list objects of characters. The
Write a c++ program that concatenates two linked list objects of characters. The program should include function concatenate, which takes references to both list objects as argume…
Write a c++ program that contains the following function a) A functions that tak
Write a c++ program that contains the following function a) A functions that takes in two arrays ( both can be of any size), and fills up the first array with input from a file an…