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 15 / 3837

#include #include #include #include #in
#include <iostream> #include <sstream> #include <stdlib.h> #include <string> #include <iomanip> #include <cmath> using namespace std; int promp…
#include #include #include #include #in
#include <iostream> #include <sstream> #include <stdlib.h> #include <string> #include <iomanip> #include <cmath> using namespace std; int promp…
#include #include #include using namespace std; v
#include <iostream> #include <stdio.h> #include <cstdlib> using namespace std; void gameheader(); const int SIZE = 9; void createBoard(int board[][SIZE]); void d…
#include #include This is the code that was provided all I
#include <iostream> #include <stdio.h> This is the code that was provided all I have to do is write a function under the //TODO section towards the end that prints out…
#include #include #include using namespace std;
#include <iostream> #include <stdlib.h> #include <iomanip> using namespace std; void tostring(int d,char value[]); string todate(int doy); void PrintMenu(); void…
#include #include #include using namespace std; c
#include <iostream> #include <stdlib.h> #include <time.h> using namespace std; class BTNode{ private: int nodeid; int data; int levelNum; BTNode* leftChildPtr; B…
#include #include //srand, rand #include //clock_t
#include <iostream> #include <stdlib.h> //srand, rand #include <time.h>//clock_t, clock, CLOCKS_PER_SEC using namespace std; // implementing a queue using Stack …
#include #include //srand, rand #include //clock_t
#include <iostream> #include <stdlib.h> //srand, rand #include <time.h>//clock_t, clock, CLOCKS_PER_SEC using namespace std; // implementing a queue using Stack …
#include #include using namespace std; const int MAX_COL =
#include <iostream> #include <stdlib.h> using namespace std; const int MAX_COL = 60; const int MAX_ROW = 30; void displayMenu() {    cout << "[P]lay Press 'P' to…
#include #include using namespace std; int main() { double
#include <iostream> #include <stdlib.h> using namespace std; int main() { double ftemp; double ctemp; int select = -1; while (select ==-1) { cout << "Please sele…
#include #include using namespace std; int main() { double
#include <iostream> #include <stdlib.h> using namespace std; int main() { double ftemp; double ctemp; int select = -1; while (select ==-1) { cout << "Please sele…
#include #include using namespace std; int main() { double
#include <iostream> #include <stdlib.h> using namespace std; int main() { double ftemp; double ctemp; int select = -1; while (select ==-1) { cout << "Please sele…
#include #include using namespace std; int main() { double
#include <iostream> #include <stdlib.h> using namespace std; int main() { double ftemp; double ctemp; int select = -1; while (select ==-1) { cout << "Please sele…
#include #include #include #include #inc
#include <iostream> #include <string.h> #include <cstdlib> #include <ctime> #include <iomanip> using namespace std; const int MAX_SIZE = 200;     // …
#include #include #include #include us
#include <iostream> #include <string> #include <algorithm> #include <cassert> using namespace std; #define UNIT_TESTING struct Node { string q; string answ…
#include #include #include using namespace std; stru
#include <iostream> #include <string> #include <array> using namespace std; struct playerType{         string name;         int Runs;         int Hits;     };//e…
#include #include #include #include using
#include <iostream> #include <string> #include <cctype> #include <cstring> using namespace std; int countA(char * str); int main() { char city1[20] = "San …
#include #include #include #include using
#include <iostream> #include <string> #include <cctype> #include <cstring> using namespace std; int main() { string fullname ("John William Jones"); cout &…
#include #include #include using namespace std; //T
#include <iostream> #include <string> #include <cctype> using namespace std; //These functions explained below void spaces(); void introduction(); int main() { s…
#include #include #include using namespace std; int
#include <iostream> #include <string> #include <cctype> using namespace std; int main() { string o, sentence = ""; cout << "enter sentenc"<< endl; do…
#include #include #include #include #includ
#include <iostream> #include <string> #include <cmath> #include <cctype> #include <iomanip> #include <ctime> using namespace std; int main() { …
#include #include #include #include \"Simulation.h
#include <iostream> #include <string> #include <cstdlib> #include "Simulation.h" #include "queueAsArray.h" using namespace std; //*************** customerType **…
#include #include #include #include \"Word.h\" #in
#include <iostream> #include <string> #include <cstdlib> #include "Word.h" #include <fstream> #include <vector> ? using namespace std; ? int main() {…
#include #include #include #include \"Word.h\" #in
#include <iostream> #include <string> #include <cstdlib> #include "Word.h" #include <fstream> #include <vector> #include <ctime> ? using namesp…
#include #include #include // For rand and srand #
#include <iostream> #include <string> #include <cstdlib> // For rand and srand #include <ctime> // For the time function using namespace std; class Die { /…
#include #include #include using namespace std; in
#include <iostream> #include <string> #include <cstdlib> using namespace std; int main() {    static const int rooms=5;//constant integer to represent the number…
#include #include #include using namespace std; st
#include <iostream> #include <string> #include <cstdlib> using namespace std; struct Address{ unsigned number; string street; string suffix; string city; string …
#include #include #include #include usin
#include <iostream> #include <string> #include <fstream> #include <iomanip> using namespace std; struct candidate { string name; int region1, region2, regi…
#include #include #include #include usin
#include <iostream> #include <string> #include <fstream> #include <iomanip> using namespace std; /* This program qives a student a true/false quiz. Student…
#include #include #include #include #incl
#include <iostream> #include <string> #include <fstream> #include <random> #include <ctime> #include <stdlib.h> using namespace std; const int …
#include #include #include #include \"bookType.h\"
#include <iostream> #include <string> #include <fstream> #include "bookType.h" using namespace std; void getBookData(bookType books[], int& noOfBooks); void …
#include #include #include #include \"billType.h\"
#include <iostream> #include <string> #include <iomanip> #include "billType.h" using namespace std; void billType::printBill() const { cout << fixed <&l…
#include #include #include #include #incl
#include <iostream> #include <string> #include <iomanip> #include<stdio.h> #include<ctype.h> using namespace std; //function prototypes void getStrin…
#include #include #include using namespace std; //
#include <iostream> #include <string> #include <iomanip> using namespace std; //Class declaration class Student { private: string name; int id; int *test; int nu…
#include #include #include using namespace std; //
#include <iostream> #include <string> #include <iomanip> using namespace std; // This program demonstrates partially initialized structure variables // PLACE YOU…
#include #include #include using namespace std; //
#include <iostream> #include <string> #include <iomanip> using namespace std; // This program demonstrates partially initialized structure variables // PLACE YOU…
#include #include #include using namespace std; //
#include <iostream> #include <string> #include <iomanip> using namespace std; //Structures for Answers struct Answers { char answer1; char answer2; char answer3;…
#include #include #include #include \"card.h\" us
#include <iostream> #include <string> #include <stdlib.h> #include "card.h" using namespace std; card::card() { cardID = 0; bookID = 0; card = (char n[], char p[…
#include #include #include using namespace std; i
#include <iostream> #include <string> #include <stdlib.h> using namespace std; int main() { char message[100]; char output[100]; int key, count; cout<<"Ent…
#include #include #include using namespace std; #in
#include <iostream> #include <string> #include <vector> using namespace std; #include "expression.h" #include "subexpression.h" #include "symboltable.h" #include…
#include #include #include \"ResistorChrisBaker.h\" using na
#include <iostream> #include <string> #include "ResistorChrisBaker.h" using namespace std; int main( ) { cout << "Creating a resistor R1 = 3.4kOhms & 20% Tol…
#include #include #include \"myStack.h\" #include
#include <iostream> #include <string> #include "myStack.h" #include <stdio.h> #include <ctype.h> #include <climits> using namespace std; int main() {…
#include #include #include \"superQueue\" using namespace st
#include <iostream> #include <string> #include "superQueue" using namespace std; /* Implement a "superQueue" using a doubly linked list. Create a class superQueue with…
#include #include #include using namespace std; int
#include <iostream> #include <string> #include<cctype> using namespace std; int main() {char MORSE[40][7]={".-","-...","-.-.","-..",".","..-.","--.","....","..",…
#include #include //needs to use the string functions like t
#include <iostream> #include <string> //needs to use the string functions like toUpper, gets #include<cctype> //use for character arrays using namespace std; //F…
#include #include template T overunder(T value1, T
#include <iostream> #include <string> template <class T> T overunder(T value1, T value2, Tvalue3) { if(value3 < value1 || value3> value2) { cout << "…
#include #include using namespace std; /* Implement the \"st
#include <iostream> #include <string> using namespace std; /* Implement the "studentList" data structure with a doubly linked list implementation. You must implement a…
#include #include using namespace std; /* Type your code her
#include <iostream> #include <string> using namespace std; /* Type your code here. */ int main() { int num; cout << "Please enter a number from 3 to 100: "; cin …
#include #include using namespace std; /********************
#include <iostream> #include <string> using namespace std; /**********************************************************                   * Function: swapValues        …
#include #include using namespace std; bool testString (stri
#include <iostream> #include <string> using namespace std; bool testString (string test,string target); int main() { string test, target; cout<<" Enter aword: ";…