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

/////////////////////////////////////////////////////////// chose from the box 1
/////////////////////////////////////////////////////////// chose from the box 1) Currrent Working 2) execute 3) grep 4) group 5) Home 6) ls 7) piped into 8) read 9) Redirected 10…
//////////////////////////////////////////////////////////// READ THE PROBLEM //
//////////////////////////////////////////////////////////// READ THE PROBLEM   ///////////////////////////////////////////////////////////// or don't bother In this programming a…
/////////////////////////////////////////////////////////////////////// // // //
/////////////////////////////////////////////////////////////////////// // // // This program will demonstrate how we // // can use inheritance to extend on a simple class // // W…
////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////// //INCLUDES #include <stdio.h> #include <string.h> //macros: constants #define CHUNK_LE…
////////////////////////////////HTML5/CSS homework help/////////////////////////
////////////////////////////////HTML5/CSS homework help/////////////////////////////////////////////// Please modify my CSS and HTML document so that the webpage utilizes "fluid l…
////////////////////////////////HTML5/CSS homework help/////////////////////////
////////////////////////////////HTML5/CSS homework help/////////////////////////////////////////////// Unit 2: Homework Part I: The HTML Elements: Creating Web Sites General Direc…
///////////////////////////////HTML5/CSS homework help//////////////////////////
///////////////////////////////HTML5/CSS homework help/////////////////////////////////////////////// Unit 2: Homework Part I: The HTML Elements: Creating Web Sites General Direct…
///////////////////////////////HTML5/CSS homework help//////////////////////////
///////////////////////////////HTML5/CSS homework help/////////////////////////////////////////////// Unit 2: Homework Part I: The HTML Elements: Creating Web Sites General Direct…
////////////////C++ if else statement not working////////////// #include
////////////////C++ if else statement not working////////////// #include<iostream> using namespace std; int main() {    float GPA; // GPA    int score; // Test Score    whil…
///////////////Help with HTML5/Java//////////////////////////////////////// I ha
///////////////Help with HTML5/Java//////////////////////////////////////// I have an HTML code Im working with. On the JavaScript part, it would not run and I think I have some e…
//////////C#/ASPX Help////////// Need help with my aspx programming homework. I
//////////C#/ASPX Help////////// Need help with my aspx programming homework. I have most some of the work started but have run into confusion as to where to go next. I need to ma…
/////////C#/ASPX Help////////// Need help with my aspx programming homework. I h
/////////C#/ASPX Help////////// Need help with my aspx programming homework. I have most some of the work started but have run into confusion as to where to go next. I need to mak…
////////list.cpp////////////////// //list.cpp #include #include \"list.h\" #incl
////////list.cpp////////////////// //list.cpp #include #include "list.h" #include "node.h" #include using namespace std; template List::List() { first = last = 0;   //null list } …
/////Help with java coding/////////// In my assignment we used these skills cove
/////Help with java coding/////////// In my assignment we used these skills covered in the chapter: *Composition and Aggregation *Inheritance *Constructors in a Subclass Method Ov…
///Java: Write a program to get create, sort, print, and searches an array conta
///Java: Write a program to get create, sort, print, and searches an array containing random numbers of random numbers. ? Declare an array of size 10. (an unsorted array) ? Fill e…
///Java: Write a program to get create, sort, print, and searches an array conta
///Java: Write a program to get create, sort, print, and searches an array containing random numbers of random numbers. ? Declare an array of size 10. (an unsorted array) ? Fill e…
///lots of comments import java.util.*; import java.awt.*; import javax.swing.*;
///lots of comments import java.util.*; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.util.ArrayList; import java.util.Scanner; import java.util.Ha…
///stats.c// #include #include #include \"stats.h\" /** * This function prompts
///stats.c// #include #include #include "stats.h" /** * This function prompts and reads in a collection of numbers * from the standard input and populates the given array. The * p…
///this is the Entry /* * Copyright 2014, Michael T. Goodrich, Roberto Tamassia,
///this is the Entry /* * Copyright 2014, Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser * * Developed for use with the book: * * Data Structures and Algorithms in J…
//1 Method _____ can be used to set the layout manager of a container. Select on
//1 Method _____ can be used to set the layout manager of a container. Select one: setGUILayout setLayout setLayoutManager setManager //2 The BorderLayout layout manager: Select o…
//3D cube #include \"Dependencies\\glew\\glew.h\" #include \"Dependencies\\freeg
//3D cube #include "Dependenciesglewglew.h" #include "Dependencies reeglut reeglut.h" #include "Dependencies reeglutglut.h" #include <iostream> void initGL() {    glClearCol…
//8 Create a C++ console application with a class hierarchy of at least 4 classe
//8 Create a C++ console application with a class hierarchy of at least 4 classes with 3 levels of inheritance (generalization). You may use a single or multiple files (i.e. with …
//== Sort.java === import java.io.BufferedReader; import java.io.File; import ja
//==   Sort.java === import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.concur…
//======= Problem 3 Arrays of Employee Objects ============ //a) Make an array o
//======= Problem 3 Arrays of Employee Objects ============ //a) Make an array of 6 Employee objects called startup // and make all its elements refer to default Employee objects …
//============================================================================ /
//============================================================================ // Name        : shiftregister.cpp // Author      : // Version     : // Copyright   : Your copyright…
//A pair of amicable numbers is a pair such that the properdivisors of one numbe
//A pair of amicable numbers is a pair such that the properdivisors of one number sum to the other and vice versa. Write a Cprogram to output pairs of amicable numbers less than a…
//ASSIGNMENT: write functions in three files using C : Create a make file to com
//ASSIGNMENT: write functions in three files using C : Create a make file to compile and link all three files. Do not change the names of the three files: deposit.c , withdraw.c a…
//Account class definition #include #include using namespace
//Account class definition #include <iostream> #include <string> using namespace std; class Account { public: int initialBalance; Account::Account(intbalance) //constr…
//Activity 3 // Copy a file using FileInputStreams and FileOutputStreams (20 //
//Activity 3 //       Copy a file using FileInputStreams and FileOutputStreams (20 //               mins) //               • Use FileInputStreams and FileOutputStreams to copy the…
//Activity 5 import cards.*; import hands.*; public class Activity5 { public sta
//Activity 5 import cards.*; import hands.*; public class Activity5 { public static void main(String[] args) { Deck d = new Deck(52); HandOfCards hand = new HandOfTwo(); hand.addC…
//Addacodetoprintthescoressothateachstudent\'slabsappear //onaseparatelineofoutp
//Addacodetoprintthescoressothateachstudent'slabsappear //onaseparatelineofoutput.Youroutputshouldbelabeledasfollows: /* Student1:80907010060908578938070988994 Student2:9885100998…
//AddafunctionPrintScoresthatprintsthescoressothateachstudent\'slabsappear //ona
//AddafunctionPrintScoresthatprintsthescoressothateachstudent'slabsappear //onaseparatelineofoutput.Youroutputshouldbelabeledasfollows: /*Student1:80907010060908578938070988994 St…
//Airplane seatassignment #include #include using namespace st
//Airplane seatassignment #include<iostream> #include <cmath> using namespace std; const int MAX_ROW = 7; const int MAX_SEAT =4; void chooseseat(char[][MAX_SEAT]); voi…
//An ArrayBased Implementation of the ADT Stack public class StackArrayBased imp
//An ArrayBased Implementation of the ADT Stack public class StackArrayBased implements StackInterface{ final int MAX_STACK = 50; private Object items[]; private int top; public S…
//An immutable data type to systematically iterate over the first n primes. publ
//An immutable data type to systematically iterate over the first n primes. public class Primes implements Iterable Integer> private final int n; I/ need first n primes // Cons…
//Assume inputFile references a Scanner object try {input = inputFile.nextInt();
//Assume inputFile references a Scanner object try {input = inputFile.nextInt();} finally {inputFile.close();} catch (inputMismatchException e)} System.out.print1n(e.getMessage())…
//Assume int is represted with two bytes, and that myarray starts at memory addr
//Assume int is represted with two bytes, and that myarray starts at memory address 1000. int myarray[12]; //Line 1 int *pINTARRAY1, *pINTARRAY2; //Line 2 pINTARRAY1 = myarray+4; …
//Assume int is represted with two bytes, and that myarray starts at memory addr
//Assume int is represted with two bytes, and that myarray starts at memory address 1000. int myarray[12]; //Line 1 int *pINTARRAY1, *pINTARRAY2; //Line 2 pINTARRAY1 = myarray+4; …
//Author: //Purpose: Finish this program so that it uses the following // two fu
//Author: //Purpose: Finish this program so that it uses the following //       two functions: //           readVals - a void function that uses cin to read two //               n…
//C code for the ISS /* Instruction Set Simulator * Key * Assembly Inst. First B
//C code for the ISS /* Instruction Set Simulator * Key * Assembly Inst.     First Byte Second Byte * * MOV Rn, direct     0000 Rn          direct * MOV direct,Rn 0001 Rn         …
//C code for the ISS /* Instruction Set Simulator * Key * Assembly Inst. First B
//C code for the ISS /* Instruction Set Simulator * Key * Assembly Inst.     First Byte Second Byte * * MOV Rn, direct     0000 Rn          direct * MOV direct,Rn 0001 Rn         …
//C code int main(void) { int array[] = {10, 2, 7, 5, 15, 30, 8, 6}; // input ar
//C code int main(void) { int array[] = {10, 2, 7, 5, 15, 30, 8, 6}; // input array    int arraySize = sizeof(array)/sizeof(array[0]); bool swapped = true; int j = 0; int tmp; whi…
//C++ Code //The Code is suppose print In, Pre, Post, and Level order, along wit
//C++ Code //The Code is suppose print In, Pre, Post, and Level order, along with search parents and childents , but I keep getting errors . Could you explain what am I doing wron…
//C++ TO JAVA CONVERTER TODO TASK: There are no simple equivalents to function p
//C++ TO JAVA CONVERTER TODO TASK: There are no simple equivalents to function pointers in Java: double modified_secant_root(double (*f)(double), double xr, double delta, double e…
//C++ code BSTY::BSTY() { root = NULL; } // You write: insert a new node with da
//C++ code BSTY::BSTY() {    root = NULL; } // You write: insert a new node with data x (a string) into the // binary search tree // This method should return true if a new node i…
//CLASS public class TestGrade2 { private int score1; private int score2; public
//CLASS public class TestGrade2 { private int score1; private int score2; public TestGrade2(int s1, int s2) { score1 = s1; score2 = s2; } public void setScore1(int s1) { score1 = …
//CSE240 Fall 2018 HW4 // Enter your name here // State the IDE that you use: Vi
//CSE240 Fall 2018 HW4 // Enter your name here // State the IDE that you use: Visual Studio or GCC #include <stdio.h> #include <string.h> #pragma warning(disable : 499…
//CSE240 Fall 2018 HW4 // Enter your name here // State the IDE that you use: Vi
//CSE240 Fall 2018 HW4 // Enter your name here // State the IDE that you use: Visual Studio or GCC #include <stdio.h> #include <string.h> #pragma warning(disable : 499…
//Can anyone guide me on how to do this.. Let\'s create a simulation. Children a
//Can anyone guide me on how to do this.. Let's create a simulation. Children are out Trick Or Treating in various costumes having a great time. But real monsters are lurking abou…
//Can anyone help me to solve this problem? I want to Initialize the first 3 Emp
//Can anyone help me to solve this problem? I want to Initialize the first 3 Employee array locations for each Employee Type...but It seems like over something? Also plz help me t…