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

//Im using Lynx operating system Riddler is planning his next caper somewhere an
//Im using Lynx operating system Riddler is planning his next caper somewhere an Pennsylvania Avenue. In his usual sporting fashion, he has left the address in the form af a puzzl…
//Implement the method \"reverseWords\". This method should receive a sentence a
//Implement the method "reverseWords". This method should receive a sentence as string (type String or StringBuilder) //and it should return a sentence with the words being revers…
//Implementation File #include #include #include \"myStack.h
//Implementation File #include <iostream> #include <string> #include "myStack.h" #include "infixToPostfix.h" using namespace std; void infixToPostfix::convertToPostfix…
//Implementation of derived class named FancyDateClass by inheriting the DateCla
//Implementation of derived class named FancyDateClass by inheriting the DateClass. #include <iostream> #include <sstream> #include <string> using namespace std;…
//Imports the scanner utility import java.util.Scanner; public class ComputeLoan
//Imports the scanner utility import java.util.Scanner; public class ComputeLoan1 { //Calls the method for variables to be calculated public static double calculations(double loan…
//In JAVA Please There is 4 Java classes below to build the program Create a 3 l
//In JAVA Please There is 4 Java classes below to build the program Create a 3 layer application in Java, where the top layer is the User Interface, the middle layer is the ‘busin…
//Include necessary libraries //--> //Use namespace std //--> //Declaring functi
//Include necessary libraries //--> //Use namespace std //--> //Declaring function prototypes for swapping numbers //Declare a function prototype with //Function name: swapB…
//Include the header files #include #include #include
//Include the header files #include<iostream> #include<string> #include<fstream> using namespace std; //A function Definition int count(int *a,int N) { //Clock v…
//Include this header file, while using visual studio. #include \"stdafx.h\" //I
//Include this header file, while using visual studio. #include "stdafx.h" //Include the required header file. #include <iostream> #include <string> //Use the standard…
//Inputs.java code package code; import java.util.ArrayList; public class Inputs
//Inputs.java code package code; import java.util.ArrayList; public class Inputs { // Study the definition of the method    // method_2    // defined in the class Methods.    // D…
//Inventory Class: //Inventory.h #pragma once #include \"VideoItem.h\" #include
//Inventory Class: //Inventory.h #pragma once #include "VideoItem.h" #include <vector> using namespace std; enum SortStatus {unsorted,sortedByName,sortedByCode}; class Inven…
//JAVA PROGRAMMING project// Create a program that helps manage student informat
//JAVA PROGRAMMING project// Create a program that helps manage student information. The program will keep track of 2 different students. It will use several concepts you have lea…
//Java Homework Permit the user to enter a value for n, and then use the followi
//Java Homework Permit the user to enter a value for n, and then use the following algorithm to display the prime numbers in the range 2 to n. Start with a table of numbers (e.g.,…
//Java Programming; Joyce Farrell, Chapter 10, Debugged // A Vacation is 10 days
//Java Programming; Joyce Farrell, Chapter 10, Debugged // A Vacation is 10 days // but an ExtendedVacation is 30 days 3 public class DebugTen2 4 { 5 public static void main(Strin…
//Java code The Hotel Reservation System ( HRS ) is a software system that helps
//Java code The Hotel Reservation System ( HRS ) is a software system that helps hotel managers to manage hotels reservations. The system has the following features: System Featur…
//Java programming, joyce farrell, Chapter 11, 8th ed //Debug 1 //error when run
//Java programming, joyce farrell, Chapter 11, 8th ed //Debug 1 //error when running, need to fix 1 // An array for different boat types 2 public class DebugEleven2 3 { 4 public s…
//Java programming; Joyce Farrell; 8th ed //programming exercise #6 //chapter 13
//Java programming; Joyce Farrell; 8th ed //programming exercise #6 //chapter 13, File Input and Output Using a text editor, create a file that contains a list of at least 10 six-…
//Java// Convert a file that requires user input, to read input from a text file
//Java// Convert a file that requires user input, to read input from a text file. input.txt file 12345 Kate Stephens 100.00 25.00 28.42 15.50 1.29 18.2 10.5 89.55 25.55 21.57 18.5…
//JavaScript Assignment\\\\ Add a stopwatch to the clock app [Please make sure t
//JavaScript Assignment\ Add a stopwatch to the clock app [Please make sure the timer app works with the clock app html/css] Please complete the following 7-2 Excersise: The Sourc…
//JavaScript Assignment\\\\ Please complete the following 7-2 Excersise: The Sou
//JavaScript Assignment\ Please complete the following 7-2 Excersise: The Source code for the Clock app is below. Source code for the Clock Application: clock.js: var $ = function…
//Lab 10//// public abstract class GeometricObject { public abstract double getA
//Lab 10//// public abstract class GeometricObject { public abstract double getArea(); public abstract double getPerimeter(); public String toString() { return "GeometricObject: A…
//Lab 2: bubblesort.cpp //This program sorts an array\'s values into ascendingor
//Lab 2: bubblesort.cpp //This program sorts an array's values into ascendingorder. #include <iostream> using std::cout; using std::endl; #include <iomanip> using std:…
//Lab10-1.cpp - Converts American dollars to //British pounds, Mexican pesos, or
//Lab10-1.cpp - Converts American dollars to //British pounds, Mexican pesos, or Japanese yen //Created/revised by <your name> on <current date> #include <iostream&…
//LinkedList.h #include \"ListInterface.h\" #include \"Node.h\" #include \"Preco
//LinkedList.h #include "ListInterface.h" #include "Node.h" #include "PrecondViolatedExcep.h" template<class ItemType> class LinkedList : public ListInterface<ItemType&gt…
//List: ptr to a linked list of Node (each with int data, and Node * next) //Ret
//List: ptr to a linked list of Node (each with int data, and Node * next) //Return a pointer to node with the largest value. //You may assume list has at least one element //If m…
//Mobile Service Provider //A mobile service provider has 3 different data plans
//Mobile Service Provider //A mobile service provider has 3 different data plans for its customers: // A - $39.99 per month, 4 GB included.$10 each additional GB //B - $59.99 per …
//NO MATH LIBRARY of precision, while its (approximate) value should be printed
//NO MATH LIBRARY of precision, while its (approximate) value should be printed with 12 digits of precision. For example, here is the file cos-output.dat that results upon process…
//NO MATH LIBRARY!!!!!!!!!!!!!!!!!!!!!!!! of precision, while its (approximate)
//NO MATH LIBRARY!!!!!!!!!!!!!!!!!!!!!!!! of precision, while its (approximate) value should be printed with 12 digits of precision. For example, here is the file cos_output. dat …
//Need help finishing my program. Also not sure if I implemented Node class righ
//Need help finishing my program. Also not sure if I implemented Node class right. Has to be C++. Link to cpp code: https://www.dropbox.com/s/xm5eeep6lxkpdef/Assignment3.cpp?dl=0 …
//Need to finish tonight--last day to turn in // Problem: stack around number is
//Need to finish tonight--last day to turn in // Problem: stack around number is corrupted // Problem with the identification # lining up and displaying in the console correctly /…
//Note: I\'m trying to use the contains() method within the addAll(); removeDiff
//Note: I'm trying to use the contains() method within the addAll(); removeDifferent(); removeSame(); functions. Write a class called IntSet, which represents a mathematical set o…
//ONLY C++ DESCRIPTION Write a program that finds the shortest sequence of Knigh
//ONLY C++ DESCRIPTION Write a program that finds the shortest sequence of Knight moves from a starting square to a target square in a mini chess board. The mini chess board consi…
//PART A: Complete the code below (do not use any standard libraries). //PART B
//PART A: Complete the code below (do not use any standard libraries). //PART B For each public method, provide a big-oh bound on the worst case //run-time for that method in term…
//PLEASE ANSWER IN PYTHON! THANKS The purpose of this exercise is to write a syn
//PLEASE ANSWER IN PYTHON! THANKS The purpose of this exercise is to write a syntax generator for a subset of the C++ programming language that will write “random” C++ programs to…
//PLEASE EXPLAIN WHAT THIS CODE IS DOING LINE BY LINE _ INSERT COMMENTS JAVA PRO
//PLEASE EXPLAIN WHAT THIS CODE IS DOING LINE BY LINE _ INSERT COMMENTS JAVA PROGRAMMING import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; im…
//PURPOSE: This program draws an up-side-down isosceles triangle. //The base of
//PURPOSE: This program draws an up-side-down isosceles triangle. //The base of the triangle and the character to fill will be // provided as input. The base should be an odd numb…
//PURPOSE: This program inputs information about an employee and calculates the
//PURPOSE: This program inputs information about an employee and calculates the employee's pay. // This process is continued until the user indicates that he/she desires to quit. …
//Pattern II public class Pattern { public static void main(String[]args) { for
//Pattern II public class Pattern {    public static void main(String[]args)    {        for (int row = 1; row <=6;row++)        {            for (intcolumn =1; column <=row…
//Pg 108 #15 Sound Problem // #include using namespace std; int main(
//Pg 108 #15 Sound Problem // #include <iostream> using namespace std; int main() { cout <<" *********************************************************************** ";…
//Please fill in the code, which only need to add code in the \"adjustHeap\" fun
//Please fill in the code, which only need to add code in the "adjustHeap" function. #ifndef HEAP_H #define HEAP_H #include <vector> #include <stdexcept> // std::out_o…
//Please help me!!!! package debugmeone; import java.io.File; import java.io.Fil
//Please help me!!!! package debugmeone; import java.io.File; import java.io.FileNotFoundException; import java.util.Scanner; /* * The output should be: * *   run: *   Error - Fil…
//Please i need an output for this program Starting with the LinkedList Code, Li
//Please i need an output for this program Starting with the LinkedList Code, Linked List Code, available on the Course BB Site, read an input file with observation of movement of…
//Please implement \"executeMergeSort\" and \"executeInsertionSort\" functions.
//Please implement "executeMergeSort" and "executeInsertionSort" functions. #include <iostream> #include <chrono> #include <vector> #include <stdlib.h> // …
//Please note that no more than one image should be displayed at any given time.
//Please note that no more than one image should be displayed at any given time. import javax.swing.*; import java.awt.event.*; import java.awt.*; public class LeavinesRadioButton…
//Please use C++ visual studio 2013 for this problem In the following program, n
//Please use C++ visual studio 2013 for this problem In the following program, number the marked statements to show the order in which they will execute( the logical order of exec…
//Precondition: A pointer to a LinkedList object created on the heap that //cont
//Precondition: A pointer to a LinkedList object created on the heap that //contains all nodes in sorted (ascending) order. The list may be empty. //The list may have multiple cop…
//Precondition: A valid linked-list that may possibly be empty //and an integer
//Precondition: A valid linked-list that may possibly be empty //and an integer value //Postcondition: A new node with provided value is added to the //the end of the list. The he…
//Precondition: none //Postcondition: elements have been sorted using Selection
//Precondition: none //Postcondition: elements have been sorted using Selection Sortalgorithm {     comparisons = 0;     movements = 0;     int pos;     int min;     for (int i = …
//Problem #1: [] // ------------------------------------------------------------
//Problem #1:         [] // ------------------------------------------------------------------ // Function: Complete the following program //            a) Read (using >>) a…
//Program */ //-----------------------------------------------------------------
//Program */ //---------------------------------------------------------------------- public class Interpreter {     static int PC;          //program counter holds address of nex…