Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 83 / 1624

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
C++ Write a class called Board that represents a tic-tac-toe board. It should ha
C++ Write a class called Board that represents a tic-tac-toe board. It should have a 3x3 array of chars ('x', 'o', or a space, where a space would represent an empty square) as a …
C++ Write a class called Board that represents a tic-tac-toe board. It should ha
C++ Write a class called Board that represents a tic-tac-toe board. It should have a 3x3 array as a data member, which will store the locations of the players' moves. It should ha…
C++ Write a class called Zombie. It should have a method called speak() that pri
C++ Write a class called Zombie. It should have a method called speak() that prints "Braaaainss!". It should have a static variable that keeps track of how many Zombie objects hav…
C++ Write a class that represents a cash register. The cash register has the fol
C++ Write a class that represents a cash register. The cash register has the following variables: It also has the following functions Write a main program that asks the user how m…
C++ Write a computer program that prompts the user for two numbers, n for the nu
C++ Write a computer program that prompts the user for two numbers, n for the number of items in the array to sort, and num_ifor a number of iterations. Then do the following: Ini…
C++ Write a computer program to simulate Round Robin scheduling Round Robin -Pro
C++ Write a computer program to simulate Round Robin scheduling Round Robin -Process Arrives -They have different arrival times. Generate task arrival with random arrival times an…
C++ Write a course grade computation program for an imaginary course. This must
C++ Write a course grade computation program for an imaginary course. This must be for C++. ----------------- INPUT FILE FORMAT ----------------- The input file shall consist of s…
C++ Write a database to keep track of tools, their cost and number. Your program
C++ Write a database to keep track of tools, their cost and number. Your program should initialize hardware.dat to 100 empty records, let the user input a record number, tool name…
C++ Write a definition of a class Rectangle using the Point class. A rectangle i
C++ Write a definition of a class Rectangle using the Point class. A rectangle is specified by two corner points (bottom left and top right). The sides of the rectangle are parall…
C++ Write a doubly linked list. Should not have to perform any operations inside
C++ Write a doubly linked list. Should not have to perform any operations inside of main. Should be able to call the functions inside of your class to have a doubly linked list ma…
C++ Write a function T accum(vector v) that forms and returns the \"sum\" of all
C++ Write a function T accum(vector v) that forms and returns the "sum" of all items in the vector v passed to it. For example, it T is a numeric type such as int or double, the n…
C++ Write a function named WordCount, which determines the number of words in a
C++ Write a function named WordCount, which determines the number of words in a “C type” string. The function will have one parameter (the address of the string) and will return t…
C++ Write a function named coinTosss that simulate the tossing of a coin. When y
C++ Write a function named coinTosss that simulate the tossing of a coin. When you call the function, it should generate a random number in range of 1 through 2. If the random num…
C++ Write a function named crazyCaps() that accepts a string as a output paramet
C++ Write a function named crazyCaps() that accepts a string as a output parameter and changes that string to have its capitalization altered such that the characters at even inde…
C++ Write a function named zeropadshift () that takes its arguments the followin
C++ Write a function named zeropadshift () that takes its arguments the following: an array of integer values. an integer o the array size. an integer distance that tells how many…
C++ Write a function that computes the square of a given floating-point number a
C++ Write a function that computes the square of a given floating-point number and returns its value. Separate the declaration of the function from its full definition. Write a co…
C++ Write a function that inserts the nodes of a binary tree into an ordered lin
C++ Write a function that inserts the nodes of a binary tree into an ordered linked list. Also write a program to test your function. Do not change anything in the supplied Ch19_E…
C++ Write a loop that subtracts 1 from each element in lowerScores if the origin
C++ Write a loop that subtracts 1 from each element in lowerScores if the original element was greater than 0, and otherwise just assigns the element with 0. Ex: lowerScores = {5,…
C++ Write a main program that creates a linked list object and tests all the cla
C++ Write a main program that creates a linked list object and tests all the class methods. The destructor needs to go down the list of links deleting each one. Remember to get th…
C++ Write a member function ChargeTheCard of struct CreditCard which is used to
C++ Write a member function ChargeTheCard of struct CreditCard which is used to simulate customer using the credit card to shop or make purchases. As you know that available credi…
C++ Write a menu driven program that has at least two functions (searchList and
C++ Write a menu driven program that has at least two functions (searchList and binarySearch) and will allow the user to: 1-insert 10 integer items into an array 2-choose a search…
C++ Write a menu driven program that has at least two functions (searchList and
C++ Write a menu driven program that has at least two functions (searchList and binarySearch) and will allow the user to: - insert 10 integer items into an array - choose a search…
C++ Write a menu driven program that has at least two functions (searchList and
C++ Write a menu driven program that has at least two functions (searchList and binarySearch) and will allow the user to: - insert 10 integer items into an array - choose a search…
C++ Write a method deleteValue that deletes all the nodes in the list with the s
C++ Write a method deleteValue that deletes all the nodes in the list with the specified value. The method you write will take a reference to the head of the list and the specifie…
C++ Write a program allows the restaurant owner input the number of different en
C++ Write a program allows the restaurant owner input the number of different entrees they wish to prepare for the week. The program will tell the owner exactly how much of each i…
C++ Write a program allows the restaurant owner input the number of different en
C++ Write a program allows the restaurant owner input the number of different entrees they wish to prepare for the week. The program will tell the owner exactly how much of each i…
C++ Write a program for the viginere cipher that decrypts a large cipher text, s
C++ Write a program for the viginere cipher that decrypts a large cipher text, such as W H q W V V R H M U S G J G T H K I H T S S E J C H L S F C B G W C R L R Y Q T F S V G A H …
C++ Write a program named Lab5b.cpp . This program reads expense data from a fil
C++ Write a program named Lab5b.cpp. This program reads expense data from a file in a predefined format and produces an expense report. Follow the steps described here to complete…
C++ Write a program named Lab5c.cpp according to the following story. A particul
C++ Write a program named Lab5c.cpp according to the following story. A particular talent competition has seven judges, each of whom awards a score between 0 and 10 to each perfor…
C++ Write a program named alphabets.cpp as follows. The program prompts the user
C++ Write a program named alphabets.cpp as follows. The program prompts the user to enter three unique lowercase alphabets. The program validates the input for the count, case, an…
C++ Write a program that allows the restaurant owner input the number of differe
C++ Write a program that allows the restaurant owner input the number of different entrees they wish to prepare for the week. The program will tell the owner exactly how much of e…
C++ Write a program that approximates the population growth of a species assumin
C++ Write a program that approximates the population growth of a species assuming the exponential growth model Pt = (1 + r E) Pt1, (1) where Pt represents this year’s population, …
C++ Write a program that asks a user to enter first name, last name, and a year,
C++ Write a program that asks a user to enter first name, last name, and a year, it will construct an account ID in the format of: firstname.lastnameYY where the field “firstname”…
C++ Write a program that asks for 4 names from the user and prints them in rever
C++ Write a program that asks for 4 names from the user and prints them in reverse order. For now, assume that each name consists of a maximum of 20 letters. Because you (maybe) d…
C++ Write a program that asks for a number and then prints as many lines as the
C++ Write a program that asks for a number and then prints as many lines as the user inputs. Each line contains as many pairs of characters ("*#") as the number of this line. It s…
C++ Write a program that asks for a number from the user and prints which day of
C++ Write a program that asks for a number from the user and prints which day of the week that number corresponds to. The days are indexed from 0 (Sunday) to 6 (Saturday). Store t…
C++ Write a program that asks the user for the name of a file. The program shoul
C++ Write a program that asks the user for the name of a file. The program should display the first 10 lines of the file on the screen (the “head” of the file). If the file has fe…
C++ Write a program that assignment 40 random numbers between 50 and 100 to an a
C++ Write a program that assignment 40 random numbers between 50 and 100 to an array. Print out the average of the maximum and minimum values in the array. Use the following main(…
C++ Write a program that calculates the average of a group of test scores, where
C++ Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It should use the following functions: void get Score ()…
C++ Write a program that calculates the ending balance of several savings accoun
C++ Write a program that calculates the ending balance of several savings accounts. The program reads information about different customers’ accounts from an input file, “accounts…
C++ Write a program that calculates the total grade for N classroom exercises as
C++ Write a program that calculates the total grade for N classroom exercises as a percentage. The user should input the value for N followed by each of the N scores and totals. C…
C++ Write a program that calculates the total grade for N classroom exercises as
C++ Write a program that calculates the total grade for N classroom exercises as a percentage. I need to use the Decimal Format class to output the value as a percent. The user sh…
C++ Write a program that computes the average word length (the average number of
C++ Write a program that computes the average word length (the average number of characters per word) for a file that contains some text. Characters associated with a word are def…
C++ Write a program that converts Fahrenheit temperatures to Celsius. Display co
C++ Write a program that converts Fahrenheit temperatures to Celsius. Display conversions from 0-212 with 3 digits of precision. Use: Celsius = 5.0 / 9.0 * (Fahrenheit – 32); Exam…
C++ Write a program that counts the number of times that each letter of the alph
C++ Write a program that counts the number of times that each letter of the alphabet occurs in a file. Do not distinguish upper and lower case letters. declare an array of 26 char…
C++ Write a program that create a two-dimensional array initialized with test da
C++ Write a program that create a two-dimensional array initialized with test data. The program should have the following functions: getTotal - This function should accept two-dim…
C++ Write a program that creates a linked list of Box Records Description Create
C++ Write a program that creates a linked list of Box Records Description Create a linked list of Boxes. Each noce in the list is a struct Box object Define a struct Box. The stru…
C++ Write a program that declares three one dimensional arrays named miles, gall
C++ Write a program that declares three one dimensional arrays named miles, gallons, and mpg. Each array should be declared in main() and should be capable of holding ten double-p…
C++ Write a program that dynamically allocates an array large enough to hold a u
C++ Write a program that dynamically allocates an array large enough to hold a user-defined number of test scores. Once all of the scores are entered, the array should be passed t…
C++ Write a program that finds the temperature, as an integer , that is the same
C++ Write a program that finds the temperature, as an integer , that is the same in both Celsius and Fahrenheit. The formula to convert from Celsius to Fahrenheit is: Fahrenheit =…