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

Web development and programming

191828 questions • Page 3558 / 3837

c++ Write a predicate function called isStrictlyIncreasing that checks whether a
c++ Write a predicate function called isStrictlyIncreasing that checks whether an array of integers contains values that are in strictly increasing order. A declaration of the fun…
c++ Write a program called ChocolateReplacementTherapy. When I run it, it should
c++ Write a program called ChocolateReplacementTherapy. When I run it, it should prompt me to enter a noun (or noun phrase) of my liking. It should then select a random quote abou…
c++ Write a program named calculator.cpp that: • Prompts the user for two floati
c++ Write a program named calculator.cpp that: • Prompts the user for two floating point number operands and one math operator (+, -, *, /, ^) o Validate the user input for the ma…
c++ Write a program that asks the user for a number between 1 and 30, then displ
c++ Write a program that asks the user for a number between 1 and 30, then displays the following message based on the table below. Note that you should only have one output per r…
c++ Write a program that behaves as shown below: Here are the rules: Your progra
c++ Write a program that behaves as shown below: Here are the rules: Your program must use at least one for-loop. Your program must output the parallelogram just one character at …
c++ Write a program that calculates and displays the bill for the Areo car renta
c++ Write a program that calculates and displays the bill for the Areo car rental company. The company rents three types of vehicles : compact, mid-size and full-size. Its rates v…
c++ Write a program that calculates and displays the bill for the Areo car renta
c++ Write a program that calculates and displays the bill for the Areo car rental company. The company rents three types of vehicles : compact, mid-size and full-size. Its rates v…
c++ Write a program that lets a maker of chips and salsa keep track of sales for
c++ Write a program that lets a maker of chips and salsa keep track of sales for five different types of salsa: mild, medium, sweet, hot, and zesty. The program should use two par…
c++ Write a program that plays the game of \"guess the number\" as follows: Your
c++ Write a program that plays the game of "guess the number" as follows: Your program chooses the number to be guessed by selecting an integer at random in the range 1 to 100. Th…
c++ Write a program that reads a positive odd whole number n and prints a pyrami
c++ Write a program  that reads a positive odd whole number n and prints a pyramid where the last row contains all numbers from n down to 1 (i.e., descending order), the second to…
c++ Write a program that reads in names from stdin. Stop reading names when the
c++ Write a program that reads in names from stdin. Stop reading names when the name is "***DONE***". There will not be more than 100 names, although there may be way fewer. Next,…
c++ Write a program to allow user enter an array of structures, with each struct
c++ Write a program to allow user enter an array of structures, with each structure containing the firstname, lastname and the written test score of a driver. · Your program shoul…
c++ Write a recursive, int -valued function named productOfOdds that accepts an
c++ Write a recursive, int -valued function named  productOfOdds that accepts an integer  array , and the number of elements in the array and returns the product of the odd-valued…
c++ Write a simple templated dummy class MyTemplate Give it some functionality,
c++ Write a simple templated dummy class MyTemplate Give it some functionality, e.g: - a parameterized constructor that initializes some private data member my_data_ of type ItemT…
c++ Write a simple templated dummy class MyTemplate Give it some functionality,
c++ Write a simple templated dummy class MyTemplate Give it some functionality, e.g: - a parameterized constructor that initializes some private data member my_data_ of type ItemT…
c++ Write a summary report file that contains the average percent of total point
c++ Write a summary report file that contains the average percent of total points and maximum points for all students. Also, display the number of A's, B's, C's, D's and F's for t…
c++ Write an application to calculate retail sales. Specifications An online ret
c++ Write an application to calculate retail sales. Specifications An online retailer sells five products whose retail prices are as follows: Product 1, $2.98 Product 2, $4.50 Pro…
c++ Write six basic functions for the BST: Insert, Delete, Search, Find_max, Fin
c++ Write six basic functions for the BST: Insert, Delete, Search, Find_max, Find_min, and Print_BST 1. Search(x): Find out the index that stores element x using binary search tre…
c++ Write templates for three functions: minimum, maximum, and divide. The minim
c++ Write templates for three functions: minimum, maximum, and divide.   The minimum function should accept two arguments and return the value of the argument that is the lesser o…
c++ Write the interface (.h file) of a class Counter containing: A data member c
c++ Write the interface (.h file) of a class Counter containing: A data member counter of type int. A data member named limit of type int. A static int data member named nCounters…
c++ Write your own version of a class template that will create a binary tree th
c++ Write your own version of a class template that will create a binary tree that can hold values of any data type. Then, design an EmployeeInfo class that holds the following em…
c++ You are a grader in your History class. The professor has asked you to prepa
c++ You are a grader in your History class. The professor has asked you to prepare the following statistics for the final exams for each of the last five (5) semesters: number of …
c++ You have become fed up with waiting for Prof. Keeling to calculate your fina
c++ You have become fed up with waiting for Prof. Keeling to calculate your final grade. You have decided that to lower your frustrations and write a program to calculate your fin…
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. S
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. She needs your help to determine whether this is economically and humanely feasible. Using polymorph…
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. S
c++ Zookeeper Leona Grande has the opportunity to add more animals to her zoo. She needs your help to determine whether this is economically and humanely feasible. Using polymorph…
c++ a. Create an array of 15 student records that should not be sorted b. Create
c++ a. Create an array of 15 student records that should not be sorted b. Create a liked list of 15 student records. Each node is a node of one student record from the above unsor…
c++ a. Which arithmetic operations can be performed on pointers? 1. Multiplicati
c++ a. Which arithmetic operations can be performed on pointers? 1. Multiplication, division, addition, and subtraction 2. All arithmetic operations that are legal in C++ 3. Only …
c++ array please make the output same as the example Write a function printNthCh
c++ array please make the output same as the example Write a function printNthCharacter that prints the nth character from every string in an array of strings It should take as in…
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allo
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allocation Please! Thank you. Below is my assignment 7. Need help with the following: Music Library…
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allo
c++ assignment Need Help Revising code below using classes & DYNAMIC memory allocation Please! Thank you. Below is my assignment 7. Need help with the following: Music Library…
c++ assignment Rats! While in the student center finishing lunch, a gang of pira
c++ assignment Rats! While in the student center finishing lunch, a gang of pirates takes you at sword-point to their ship over by Infocision stadium and below decks and into a st…
c++ assignment, answer the following questions 1) Create a struct Point2D that r
c++ assignment, answer the following questions 1) Create a struct Point2D that represents a point in a 2 dimensional plane. It should have two fields x and y. Create a few points …
c++ assignment, answer the following questions 1) Create a struct Point2D that r
c++ assignment, answer the following questions 1) Create a struct Point2D that represents a point in a 2 dimensional plane. It should have two fields x and y. Create a few points …
c++ battleship game program. need Assigment 2, game. cpp. the battleship. h. is
c++ battleship game program. need Assigment 2, game. cpp. the battleship. h. is : #ifndef BATTLESHIP_H_ #define BATTLESHIP_H_ const int FLEET_SIZE=5; const int FIELD_SIZE=5; struc…
c++ battleship game. Battleship game description. The field (ocean) is a square
c++ battleship game. Battleship game description. The field (ocean) is a square 5x5 grid. One of the coordinates of the grid is a number (from 1 to 5) and the other -- a letter (f…
c++ beginner level need expert answer to grade mine Ifazrayl and array2 are arra
c++ beginner level need expert answer to grade mine Ifazrayl and array2 are arrays of the same size and same type, to make arrayz a copy of arrayl: a. assign arrayl to array2, suc…
c++ building and using a queue template I need help with questions 3 and 4. You
c++ building and using a queue template I need help with questions 3 and 4. You need a queue template, plus a student class that pretty simple to make. main function should call t…
c++ can also gve me the algoritm Part I: Create three arrays: (Be sure to do thi
c++ can also gve me the algoritm Part I: Create three arrays: (Be sure to do this first) You can put the data into a file (extra credit) or hard code it in main. The data is as fo…
c++ classes you are going to implement a simple Rock, Paper, Scissors game in C+
c++ classes you are going to implement a simple Rock, Paper, Scissors game in C++. Two players compete and, independently, choose one of Rock, Paper, or Scissors. They then simult…
c++ code Class List Instructions Create a program for an instructor to create a
c++ code Class List Instructions Create a program for an instructor to create a class list. The program will ask the user to enter the class code, name, section, and the names of …
c++ code The pseudo code of the hash function is given as follows. int hash(cons
c++ code The pseudo code of the hash function is given as follows. int hash(const string &key) { int value = 1; for (int position = 0; position < max_key_length; position++…
c++ code This assignment was locked Jul 10 at 6pm. You are to write a program th
c++ code This assignment was locked Jul 10 at 6pm. You are to write a program that will be used to look up the demographic information of a student. Their are two files which I pr…
c++ code problem Write a function Diminish that is given an integer parameter an
c++ code problem Write a function Diminish that is given an integer parameter and returns an integer value. The function will take the given value and repeatedly reduce the value.…
c++ code problem Write a function Diminish that is given an integer parameter an
c++ code problem Write a function Diminish that is given an integer parameter and returns an integer value. The function will take the given value and repeatedly reduce the value.…
c++ code to encrypt and decrpyt message using technique given below: The RSA Cry
c++ code to encrypt and decrpyt message using technique given below: The RSA Cryptosystem Beforehand The receiver creates a public key and a secret key as follows. 1. Generate two…
c++ code using code blocks, please make sure it compiles. copy and paste with an
c++ code using code blocks, please make sure it compiles. copy and paste with answers This program is for practicing function calling and writing When you see //---- that is where…
c++ code with comments 10.17: Morse Code Converter Morse code is a code where ea
c++ code with comments 10.17: Morse Code Converter Morse code is a code where each letter of the English alphabet, each digit, and various punctuation characters are represented b…
c++ coding Step1: Read in credit card number as a series of digits into an array
c++ coding Step1: Read in credit card number as a series of digits into an array the number -1 is used to indicate the end of series, no need to read in -1 into the array The maxi…
c++ coding design an Employee class. Your Employee class should have the followi
c++ coding design an Employee class. Your Employee class should have the following data members: employeeNumber (integer) name (string) address (string) phone (string) hourlyWage …
c++ computer programing Question C3 (a) Describe the difference in the meaning o
c++ computer programing Question C3 (a) Describe the difference in the meaning of int a [5]: and the 2 marks) 6) Describe the meaning of a [ 4 ] . (ii) What is the meaning of the …