Literature Notes
Test Prep
Study Guides
Log In
Sign Up
Home
Questions and Answers Archive
C++ Programming
November 2022
C++ Programming questions and answers in November 2022
Lab 13 - Email Lab 11 - Email System Focus: Classes, Vectors Submission: upload your files(s) here! Task: For this lab, you will create a simple Email message system. Part 1 - Class Definitions ...
Good evening, Can you help me with those questions A. B. C. C. D. E. F. G. H. . QUESTION 1 Consider the following statement: double alpha [10] [5] ; . The number of components ...
This c++ program requires you to solve the maze problem using recursion plus backtracking. Test your program against the 3 datafiles MyMaze1.dat, MyMaze2.dat, and MyMaze3.dat. The data file is formatt...
CPS 120 - LAB 8 - IF STATEMENT [1]You need to ask the user to enter a phone number using letters such asCALL-ATT.Then you need to print the corresponding phone numbers of those letters using the...
This c++ program requires you to solve the maze problem using recursion plus backtracking. Test your program against the 3 datafiles MyMaze1.dat, MyMaze2.dat, and MyMaze3.dat. The data file is formatt...
You work as the IT security administrator for a small corporate network. The receptionist, Maggie Brown, uses an iPad to manage employee schedules and messages. You need to help her secure her email a...
The Valet Parking accepts two kinds of Vehicles; Car and Motorcycle. The Valet Parking also provides Carwash for the Cars, while they are parked in the parking. It also allows Motorcycles with sidecar...
Can someone please convert this C++ code to pseudocode, I am not the best at doing that. Code is below. #include <iostream> #include <iomanip> using namespace std; #include <iostream...
C++ Can I get comments along with the code to better understand where I'm not getting it? . T Complete Transaction X Cancel Transaction E End of Daily sales Make your selection T Grocery List Brocco...
Learning Objectives Read data from input files. Write data to output files. Use file pointers. Instructions File I/O Write a program that asks the user to enter a filename followed by a command....
Learning Objectives Summarize how memory is addressed inside a computer. Explain the difference between pass-by-value and pass-by-reference. Decide where to use the "pass-by-value" or the "pass-by-...
You will now return to the "regular" program development process. 2. You are to write program which inputs the base price of a car. Then, the program will input in a 2-letter code (a string) which cor...
Good evening, would you help me with those questions Finally they are two labs(Lab 20A and Lab20B) Here are the txt. file we have given for Lab 20A (5 10 15 20 25 35 40 45 50 55) ...
C++ Can I get comments along with the code . Division Modulus Quit Enter your selection q AllyBaba, you have attempted 2 times. End of Project Page 3 / 3 +. SAMPLE RUN (User entry is in RED) Arithme...
C++ Can I get comments along with the code to understand better . Assignment 09 - Payroll Version 2.0 Your program should handle any number of employees up to 100. The employee master data will be...
Input: A file of records containing the following fields separated by a: 1. FirstName LastName 2. Home Phone Number: (desired format is xxx-xxx-xxxx) 3. M...
You are to add a Balanced method to the LinkedList class that accepts a string of symbols as its input from a file and does the following: Given each character in the string: If the character is an...
You should not change what is in main(), but rather should supply the needed code to make the program work as intended. We will provide for you the code that is used to create the list, the code to tr...
Need help adding an additional light source to the current code #include <iostream> // cout, cerr #include <cstdlib> // EXIT_FAILURE #include <GL/glew.h> // GLEW library #include ...
edit_patient: This function, as the name suggests, edits the info about a patient. To do so, it should start by asking for an id. Once an id is provided, the function must check if there is a user wit...
C++ Can I get comments along with the code to understand better. (Note: This file contains user's questions/answers with Quiz Summary) Do you want to take the quiz again (Y/N): N Thanks Quizzes Summar...
Must Be a Do While loop!!. Safari File Edit View History Bookmarks Window Help O Q 8 Mon Nov 21 1:29 PM G nsu.blackboard.com FE C +0 C C++ 5.7.1:Passwo.. Challenge Activit.. Bb Content G In the 1936 p...
An array with no elements is legal in C++ illegal in C++ automatically furnished with one element whose value is set to zero automatically furnished with one element, the null terminator None of these
. 5. A clock is used to display time. It shows the hours, minutes, and seconds of a day. You will write a Clock class with the following (partial) interface. class Clock [ public: Clocktint h, int m...
. 4. (12%) Write a recursive function int sumOdd (int *p, int n) ; that returns the sum of all the odd numbers in the int-array targeted by the parameter p. You can as- sume that the array is of siz...
. 2. (13%) Write a function void printV (int h) ; that prints a "wide letter V" of height h. You can assume that h 2 3. The following shows some example printing outputs for various functi...
Ask the user for a number of students and a number of exams. Creat and call a function that reads in the grades and places them into a double array as we did in class; one row per student and one c...
program as follows: a struct named 'student' that has two variables, an int 'age' and an int* 'agePoint' that points to 'age' a function void ageFill(...) that takes a 'student&' type, a...
Declare and initialize an array with 10 values using rand(). You don't have to use srand, but you can if you'd like to test with random numbers. Write a function that finds the largest number in the...
can i get a code. Problem 2-sum_every_n_vector.cpp Push a series of numbers to a given vector. Then, once you are finished, enter in a number which will sum every n number. For instance, if I enter a ...
. Problem 1 - season_temperature.cpp We will be creating a list of vectors that will hold information about the weather. Create four vectors: winter, spring summer, and fall. For the purposes of thi...
A C++ program to print out an isosceles trapezoid using loops. For reference, following diagram refers to the isosceles trapezoid. 1. Program prompts the user and reads in an odd integer between 1...
Willing to tip $40. Need by 11:59. Note that I have posted starting code for this assignment to Blackboard, which you are welcome to use and modify. Also, parts of this assignment are related to a ...
C++ Can I also get comments along with the code?. (Note: This file contains user's questions/answers with Quiz Summary) Do you want to take the quiz again (Y/N): N Thanks Quizzes Summary How many time...
Zombie Conga Party! - Linked Lists You will create a Doubly-LinkedList Class and a Node Class. The LinkedList should contain the following methods in its public interface: NOTE: T stands for the templ...
Can I get the codes please . Problem 1 - season_temperature.cpp We will be creating a list of vectors that will hold information about the weather. Create four vectors: winter, spring, summer, and fa...
Objective Build off the Complex class from the previous assignment by implementing additional member functions. For reference: Assignment 19 Details How to use classes. Related SLO Develop properly st...
C++ Can I get comments along with the code please? . COSC 1337 - Fundamentals of Programming payrollReport.txt Payroll Report ID Name Tax Insurance Gross Pay Net Pay 17 Scobby Gonzales 90.00 30.00...
Please finish the code in C++! And don't copy paste the answer from another website! . P3: Max heap sort (20 points) Write functions for max heap sort you learned in class in your main.cpp. The func...
#include <iostream> #include <string> #include <iomanip> using namespace std; struct movieData { string title; //movie title string genre; //genre of the movie string director;//the ...
. Suppose pTemp below refers to a node in a linked list. Which of the following boolean expressions will be true when pTemp is a pointer to the last node (tail) of the list? O if(p Temp == NUL...
The Assignment: Implement the bag template class from Section 10.5, using a binary search tree to store the items. Purposes: Ensure that you understand and can use binary search tree. Before Startin...
I need help with this project. I'm a little lost. Scenario: Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleR...
#include <iostream> #include <fstream> #include <string> using namespace std; //make sure you have created the programType enum. It has the programs CSCI, DBMS, INFM, SDEV enum Progr...
Object-Oriented Programming (OOP) is very important to fully exploit C++ programming. One of the aspects of OOP is encapsulation. Read the article, https://www.geeksforgeeks.org/encapsulation-in-c/ ...
In this workshop, you work with a class that represents a Treasure Map that is composed of symbols and characters. A specific character will indicate whether a given spot on the map contains treasure ...
main.cpp #include <iostream> #include "LinkedList.h" using namespace std; int main() { LinkedList lla; lla.display(); lla.append(1); lla.append(2); lla.append(3); lla.display(); // cout <&...
C++ For this lab, the main function is READ ONLY . To solve this zyLab, please Run the program as is to view the results of using the automatically provided versions of the Big 3 functions Notice how ...
a small/simple program. Program requirements • You must use a switch • a program that gets the following inputs from the user: • That is the year as a number • The month as a number(1-12) ?...
C++ Can I get comments along with the code for better understanding? I don't see where I'm messing up. . string name; // employee name double hourlyPay; // pay per hour int numDeps; // number of dep...
C++ Can I get comments along with the code to better understand? . COSC 1337 - Fundamentals of Programming SAMPLE RUN (User entry is in BOLD) Project 08 - Date Class Written by: Test member function...
The question is in the last image 3s, Please write the running code in c++, along with the screenshots. https://quod.lib.umich.edu/cgi/r/rsv/rsv-idx?type=DIV1&byte=4697892 . Blockchain Consensus...
VISUAL BASIC code. CSC 255 - Assignment 5 Create classes with C++ programming Language Lab Objectives Be familiar with C++ programming language Be able to write code that create the classes in C#+ pro...
Milestone #2 Milestone 2 implements and tests the CustomerOrder module. The CustomerOrder module contains all the functionality for processing customer orders as they move from Station to Station alon...
#include <iostream> using namespace std; class CarCounter { public: CarCounter(); CarCounter(const CarCounter& origCarCounter); void SetCarCount(const int count) { carCount = count; } int Ge...
Assign a pointer to any instance of searchChar in personName to searchResult. #include <iostream> #include <cstring> using namespace std; int main() { char personName[100]; char searchC...
Implement a game with a Doubly Linked List in C programming language. Distribute your source code into three or more modules with appropriate header files and create the corresponding makefile R...
Camper Activity Database Application project plz Write a program that creates a file to keep track of campers at a summer camp by name, age, and the camp activity to which they are registered. The cam...
This c++ program requires you to solve the maze problem using recursion plus backtracking. Test your program against the 3 datafiles MyMaze1.dat, MyMaze2.dat, and MyMaze3.dat. The data file is formatt...
ONLY IN C SHELL. PLEASE DO NOT COPY OTHER ANSWERS THEY ARE NOT CORRECT . 1) Develop a script that saves the current date in a variable and then shifts through the different parts/elements of the date ...
Create c program that creates a file to keep track of campers at a summer camp by name, age, and the camp activity to which they are registered. The camper name will be the unique identifier (assume t...
Code in C++ please. Tasks Forthis lab assignment. you will be providing an implementation of BFS and DFS of a graph with a maximum size of 10 nodes, numbered from 1 to 10. The input to the program wil...
Having trouble getting my functions from Interest to run in main. Uploading pics now. It compiles and debugs without issue when main is empty Interest.cpp #include <iostream> #include <i...
should look like this . [20 points] Write a program email . cc that takes an email address in the following for- mat: firstname . lastname@uleth . ca, such as jon . doe@uleth. ca, extracts from it t...
I need help. I'm a little bit lost on this project. Scenario: Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DebugF...
I need help with this activiy. . You have been asked by your employer to design and develop application software to calculate the total cost of fuel for a car based on given information. Thi...
C++ Can I please get comments along with the code to better understand?. Project 07 - Test Scores Input Data For each student, the following data will be input: . student name (your program sh...
Please help me problem solve these remaining Practice problems! . Question 7 (1 point) Given the following C variables and their assembly storage: Variable Location Trax len Erbx Select the line ...
Can i get code and explanation please . Lab For this lab, we will be working with overloading and templates. Create two functions that have the some name (this will be important for getting full cred...
. Task Assume you work in a tutoring center, which operates Mon-Wed. The center keeps track of how many students come to the center each day, and numbers of students per tutor they see. Write a c++ ...
CPSC 1430 Programming and Problem Solving II This code is C++. In the code construction portions of the test, give the needed code and all necessary structures (variable declarations, etc.) but DO ...
Level 1 You are writing a program for the receiving dock of a hardware store. For now, you will maintain the inventory for a single part. you will define a structure, then create two variables of th...
"static" constructor Define a class Truck with the following attributes color year Define a constructor that will set color to "neon green" and the year to 1628. No other values should be possibl...
Learning Objectives Summarize how memory is addressed inside a computer. Explain the difference between pass-by-value and pass-by-reference. Decide where to use the "pass-by-value" or the "pass-by-...
Help me write the following pseudo code in C++. the three parameters you pass in are G the graph node, s the source, and t is the destination. H is the minHeap node. u is the start of the vertex a...
c++. 13.4 LAB: What order? (function templates) Define a generic function called CheckOrder() that checks if four items are in ascending, neither, or descending order. The function should return -1 if...
Read the directions and comments. Make sure to review the output expected as well as the prompts for input. PROBLEM: program that reverses the sequence of elements in an array. For example, supp...
Help me write the following pseudo code in C++. the three parameters you pass in are G the graph node, s the source, and t is the destination. H is the minHeap node. u is the start of the vertex a...
. Character Weight Code A 0.3 01 B 0.4 1 0.2 001 D 0.1 000 Given the four characters, their weights, and coding scheme, what is the expected length of the code for each character? O 1.7 O 1.9 O 2.1 ...
need help with this "C++" project.. Introduction In this assignment, you are going to develop an "Event Management System" that runs in the command line environment. The system will assis...
I need some help with this c++ question . 1) show each step in REPEATED SQUARING for 7 6 2) Show each recursions of Euclid's algorithm to find god(81,27) 3) Write a few lines of code or pseudocod...
create a database system for a hospital. This database will contain functions to add new patients, edit existing patients, remove patients, display patient information, as well as store and retrieve...
public: /** * Requires: nothing * Modifies: cout, isAIMode, building, satisfactionIndex * Effects: if game input file is not open, exits with status 1 * s...
Follow the instructions for starting C++ and viewing the Advanced25.cpp file, which is contained in either the Cpp8\Chap12\Advanced25 Project folder or the Cpp8\Chap12 folder. (Depending on your C++ d...
Here is the main.cpp int main() { Text T; Text Y; ifstream test("test.txt"); ifstream dcwrLittle("dcwrLittle.txt"); test >> T; dcwrLittle >> Y; return 0; } In the test.txt abc defg O...
This a tough one for me, I need some help. Please Scenario: My Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace De...
(a) In a .hpp file declare Point class which must 3 private data members which are doubles named m_x, m_y, m_z which initialized via the class's constructor that should take 3 parameters in the .cpp f...
really lost here. what am i doing wrong . #include <iostream> #include <vector> // Must include vector library to use vectors using namespace std; int main() { const int MAX Elements ...
Need help with this C++ lab Movie Data a program that will be used to gather statistical data about the number of movies college students see in a month. The program should ask the user how man...
Hi! I submitted this code and my professor says he gets these errors: identifier "getline" is undefined identifier "stoi" is undefined Do you know how to fix it? //Header files #inc...
Question:I am having trouble trying to code this yahtzee C++ program My main question is how do I code the game of Yahtzhee using the the code below so it can at least compile properly and look like...
Can you please help me in coral language? I don't know what part of my code is wrong. . 5.10 LAB: User-Defined Functions: Leap year A year in the modern Gregorian Calendar consists of 365 days....
I'm not sure where to start with the Main Function code. Can you please help me understand the steps in coral language?. 5.8 LAB: User-Defined Functions: Miles to track laps One lap around a standard ...
Milestone 1 implements and tests the Utilities and Station modules. The Utilities module supports the parsing of input files, which contain information used to setup and configure the assembly line. T...
evergladesRPG.cpp Lost in the Everglades in an RPG (Role-Playing-Game) between a player and the computer. A group of tourists has been lost in the Everglades and a ranger must rescue them before time ...
program description: The client will prompt the user to enter a username and then choose between bidding or finding an item. After the user makes a choice, the client will either prompt the user for a...
What does the following code segment do to the array a[], given that the current_size variable holds the number of valid elements currently in the array? Assume that pos has been correctly declar...
Looking for orientation on this... Tree 1. Introduction You will create a C+ + program to implement the B-Tree. The purpose of this homework is to let students be familiar with the B-Tree. 2. Input an...
Hello, I asked another tutor to help me on this assignment and there were a few things I changed to the code. I need help with fixing one of the issues. When I type in an option for "Ice Tea" or "Ice ...
c++, I need a step-by-step pseudo Code for the brute force inns the simplest way (ie. using multiple loops if needed) no need to optimize the answer just give the pseudo code and runtime for each step...
c++, I need a step-by-step pseudo Code for the brute force inns the simplest way (ie. using multiple loops if needed) no need to optimize the answer just give the pseudo code and runtime for each step...
c++, I need a step-by-step pseudo Code for the brute force inns the simplest way (ie. using multiple loops if needed) no need to optimize the answer just give the pseudo code and runtime for each step...
c++, I need a step-by-step pseudo Code for the brute force inns the simplest way (ie. using multiple loops if needed) no need to optimize the answer just give the pseudo code and runtime for each step...
C++, I need a step-by-step Pseudo Code for brute force in the simplest way (ie. using multiple loops if needed) no need to optimize the answer just give the Pseudo Code Given an array A of numbers,...
Can you please help me with coding this vehicle class with the bellow attributes and functions? Thank you! Vehicle class should be able to store a license plate with a maximum of 8 characters, a...
USE C++ please help asap Implementing a Linked List with some basic functionality. Your program must prompt the user for data, store the data in the Linked List, and then perform the requested funct...
C++ (please do not use vectors) Write-a program that takes a size and a filename from the command line (argc, and argv). Use them to create-a string buffer of fixed size and open the filename. Then cr...
#include <iostream> using namespace std; class FamilyVacation { public: void SetNumDays(int dayCount); void SetNumPeople(int peopleCount); void Print() const; FamilyVacation operator+(int mor...
#include <iostream> using namespace std; class CablePlan{ public: void SetNumDays(int numDays); int GetNumDays() const; private: int numDays; }; // FIXME: Define SetNumDays() member function,...
Написати програму для обчислення заданого складного цілочисленого виразу(табл.1) для початкових даних в знак...
Design a Soda Machine class that can keep track of the type of sodas and number of sodas in stock. Use the following UML class diagram to design the class SodaMachine. Constructor in SodaMachine.cpp: ...
Is it possible to change the c++ code below to include ifstream, ofstream, getline to get the same result below? #include <iostream> #include <fstream> #include <sstream> using ...
Construct a Binary Search Tree that is Balanced. Remember, only two subtrees per node (binary), the left subtree must always be less than its root node and the right must always be greater. To reach t...
1. The default behavior of the default copy constructor of the base class is? 2. If you have a copy constructor in the base class, but do not have a copy constructor for the derived class, then ? ?...
hello! Can you please assist with this assignment? Car.cpp #include <iostream> #include <math.h> #include "Car.h" using namespace std; // Write the implementation of the Destructor /...
#include <iostream> #include <iomanip> using namespace std; int main() { // Fill in the code to define an integer variable called number, // a floating point variable calle...
hello! Hello, can you kindly help me with this assignment? You are going to be making part of an event planning system. You will make three classes: Time, Date, Event. Together these classes wil...
I'm kind of lost on this one. Help! Scenario: . For this actiyity, write a C# program that uses a C# switch statement to map a number entered by the user to a corresponding course code. Note: All ...
. 6. (2 points) Suppose we are writing code for a priority queue, implemented as a min heap (using a std: :vector). We have insert, min and extract-min written and we want to add a function where-is...
NOTE : Please create a text file of a file named "secret.txt" . The file consists of a single record that contains two sentences: "January is the first month and december is the last. Violet is a purp...
C++ 1. Compose the C++ statements that will declare a file stream object named dataFile and use it to open a text file named "Earthquake.txt" in input mode. 2. Compose a C++ getline statement tha...
Using Incursion without loop . 9. Implement factorNumber() to provide all of the factors of the base passed in, which will always be greater than 1. As with isPrime(), there's a helper function that...
Using Recursion without loop . 6. Implement populateTector to create and return a vector of ints populated from the arrajr. This will help you get more familiar with using vectors. Note that this al...
Using Incursion without loop . 1. Implement countEvens to return a count of all of the even numbers in the given array (5 pts) int countEvens (int * a, int size); 2. Implement sumEvens to return the...
Write an explanation for the following code: #include <iostream> #include <fstream> #include <string> using namespace std; class Trie { public: Trie* children[26]; bool endOfWord...
Consider the C++ definitions: class C { int a = 0; int b = 1; virtual int f() { return 2; } virtual int g(){ return 3; } }; class D: public C { int c = 4; virtual int g() { return ...
a C++ program that will process text information stored in a file and provide the initial starting place for a word game to be fully implemented in lab9out - The WordGame . The data is stored in a fil...
Create program to input vehicle inventory data for vehicles. Each vehicle record contains the following information: model- C string which must contain up to twenty-four characters, which may includ...
Recursion ANY FILE CONTAINING A LOOP WILL RECEIVE A ZERO Using the base code on the course website, implement these functions. Note that some helper functions (described below) are already implemented...
Pls check question with my code below! #include <iostream> #include <string> using namespace std; //Create a Ship class class Ship { private: //A member variable for the name of the ship (...
Time.h timeMain.cpp Hello, can someone please help me with this? Thank you . Create a Time class. The class will consist of: . 4 data members o 3 int o 1 Period enum type . 2 ctors . dtor . 4 ...
. G nsu.blackboard.com C + z Section 17.9 - CSC 170L- Section 2: Com.. Course Hero | Joined Sentinels - YouTube S Memphis Grizzlies - New Orleans Pelican... Content START HERE This assignment has be...
dateMain.cpp Date.h im having some trouble with this problem, can someone help me? Thank you. Create a Time class. The class will consist of: . 4 data members o 3 int o 1 Period enum type . 2 ctors...
dateMain.cpp Date.h Im having some trouble trying to figure it out, can someone help me . Create a Date class. The class will consist of: . 3 data members of type in'l: . 2ctors - dtor - 2 memb...
Regarding selection sort, insertion sort, bubble sort, and quicksort, which of the algorithms is easily adaptable to singly linked lists? To doubly linked lists? This involves 8 answers, with explanat...
I'm still having issues with this project. Can someone help. Scenario: using System; namespace DebugFixMethods { class Program { private const string V1 = ");; private ...
Please check if the code is running well and post an answer.I've asked this already but there was an error . i need a function called sumAll which takes as input an array of integer values and an...
Construct a Binary Search Tree that is Balanced. a, Remember, only two subtrees per node (binary), the left subtree must always be less than its root node and the right must always be greater. b, To r...
Task Given an array p which is a chain of matrices <A1, A2, ..An>, such that Ai has dimensions p[i-1] x p[i] . Create a program that fully parenthesizes the product A1.A2...An in a way that mini...
Imagine that you are writing a program using an object- oriented programming language. Your program will be used to maintain records for a real estate office. What is a class in your program and a ser...
a. How to write a C++ doPerimeter function for the Rectangle class of Figure 29. b. How to write C++ code that creates a new Rectangle object called yuri, then writes out information about this obje...
How to write a C++ program that uses an input function to get the miles driven (type double) and the gallons of gas used (type int), then writes out the miles per gallon, using the function from Exerc...
The integer quantities A, B, C, and D currently have the values 13, 4, 621, and 18, respectively. How do you you write the exact output generated by the following statement, using b to denote a blank ...
use C++ language. help! I'm having trouble rewriting code. I've provided all the necessary info below. pls show explanation. Thanks!! What would you like to know: 1) The tallest person in a city...
Time.h file timeMain.cpp file I need some help with this, thank you so much.. #include <iostream> #include "Time.h" int main () { Time t; std:: cout << t.getTime () << s...
Date.h file dateMain.cpp file If someone can please help me with this it would be greatly appreciated, thank you. Create a Date class. The class will consist of: . 3 data members of type int . 2...
write a C++ program that simulates the records of a library. The program should use a structure to hold the following information about each book: title, author, publisher, and cost. In your progra...
Milestone 1 implements and tests the Utilities and Station modules. The Utilities module supports the parsing of input files, which contain information used to setup and configure the assembly line. T...
C++, Implementing PriorityQueue and Heap. I really need your help asap!! In 1879, Lewis Carroll proposed the following puzzle to the readers of Vanity Fair: transform one English word into another ...
In this workshop, you combine two lists and use a smart pointer to ensure that memory is deallocated in the possible presence of an exception. Learning Outcomes Upon successful completion of this work...
You have been hired as a programmer for Blue Star Electric. The first program you must write generates a form letter to a customer with an overdue account. The letter will appear in the form below wit...
c++ FILES NEED Reagan rebradshaw835 Ryley rbarber894 Peyton pstott885 Tyrese tmayo945 Caius ccharlton329 . 12.9 LAB: Student info not found Given a program that searches for a student's ID ...
. 1. We will write a program that analyzes movie ratings and box office performance for movie theaters. Currently, the movie theater with the most screens is the AMC Ontario Mills 30, with 30 screen...
Research and write meaning of following terms- Hardware CPU Memory-RAM Memory-ROM C Source Code camelCase compiler computer language computer program Flow Chart Software Input Logic Error order of ope...
PLEASE HELP ME WITH THIS QUESTION. THE FINAL OUTPUT IS IMPORTANT. Read the question carefully and answer every part and don't forget to add comment on it, THANKS answer it in C++ . A6 The main f...
. Question 1 1 pts You don't need to define the equality comparison (==) operator for your class; the compiler will supply a default. O True O False Question 2 1 pts Normally, a method/function that...
11.15 Extended argv Background You have learned how to receive command-line arguments by means of the arguments to main conventionally named argc and argv. extend argv by allowing special arguments...
Hello, can you kindly help me with this assignment? You are going to be creating part of an event planning system. You will make three classes: Time, Date, Event. Together these classes will hav...
I don't know what's wrong with it. Can someone help me on what I'm missing? Top picture is the scenario. Bottom picture is the ZIP Debugging Code. . # DebugFixMethods DebugFixMethods.Program Main(int...
Please help me solve this C++ code . 2. Now add all single-digit numbers from step 1. 4 + 4 + 8 + 2 + 3 + 1 + 7 + 8 = 37 3. Add all digits in the odd places from right to left in the card number....
Need this in C++ If a user's input string matches a known text message abbreviation, output the unabbreviated form, else output: Unknown. Support two abbreviations: LOL -- laughing out loud, and IDK -...
I'm having issue debugging this code. I need help please. . #Debug DailyRate.Program -a writeFee(double p, int n) + Tabs using System; Debug namespace DailyRate Program.cs 1 reference -O- class Prog...
Suppose you have a certain amount of money in a savings account that earns compound monthly interest, and you want to calculate the amount that you will have after a specific number of months. The for...
You may use any function from the cctype library. From the cstring library you may use only strlen(), strstr(), and strncmp(). the C++ string class may not be used. The first argument...
I need help fixing the code I have to solve this assignment. If you can help fix the errors that would be great! Thanks! Use the C++ language, absolutely no global variables should be used for this...
Im having some trouble with this problem, can someone help me? thank you. Current file: main.cpp 1 #include <iostream> #include <vector> 4 #include "Student.h" 5 using namespace ...
You may use any function from the cctype library. From the cstring library you may use only strlen(), strstr(), and strncmp(). the C++ string class may not be used. The first argument...
You may use any function from the cctype library. From the cstring library you may use only strlen(), strstr(), and strncmp(). the C++ string class may not be used. The first argument...
I am creating a function for a Glut library C++ program and i need to implement the following code to a row and column system for the text display. If you could help me with this implementation I woul...
In this exercise, you code a program that uses three parallel numeric arrays. The program searches one of the arrays and then displays the corresponding values from the other two arrays. Follow the in...
In this exercise, you create a program that generates and displays six unique random integers for a lottery game. Each lottery number can range from 1 through 54 only. If necessary, create a new proje...
Follow the instructions for starting C++ and viewing the intermediate25.cpp file, which is contained in either the Cpp8\Chap11\Intermediate25 Project folder or the Cpp8\Chap11 folder. (Depending on yo...
. Description Write an application that stores 12 integers using a vector. Display the integers from first to last position, and then display them from last to first. SAMPLE RUN: 5 10 15 20 25 30 35...
. Descdpfion Write a program with a two-dimensional array to store the names and birthdays of 5 friends of the user. When the user is finished entering the information, display the results. Hint: ...
parking.cpp #define _CRT_SECURE_NO_WARNINGS #include <cstring> #include <iostream> #include <iomanip> #include <fstream> #include "Parking.h" #include "Menu.h" using namespace ...
Milestone 1 implements and tests the Utilities and Station modules. The Utilities module supports the parsing of input files, which contain information used to setup and configure the assembly line. T...
provide algorithm and c++ coding of that algorithm that prompts the user to input 3 integer values and print these values in ascending and descending order. Example Please enter t...
Write a program to calculate students' average test scores and their grades Johnson 85 83 77 91 76 Aniston 80 90 95 93 48 Cooper 78 81 11 90 73 Gupta 92 83 30 69 87 Blair 23 45 96 38 59 Clark 60 85 45...
In this exercise, you explore the use of integers in monetary calculations.a. Follow the instructions for starting C++ and opening the Advanced16.cpp file. Run the program. Enter 256.7 and 223.3 as th...
. Fund A sells tor-$15 a share and has a 3-year average annual return of $0.22 a share. The beta value is 1.07. Fund B sells for $16 a share and has a 3-year average annual return 01$0.95 a share \Q...
This program allows you to combine many of the features you have learned into one program. It also provides another perspective on programming that allows the user to modify the way the program works ...
Download and study the attached AVL Tree implementation code. Modify the code to display when an Insert or Delete operation is performed and what Rotation if any was required to keep the AVL Tree ba...
A game objects has a collider component and a rigidbody component with its property Is Kinematic enabled. The game object is moving towards a static game object that has a collider, but doesn't have a...
You want to simulate the launch of a cannon ball using AddForce function. You intend to set the force direction to be 45 degree. The code is as follows: float magnitute = 500.0f Vector3 direction = ne...
1-When is it beneficial to use while loop and do while loop in your program? Give an example of each. in c++ 2- Writ a program that computes and displays the charges for a patient's hospital stay. F...
a. The height of a BST is given as the maximum number of branches required to travel from the root node to any of its descendants. Make a simple BST member function int GetHeight() that retur...
need a code using double pointer. Problem 3 - tic_tac_toe_placer.c Create a 3x3 grid of characters (2D char array). When you create the ZD array, be sure that you place an underscore _ in each spot....
Code an program in Visual Studio that simulates a lottery. The program should have an array of six integers named lottery numbers and generate a random number in the range of 1 through 5 for each el...
. 40 Extra exercises for Murach's C# 2015 Extra 21-1 Work with a text file In this exercise, you'll add code to an Inventory Maintenance application that reads data from and writes data to a text fi...
I need help making a mug in OpenGL. the code I provided below is what was given to me but I'm not sure how to manipulate it to make a mug. Any help would be much appreciated. #include <iostre...
solve the following problem: A user is prompted to enter a number. The program will extract each digit of the number, sum them together, and output the result. The program will continue to prompt t...
. In this lab, given the number n of nodes and a collection ofm edges (which are stored in a two-dimensional array int edge[m] [2] ), your task is to develop the adjacency list representation of the...
Code in C++(with comments) Payroll Lab You will be taking in a file (payroll.txt) which details a number of departments (at least 1) and in each department are a set of employees (each department will...
Start by Using The Template Provided For you . There are 7 places that ??? appears. The comments above each ??? describe what to do. Challenge: At the end of the program add statements to output th...
Hello, I've been having trouble coding this assignment, can someone help? Please try to match sample output as close as possible, thanks! C++ Blackjack.cpp #include "Blackjack.h" Blackjack::B...
You will be given an unsorted vector of integers and asked to find the number of unique (non-repeating) elements in the vector. The vector is very large and sorting it is not an option because the ele...
You are given a pointer to the root node of a Binary Tree of Integers. You are asked to write member function "is height tree" which determines if the data value of every mode is equal to the height o...
a C++ program that overloads several basic operators (+,-,*,/, etc.) for a Color Class. The declaration for the Color class is shown below: #ifndef COLOR_H #define COLOR_H class Color { private:...
a C++ program that overloads several basic operators (+,-,*,/, etc.) for a Color Class. The declaration for the Color class is shown below: #ifndef COLOR_H #define COLOR_H class Color { private:...
Previous
1
2
Next