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

#include #include #include using namespace std; in
#include <iostream> #include <cstdlib> #include <string> using namespace std; int * p; int sum(int * x, int n); int main(int argc, char * argv[]) { int * x = int…
#include #include using namespace std; /* Prints the given
#include <iostream> #include <cstdlib> using namespace std; /* Prints the given integer array to the screen. * * Require: size >= 0 && * size == array[last+…
#include #include using namespace std; int main() { int i,j
#include <iostream> #include <cstdlib> using namespace std; int main() { int i,j,k; int num[3][3]; int sums[8]; int temp; bool magic; cout<<"-----Magic Square Ch…
#include #include using std::cout; using std::endl; int mai
#include <iostream> #include <cstdlib> using std::cout; using std::endl; int main() { int integer1, * p1, ** p2; integer1 = 10; // line 11 p1 = &integer1; // line …
#include #include using std::cout; using std::endl; int mai
#include <iostream> #include <cstdlib> using std::cout; using std::endl; int main() { int integer1, * p1, ** p2; integer1 = 10; // line 11 p1 = &integer1; // line …
#include #include #include using namespace std; boo
#include <iostream> #include <cstring> #include<string> using namespace std; bool print_one_typo(string input, string people[11],bool is_found[11]) { bool found …
#include #include using namespace std; class Animal { publi
#include <iostream> #include <cstring> using namespace std; class Animal { public: Animal (const string& n = "", const string& s = ""); ~Animal(); string getNa…
#include #include using namespace std; class Ship { protect
#include <iostream> #include <cstring> using namespace std; class Ship { protected: string name; string year; public: Ship(string n, string y) { name = n; year = y; } …
#include #include using namespace std; int main() { int stu
#include <iostream> #include <cstring> using namespace std; int main() { int students; char first[20] = "Amy"; char last[20] = "Yolanda"; char name[20]; cout <<"…
#include #include #include using namespace std; cla
#include <iostream> #include <ctime> #include <cstdlib> using namespace std; class GuessingGame { private: int NumberGuesses = 0; bool trueorfalse; int randomnum…
#include #include #include using namespace std; cla
#include <iostream> #include <ctime> #include <cstdlib> using namespace std; class GuessingGame { private: int NumberGuesses = 0; bool trueorfalse; int randomnum…
#include #include #include using namespace std; clas
#include <iostream> #include <ctime> #include <string> using namespace std; class Board { private: char squares[3][3]; public: Board() {} void PB(); void BG(); v…
#include #include #include using namespace std; clas
#include <iostream> #include <ctime> #include <string> using namespace std; class Board { private: char squares[3][3]; public: Board() {} void PB(); void BG(); v…
#include #include #include using namespace std; clas
#include <iostream> #include <ctime> #include <string> using namespace std; class Board { private: char squares[3][3]; public: Board() {} void PB(); void BG(); v…
#include #include #include #include #in
#include <iostream> #include <fstream> #include <cassert> #include <cstring> #include <cctype> using namespace std; // Depending on the computer, if …
#include #include #include # include usi
#include <iostream> #include <fstream> #include <cstdlib> # include <string> using namespace std; int main() {    int letters = 0; int spaces = 0; int punc…
#include #include #include #include #incl
#include <iostream> #include <fstream> #include <cstdlib> #include <ctime> #include <cmath> using namespace std; struct City { string name; double x;…
#include #include #include #include using
#include <iostream> #include <fstream> #include <cstdlib> #include <ctime> using namespace std; int main() { //unsigned seed = time(0);    //srand(seed);  …
#include #include #include using namespace std; /
#include <iostream> #include <fstream> #include <cstdlib> using namespace std; //These functions explained below void spaces(); void introduction(); int main() {…
#include #include #include using namespace std; /
#include <iostream> #include <fstream> #include <cstdlib> using namespace std; //These functions explained below void spaces(); int main() { ifstream infile; ofs…
#include #include #include #include #includ
#include <iostream> #include <fstream> #include <ctime> #include <ratio> #include <chrono> #include <time.h> #include <stdlib.h> #include…
#include #include #include #include using
#include <iostream> #include <fstream> #include <ctime> #include <string> using namespace std; void main () { int i = 0, a, length; srand((unsigned)time(NU…
#include #include #include #include usin
#include <iostream> #include <fstream> #include <iomanip> #include <string> using namespace std; int main() { ifstream inFile; ofstream outFile; double cur…
#include #include #include #include usin
#include <iostream> #include <fstream> #include <iomanip> #include <string> using namespace std; // Global const int ARRAY_SIZE = 15; // Struct struct Prod…
#include #include #include #include usin
#include <iostream> #include <fstream> #include <iomanip> #include <string> using namespace std; string get_filename(); void readPGM(string fname, int &amp…
#include #include #include #include usin
#include <iostream> #include <fstream> #include <iomanip> #include <string> using namespace std; string lastNames[40]; int scores[40][5]; int students; dou…
#include #include #include using namespace std; c
#include <iostream> #include <fstream> #include <iomanip> using namespace std; const int MAX_COLUMNS = 5; // read input file and populate the array int readFile(…
#include #include #include using namespace std; i
#include <iostream> #include <fstream> #include <iomanip> using namespace std; int main() { double GPA; char gender; ifstream infile; infile.open("h:\GPAData.txt…
#include #include #include using namespace std; v
#include <iostream> #include <fstream> #include <iomanip> using namespace std; void ProcessCounter(int counters[]); double GetSale(); double GetSalary(double sal…
#include #include #include #include u
#include <iostream> #include <fstream> #include <stdbool.h> #include<string.h> using namespace std; bool isDelimiter(char ch) { if (ch == ' ' || ch == '+' …
#include #include #include #include
#include <iostream> #include <fstream> #include <string.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #include <stdlib…
#include #include #include #include
#include <iostream> #include <fstream> #include <string.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #include <stdlib…
#include #include #include #include
#include <iostream> #include <fstream> #include <string.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #include <stdlib…
#include #include #include #include // f
#include <iostream> #include <fstream> #include <string> #include <cstring> // for string tokenizer and c-style string processing #include <algorithm&gt…
#include #include #include #include #inc
#include <iostream> #include <fstream> #include <string> #include <iomanip> #include <cmath> #include <cstdlib> using namespace std; const int …
#include #include #include #include #inc
#include <iostream> #include <fstream> #include <string> #include <iomanip> #include <cmath> #include <cstdlib> using namespace std; const int …
#include #include #include #include // F
#include <iostream> #include <fstream> #include <string> #include <iomanip> // Function prototypes //[BEGIN MAIN] int main() { std::string inputFileName; s…
#include #include #include #include // F
#include <iostream> #include <fstream> #include <string> #include <iomanip> // Function prototypes //[BEGIN MAIN] int main() { std::string inputFileName; s…
#include #include #include #include // F
#include <iostream> #include <fstream> #include <string> #include <iomanip> // Function prototypes //[BEGIN MAIN] int main() { std::string inputFileName; s…
#include #include #include #include // F
#include <iostream> #include <fstream> #include <string> #include <iomanip> // Function prototypes //[BEGIN MAIN] int main() { std::string inputFileName; s…
#include #include #include //S: I don\'t remember
#include <iostream> #include <fstream> #include <string> //S: I don't remember what to include for a string stream, but I keep getting //S: an error! using names…
#include #include #include using namespace std; in
#include <iostream> #include <fstream> #include <string> using namespace std; int main() { cout<< "This program generates a summery report a data file that…
#include #include #include using namespace std; in
#include <iostream> #include <fstream> #include <string> using namespace std; int main() { //Declare and initialize objects. int num_data_pts(0), k; double time,…
#include #include #include using namespace std; in
#include <iostream> #include <fstream> #include <string> using namespace std; int main() { //Declare and initialize objects. int num_data_pts(0), k; double time,…
#include #include #include #include using
#include <iostream> #include <fstream> #include <vector> #include <string> using namespace std; // Define a Person class, including age, gender, and yearly…
#include #include #include #include using
#include <iostream> #include <fstream> #include <vector> #include <string> using namespace std; // Define a Person class, including age, gender, and yearly…
#include #include #include \"shirtType.h\" using namespace
#include <iostream> #include <fstream> #include "shirtType.h" using namespace std; void getInput(shirtType s[],ifstream& infile, int& numShirts); int main() { …
#include #include // Needed to read from file or write to f
#include <iostream> #include <fstream> // Needed to read from file or write to files #include <string> #include <string.h> #include <iomanip> using n…
#include #include //file read/write #include //str
#include <iostream> #include <fstream> //file read/write #include <string> //string library using namespace std; { // application to image processing int row = 0…
#include #include using namespace std ; int validgroup( ost
#include<iostream> #include<fstream> using namespace std; int validgroup(ostream & os,int score1,int score2,int score3); void onegamescore(int score,ostream& o…