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 930 / 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 C++ program which will input from the keyboard a series of Roman numbers
Write a C++ program which will input from the keyboard a series of Roman numbers. For each Roman number your program should tell the user how many digits were read and what the eq…
Write a C++ program which will model accepting payment and giving change for a s
Write a C++ program which will model accepting payment and giving change for a snack vending machine. The machine will contain the following items, shown with the label used to se…
Write a C++ program which will print the lyrics to the song Bingo. The catch: th
Write a C++ program which will print the lyrics to the song Bingo. The catch: the name of the dog must be stored in a constant array of characters, and this array must be used eve…
Write a C++ program which will prompt the user for an int representing hours. Th
Write a C++ program which will prompt the user for an int representing hours. This value will be in the range 0 - 167 inclusive. Your program should then display a day and time (h…
Write a C++ program which will prompt the user for an int representing hours. Th
Write a C++ program which will prompt the user for an int representing hours. This value will be in the range 0 - 167 inclusive. Your program should then display a day and time (h…
Write a C++ program whichconsists of a main function and one void function calle
Write a C++ program whichconsists of a main function and one void function called myfun(double numb[ ], double& maxn, double&minn, double& aver). The main function sho…
Write a C++ program whichcontains a class named Time having three datamembers .
Write a C++ program whichcontains a class named Time having three datamembers. The class musthave ·        Adefault and parameterizedconstructor ·       show() method to display t…
Write a C++ program with an overloaded function to determine the salary of an ho
Write a C++ program with an overloaded function to determine the salary of an hourly worker, who gets time and a half for hours over 40. Have the user input the hourly rate and th…
Write a C++ program with give information #include #include
Write a C++ program with give information #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> /* ** Compile and run this progra…
Write a C++ program with three files for each linked list : Implement a singly l
Write a C++ program with three files for each linked list : Implement a singly linked list ADT to store a collection of doubles. Make sure to provide an interactive user interface…
Write a C++ program with three files for each linked list : Implement double lin
Write a C++ program with three files for each linked list : Implement double linked list ADT to store a collection of integers. Make sure to provide an interactive user interface …
Write a C++ program( or C program): that will work with conditional statements t
Write a C++ program( or C program): that will work with conditional statements to implement simple calculator program.: Input: Enter a math expression of the form : a op b, where …
Write a C++ program, # Cricket World Cup 2011, Game Schedule # Date;Match;Venue;
Write a C++ program, # Cricket World Cup 2011, Game Schedule # Date;Match;Venue;Time Feb 19, 2011;Bangladesh vs India;Dhaka;1400 Feb 20, 2011;New Zealand vs Kenya;Chennai;0930 Feb…
Write a C++ program, # Cricket World Cup 2011, Game Schedule # Date;Match;Venue;
Write a C++ program, # Cricket World Cup 2011, Game Schedule # Date;Match;Venue;Time Feb 19, 2011;Bangladesh vs India;Dhaka;1400 Feb 20, 2011;New Zealand vs Kenya;Chennai;0930 Feb…
Write a C++ program, & Have the user enter a number from 1 to 80, then print out
Write a C++ program, & Have the user enter a number from 1 to 80, then print out a string of random letters (a thorough z) of that length. Then make a table of the occurrences…
Write a C++ program, a function to find the max and min in an array. Description
Write a C++ program, a function to find the max and min in an array. Description Write a function to find the max and min in an array. Use double as the base type of the array. Th…
Write a C++ program, named DiceRoll.cpp, that contains a function named roll():
Write a C++ program, named DiceRoll.cpp, that contains a function named roll(): Return type: int B Name: roll Parameters: o int sides: number of sides in the die o double "weights…
Write a C++ program, named perfect.cc that displays all the perfect numbers that
Write a C++ program, named perfect.cc that displays all the perfect numbers that is between 0 and 10000 exclusive. A perfect number is such an integer: the sum of all its positive…
Write a C++ program, tictac.cpp , that repeatedly reads in tic-tac-toe boards an
Write a C++ program, tictac.cpp, that repeatedly reads in tic-tac-toe boards and for each one indicates if there is a winner and who won. The board will be read in as 3x3 array of…
Write a C++ program, which declares an array of ten (10) integers.This array is
Write a C++ program, which declares an array of ten (10) integers.This array is then passed to a function with the name“EvenTotal(…)”. The function“EvenTotal(…)” has followingdecl…
Write a C++ program, which declares an array of ten (10)integers. This array is
Write a C++ program, which declares an array of ten (10)integers. This array is then passed to a function with the name“EvenTotal(…)”. The function“EvenTotal(…)” has following dec…
Write a C++ program, which declares an array of ten (10)integers. This array is
Write a C++ program, which declares an array of ten (10)integers. This array is then passed to a function with the name“EvenTotal(…)”. The function“EvenTotal(…)” has following dec…
Write a C++ program, which declares an array of ten (10)integers. This array is
Write a C++ program, which declares an array of ten (10)integers. This array is then passed to a function with the name“EvenTotal(…)”. The function“EvenTotal(…)” has following dec…
Write a C++ program, which given a date will print out the day of the year. For
Write a C++ program, which given a date will print out the day of the year. For example, February 3, 1998 was the 34th day of that year. Your program must handle leap years. If a …
Write a C++ program, which prints number of lines,words and characters from an i
Write a C++ program, which prints number of lines,words and characters from an input text file. We define a word as number of character devided by one or more a white spaces. A wh…
Write a C++ program. In order to get full credit, your programs MUST compile. Al
Write a C++ program. In order to get full credit, your programs MUST compile. Also, do not forget properdocumentation of your code. USE functions at all times for a modular progra…
Write a C++ program. The input file is ooo Verizon LTE 9:59 AM 88% jeffco.blackb
Write a C++ program. The input file is ooo Verizon LTE 9:59 AM 88% jeffco.blackboard.com C Final CIS155 Spring 2015 Input file FinallSummaryInput.txt Output file FinalSummary.txt …
Write a C++ program.Assume you want to model \"house\", which can have attribute
Write a C++ program.Assume you want to model "house", which can have attributes, such as address, owner, lot_size, and year_built. Model your house struct with at least three (3) …
Write a C++ program: - The text file (city-temps) is a list of weather statistic
Write a C++ program: - The text file (city-temps) is a list of weather statistics for various US cities. Each line has 9 tab-separated fields that can be read using the stream-in …
Write a C++ program: A prime number is a number that is only evenly divisible by
Write a C++ program: A prime number is a number that is only evenly divisible by itself and 1. For example, the number 5 is prime because it can only be evenly divided by 1 and 5.…
Write a C++ program: About Overloading the Assignment Operator #include
Write a C++ program: About Overloading the Assignment Operator #include <iostream> #include <string> using namespace std; // this class is implemented to hold the grad…
Write a C++ program: Functions : A particular talent competition has five judges
Write a C++ program: Functions : A particular talent competition has five judges, each of whom awards a score between 0 and 10 to each performer. Fractional scores, such as 8.3, a…
Write a C++ program: Programming Projects 2.23. Implement a simple Date class.Yo
Write a C++ program: Programming Projects 2.23. Implement a simple Date class.You should be able to represent any date from January 1, 1800, through December 31, 2500, subtract tw…
Write a C++ program: Redefine CDAccount from Display 10.1 so that it is a class
Write a C++ program: Redefine CDAccount from Display 10.1 so that it is a class rather than a structure. Use the same member variables as in display 10.1 but make them private. In…
Write a C++ program: Write a class to contain the following information about to
Write a C++ program: Write a class to contain the following information about towns: the name (a sequence of characters); the population (an integer); and a Boolean value (i.e. tr…
Write a C++ program: You are working as a programmer designing a space ship weap
Write a C++ program: You are working as a programmer designing a space ship weapon system for the newly forced Space Force. The weapon system is a generic weapon housing that can …
Write a C++ program: You were hired by a T-shirt store to write a program to hel
Write a C++ program: You were hired by a T-shirt store to write a program to help them sell T-shirts online. They are running a special with the following discounts: T-Shirt Quant…
Write a C++ program? which extracts words inside the parentheses from the text,
Write a C++ program? which extracts words inside the parentheses from the text, and stores the words into a vector. **The content of "input.txt": Txxxxx University (TU) is a Publi…
Write a C++ programme, (Such as VW, Mazda etc) owner, model (such as Golf,Polo e
Write a C++ programme, (Such as VW, Mazda etc) owner, model (such as Golf,Polo etc) year of registration, weight,color country of origin. Create a Car class,with getter and setter…
Write a C++ programs uses a simple selection sort (do NOT use any of the variati
Write a C++ programs uses a simple selection sort (do NOT use any of the variations) on a list of integers between 0 and 100. Note: recursion is NOT required for these exercises. …
Write a C++ programwhich contains a class named Time having three datamembers .
Write a C++ programwhich contains a class named Time having three datamembers. The class musthave ·        Adefault andparameterizedconstructor ·       show() methodto display the…
Write a C++ recursive function to check if a string is palindrome. The function
Write a C++ recursive function to check if a string is palindrome. The function has three parameters: a string, an integer start index and an integer end index. The function shoul…
Write a C++ recursive method countBinary that has one integer parameter n and re
Write a C++ recursive method countBinary that has one integer parameter n and returns the number of binary strings of length n that do not have two consecutive 0's. For example, f…
Write a C++ recursive method countBinary that has one integer parameter n and re
Write a C++ recursive method countBinary that has one integer parameter n and returns the number of binary strings of length n that do not have two consecutive 0's. For example, f…
Write a C++ recursive method doubleElements that has one parameter, an ArrayList
Write a C++ recursive method doubleElements that has one parameter, an ArrayList of strings. This method modifies the ArrayList by replacing every string with two copies of that s…
Write a C++ statement or statements for each of the following. Assume have alrea
Write a C++ statement or statements for each of the following. Assume have already been included any needed ies (a) Declare an array studentID of integers that has 4 rows and 15 c…
Write a C++ statement that declares a variable student_id, and assigns a value 1
Write a C++ statement that declares a variable student_id, and assigns a value 1602 to it. Write the explosion below at a C++ statement (Assume all variables are declared.) h^201 …
Write a C++ statement that takes the digit character in the char variable ch and
Write a C++ statement that takes the digit character in the char variable ch and changes it to its integer representation and saves the result in the integer variable intVal. So i…
Write a C++ statement that uses the manipulator \'setfill\' to output a line con
Write a C++ statement that uses the manipulator 'setfill' to output a line containing 35 asterisk characters. Here is the answer that I was given by a user on here #include <io…
Write a C++ statement that uses the manipulator \'setfill\' to output a line con
Write a C++ statement that uses the manipulator 'setfill' to output a line containing 35 asterisk characters. Here is the answer that I was given by a user on here #include <io…