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 1051 / 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 program in C to calculate the area and circumference ofcircles given the
Write a program in C to calculate the area and circumference ofcircles given their radii. The program should use a define statement to specify the maximumnumber of circles and thi…
Write a program in C to create N processes that form a ternary tree (i.e., each
Write a program in C to create N processes that form a ternary tree (i.e., each node has exactly three child nodes) where N is the command line input to the program (N must be gre…
Write a program in C to estimate the area of a circle using monte carlo method.
Write a program in C to estimate the area of a circle using monte carlo method. Consider a circle and a square which bounds the circle. By generating random points in the square a…
Write a program in C to generate m random integers from an array of size n, such
Write a program in C to generate m random integers from an array of size n, such that the probability of selecting even elements is twice that of odd elements. The same element ma…
Write a program in C to play the “LOTTO GAME”. Note:- For the purpose of the pre
Write a program in C to play the “LOTTO GAME”. Note:- For the purpose of the presentation of this assignment, you must be able to show some winning outcomes (i.e. no randomness). …
Write a program in C to take a list of total scores from user as input and deter
Write a program in C to take a list of total scores from user as input and determines the grade for CSCI 1320students from those total scores. You need to first prompt the user fo…
Write a program in C using PUTTY that simulates the rolling of two dice. The pro
Write a program in C using PUTTY that simulates the rolling of two dice. The program should use rand to roll the first die, and should use rand again to roll the second die. The s…
Write a program in C using operators such as: The text entered will be a string
Write a program in C using operators such as: The text entered will be a string of Alphanumeric Words without punctuation, except for spaces between any adjacent Alphanumeric Word…
Write a program in C using operators such as: {int, char, printf, ==, , +, -, =,
Write a program in C using operators such as: {int, char, printf, ==, , +, -, =, !=, while, if, else, &&, || }| The text entered will be a string of Alphanumeric Words wit…
Write a program in C which will open a text file (Scorcs.dat) containing section
Write a program in C which will open a text file (Scorcs.dat) containing section number and total scores of students of CSCI1320. You need to create the file Scorcs.dat using any …
Write a program in C which will open a text file named Story. You can create the
Write a program in C which will open a text file named Story. You can create the file using any text editor like notepad etc. and put random words. Make sure the text file is in t…
Write a program in C with the following: This program should simulate a poll for
Write a program in C with the following: This program should simulate a poll for Mayor of Center City. There must be 5 candidates: John Cole, Anne Drake, Alex Wood, Mary Lee and E…
Write a program in C#, named DemoJobs for Harold\'s Home Services. The program s
Write a program in C#, named DemoJobs for Harold's Home Services. The program should instantiate serval Job objects and demonstrate their methods. The Job class contains four data…
Write a program in C#, that will have a main menu that contains three options to
Write a program in C#, that will have a main menu that contains three options to choose from: Perimeter, Area and Volume. These three options will then prompt you to another menu …
Write a program in C#, to help instructors calculate grades for students. You fi
Write a program in C#, to help instructors calculate grades for students. You first want to prompt instructors to enter the desired number of scores. This value is the size of you…
Write a program in C(not C+) that simulates a soft drink machine. The program sh
Write a program in C(not C+) that simulates a soft drink machine. The program should use a structure that stores the following data: Drink Name Drink Cost Number of Drinks in the …
Write a program in C+ which will print the multiplication table. Make sure to al
Write a program in C+ which will print the multiplication table. Make sure to align the column properly. Read in input the first and last value of the multiplication table. Hint: …
Write a program in C++ . Using vehicle as a parent (base) class, cars and motorc
Write a program in C++ . Using vehicle as a parent (base) class, cars and motorcycles as offspring (derived) classes to maintain and display a list of vehicles , should calculate …
Write a program in C++ 11 (Please provide proof- screenshots of the working resu
Write a program in C++ 11 (Please provide proof- screenshots of the working result) The program enables the user to move through a maze. Maze should contain locked doors that requ…
Write a program in C++ A computer-games producer wants to simulate an archery co
Write a program in C++ A computer-games producer wants to simulate an archery contest. The target consist of a circle inscribed in an square, with a smaller concentric circle insi…
Write a program in C++ A default constructor that initializes a date object to 0
Write a program in C++ A default constructor that initializes a date object to 01-01-1900. A class constructor that initializes a date object to a correct value using three intege…
Write a program in C++ Using inheritance, extend the template class _ Concatenat
Write a program in C++ Using inheritance, extend the template class _ Concatenate two indexed lists. _ Sort an indexed list using the selection sort algorithm _ Find the index of …
Write a program in C++ based on the hailstone problem below. The input data shou
Write a program in C++ based on the hailstone problem below. The input data should be 1699 and 101030. Only print out the number of hailstones. 23 Let no be a given positive integ…
Write a program in C++ for Matrix Addition, Matrix Subtraction, and Matrix Multi
Write a program in C++ for Matrix Addition, Matrix Subtraction, and Matrix Multiplication. The program should first display a MENU of available operations such as: 1. MATRIX ADDIT…
Write a program in C++ for a server (called math solver) which solves three math
Write a program in C++ for a server (called math solver) which solves three math problems: factorial (i.e. n!), exponent with base 2 (i.e. 2n), and cube (i.e. n3). The server shou…
Write a program in C++ for a server (called math solver) which solves three math
Write a program in C++ for a server (called math solver) which solves three math problems: factorial (i.e. n!), exponent with base 2 (i.e. 2n), and cube (i.e. n3). The server shou…
Write a program in C++ for a server (called math solver) which solves three math
Write a program in C++ for a server (called math solver) which solves three math problems: factorial (i.e. n!), exponent with base 2 (i.e. 2n), and cube (i.e. n3). The server shou…
Write a program in C++ language that declares a struct to store the data of a fo
Write a program in C++ language that declares a struct to store the data of a football player (player's name, player's position, number of touchdowns, number of catches, number of…
Write a program in C++ that 1.Initialize or read in the elements of the followin
Write a program in C++ that 1.Initialize or read in the elements of the following two-dimensional array. You may use an initializer statement, or stream I/O statement, to read the…
Write a program in C++ that accepts a string from the user as input and checks t
Write a program in C++ that accepts a string from the user as input and checks to see if it is an allowable string of Eng++. The output is simply the message: Your input is gramma…
Write a program in C++ that adds matrices from the input file below. must have a
Write a program in C++ that adds matrices from the input file below. must have a main.cpp file, matrix.h and matrix.cpp file. matrix must me max of 50. Update to question: the 2 3…
Write a program in C++ that allows two players to play a game of tic-tac-toe. Us
Write a program in C++ that allows two players to play a game of tic-tac-toe. Use a two dimensional char array with three rows and three columns as the game board. Each element of…
Write a program in C++ that asks the user for a sentence and then switches all l
Write a program in C++ that asks the user for a sentence and then switches all lowercase letters to uppercase and vice versa. You will accomplish the same task in two different wa…
Write a program in C++ that asks the user for a word or phrase. Do not use i/o s
Write a program in C++ that asks the user for a word or phrase. Do not use i/o stream, use only basic stdio.h funtions and standard string functions. It then creates an inverse tr…
Write a program in C++ that asks the user for input for two integer values: star
Write a program in C++ that asks the user for input for two integer values: startval, and endval. The program will then find all Perfect Numbers that fall between startval and end…
Write a program in C++ that asks the user for the name of a file, a starting lin
Write a program in C++ that asks the user for the name of a file, a starting line number and an ending line number. The program should display the contents of the file on the scre…
Write a program in C++ that asks the user to enter an array of size N and find i
Write a program in C++ that asks the user to enter an array of size N and find index of the largest value in that array using a function named largest_location that takes an array…
Write a program in C++ that asks the user to enter an array of size N and pass t
Write a program in C++ that asks the user to enter an array of size N and pass the array to a function named reverse_array that takes as its arguments an array of floating point v…
Write a program in C++ that asks the user to enter an array of size N and pass t
Write a program in C++ that asks the user to enter an array of size N and pass the array to a function named reverse_array that takes as its arguments an array of floating point v…
Write a program in C++ that asks the user to enter some positive numbers until 0
Write a program in C++ that asks the user to enter some positive numbers until 0 is entered. The program then reports the total of all even numbers entered. The users can enter as…
Write a program in C++ that asks the user to enter some positive numbers until 0
Write a program in C++ that asks the user to enter some positive numbers until 0 is entered. The program then reports the total of all even numbers entered. The users can enter as…
Write a program in C++ that can be used by a small theater to sell tickets for p
Write a program in C++ that can be used by a small theater to sell tickets for performances. The theater’s auditorium has 15 rows of seats with 20 seats in each row. Step 1 The pr…
Write a program in C++ that computes the tax and tips on a restaurant bill for a
Write a program in C++ that computes the tax and tips on a restaurant bill for a patron with $88.67 meal cost. The tax is 6.75 percent of the meal cost. The tip is 20 percent of t…
Write a program in C++ that converts Celsius temperatures to Fahrenheit temperat
Write a program in C++ that converts Celsius temperatures to Fahrenheit temperatures. The formula is F=9/5*C+32 F is the Fahrenheit temperature, and C is the Celsius temperature. …
Write a program in C++ that creates a Red Black tree. Your program should have a
Write a program in C++ that creates a Red Black tree. Your program should have a search, insert, delete and display operation. You should list these options in a menu to the user.…
Write a program in C++ that creates a binary tree from a list of numbers entered
Write a program in C++ that creates a binary tree from a list of numbers entered by the user. The program needs to provide the following functionality: 1-) Enter numbers (user is …
Write a program in C++ that creates a class named BankAccount, that possesses on
Write a program in C++ that creates a class named BankAccount, that possesses one data attribute named, balance. The methods for this class should consist of setInitial_Amount(), …
Write a program in C++ that creates an array of integers from 1 to 10 then : Inc
Write a program in C++ that creates an array of integers from 1 to 10 then : Include in your program the following functions: A function that accepts the integer array and the arr…
Write a program in C++ that creates three identical arrays, list1, list2, and li
Write a program in C++ that creates three identical arrays, list1, list2, and list3 of 5000 elements. The program then sorts list1 using bubble sort, list2 using selection sort, a…
Write a program in C++ that creates three new threads (besides the already exist
Write a program in C++ that creates three new threads (besides the already existing main thread) and synchronizes them in such a way that each thread displays it's thread id in tu…