Web development and programming
191828 questions • Page 135 / 3837
// what\'s wrong with the following code? // #include
// what's wrong with the following code? // <<<START CODE>>> #include<stdio.h> #include<stdlib.h> #define K 4 struct b { int fee; int fie; int foe; i…
// writing into a binary file #include #include #include
// writing into a binary file #include <iostream> #include <fstream> #include <string> using namespace std; const int movie_lenght=81; struct Video { char movieT…
// writing into a binary file #include #include #include
// writing into a binary file #include <iostream> #include <fstream> #include <string> using namespace std; const int movie_lenght=81; struct Video { char *movie…
//#include \"stdafx.h\" #include #include #include
//#include "stdafx.h" #include <iostream> #include <iomanip> #include<cstdio> using namespace std; bool LinearSearch (int myarray[], int size, int lookfor ) // #…
//(1)AddafunctionStudentAvgwhichfindsandprintsthelabaverageforeach //studentinth
//(1)AddafunctionStudentAvgwhichfindsandprintsthelabaverageforeach //studentintheclass.Activatethisfunctioninthethemainprogram. //(2)AddafunctionLabAvg()whichfindsandprintstheaver…
//* the code is supposed to take temperature calulations and im running into iss
//* the code is supposed to take temperature calulations and im running into issues getting the if statments to register. PLEASE help*// //*/* CallingMethodsInSameClass.java * * i…
//** There are error handling conditions. Can you write a program that handles t
//** There are error handling conditions. Can you write a program that handles the errors and do not give output if the Roman number is wrongly entered like 950=CML but not LM The…
//** Use C and use only use **// The ABRACADABRA language has just five lowercas
//** Use C and use only use **// The ABRACADABRA language has just five lowercase letters a,b,c,d,r, and every combination of these letters (but no other letters) is a word in the…
//** Use C and use only use **// The program requested in the previous
//** Use C and use only use <stdio.h> **// The program requested in the previous problem assumes that a word has exactly seven letters. However, in reality, words in the ABR…
//** Use C and use only use **// Write a C program that solves single-
//** Use C and use only use <stdio.h> **// Write a C program that solves single-variable linear equations. The program should prompt the user to enter a linear equation of t…
//*** //Assignment 1 //Program preforms the entire hailstone sequence //starting
//*** //Assignment 1 //Program preforms the entire hailstone sequence //starting at n, all on one line, with the numbers //separated by spaces; (2) the length of the //hailstone s…
//*** Before I post this question but answer does not work. I need this answer i
//*** Before I post this question but answer does not work. I need this answer in C program and also I want see the programming output. With answer gives the programming output. 1…
//********************************* // // Zip code class // // This is a test cl
//********************************* // // Zip code class // // This is a test class for your zip code class. // Your Zipcode class must work with this test class. // Do not alter …
//***************************************************** //RightTriangle.java //C
//***************************************************** //RightTriangle.java //Compute the length of the hypotenuse of a //right triangle given the lengths of the sides //********…
//********************************************************** // Proj4Test.cpp //
//********************************************************** // Proj4Test.cpp // An interactive test program for Programming Assignment 4 //***************************************…
//************************************************************* // Author: D.S.
//************************************************************* // Author: D.S. Malik // // Program: Rock, Paper, and Scissors // This program plays the game of rock, paper, and s…
//******************************************************************** // Accoun
//******************************************************************** // Account.java Java Foundations // // Represents a bank account with basic services such as deposit /…
//******************************************************************** // LuckyN
//******************************************************************** // LuckyNumbers.java // To generate three random "lucky" numbers //*****************************************…
//******************************************************************** // Reboun
//******************************************************************** // Rebound.java // Demonstrates an animation and the use of the Timer class. //*****************************…
//************************************************************************** pub
//************************************************************************** public static void sname(int k, String [] name, int minI) { String tempName; tempName = name[minI]; na…
//******************************************************************************
//***********************************************************************************/ //* hammingDistance //* Description: Function hammingDis…
//*****************************************// Sphere.java//// Represents a spher
//*****************************************// Sphere.java//// Represents a sphere.//***************************************** public class Sphere extends Shape { private double ra…
//********************I need only the YOU parts to be done they are throughout t
//********************I need only the YOU parts to be done they are throughout the code. there are some commented areas that have tips and hints #include <iostream> #include…
//***CODE THIS PRO-LOG PROGRAMMING LANGUAGE***// //*** IT\'S VERY LESS CODE BUT
//***CODE THIS PRO-LOG PROGRAMMING LANGUAGE***// //*** IT'S VERY LESS CODE BUT YOU SHOULD USE ONLY PRO-LOG PROGRAMMING PLEASE DON'T GIVE ANSWERS IN OTHER PROGRAMMING LANGUAGES***/…
//**Using C and Start only with #include no other functions. **// Writ
//**Using C and Start only with #include <stdio.h> no other functions. **// Write a program that prompts the user for the double-precision1 legs of a right triangle and prin…
//*A simple screen saver in which the square bounces off the edges of the screen
//*A simple screen saver in which the square bounces off the edges of the screen. To do this, we need a velocity for both x and y: QUESTIONS: a) What are the return type used in t…
//*PLEASE ANSWER AS QUICKLY AS POSSIBLE* //This is my intro to c programming cla
//*PLEASE ANSWER AS QUICKLY AS POSSIBLE* //This is my intro to c programming class, instructions & problems below #include #include #include #include /*HELPER CODE YOU DO NOT …
//----- Run() ------------------------------------------------------------------
//----- Run() -------------------------------------------------------------------------------------------------- // Performs the testing of the Encryptor and Decryptor classes. We…
//----- Run() ------------------------------------------------------------------
//----- Run() -------------------------------------------------------------------------------------------------- // Opens "complex-in.txt" for reading and "complex-out.txt" for wr…
//--------- PlayGame.java --------- // To test the game. public class PlayGame {
//--------- PlayGame.java --------- // To test the game. public class PlayGame { public static void main(String[] args) { Queen q1 = new Queen(1,2); Queen q2 = ne…
//------------------ PhoneBook.cpp File #include \"PhoneBook.h\" #include \"Cont
//------------------ PhoneBook.cpp File #include "PhoneBook.h" #include "Contact.h" #include <iostream> // constructor ----------- PhoneBook::PhoneBook(Contact * contacts, i…
//-------------------------------------------------------------------- // // Lab
//-------------------------------------------------------------------- // // Laboratory 3, In-lab Exercise 1 test3dna.cpp // // Test program for the countbases function // //-----…
//--------------------------------------------------------------------- // Palin
//--------------------------------------------------------------------- // Palindrome.java by Dale/Joyce/Weems Chapter 4 // // Provides a method to test whether a string is a pali…
//---------------------------------------------------------------------- // Arra
//---------------------------------------------------------------------- // ArrayStringLog.java by Dale/Joyce/Weems Chapter 2 // // Implements StringLogInterface using an array to…
//----------------------------------Rational------------------------------------
//----------------------------------Rational------------------------------------------------------------// public class Rational { protected int numerator; protected int den…
//-----------------Current code w/ erros, please fix-------------------------//
//-----------------Current code w/ erros, please fix-------------------------// import java.util.List; import java.util.ArrayList; import dlange.GraphSolver.Transition; import dla…
//..............................................................................
//............................................................................................................................................................................... i…
/// I need some help on this exact program!! //// Write a program for playing a
/// I need some help on this exact program!! //// Write a program for playing a variation of the Chinese game ”Tsyan-shizi” called the game of NIM. Our version of the game starts …
/// MY IMPLEMENTATION OF THE CODE BUT I DONT KNOW WHAT I AM DOING WRONG NOTING I
/// MY IMPLEMENTATION OF THE CODE BUT I DONT KNOW WHAT I AM DOING WRONG NOTING IS OUTPUTTING :( !!!! THE CODE IS IN C ++ CAN SOMEONE PLEASE HELP ME BY DOING THE CORRECT IMPLEMENTA…
/// Need help figuring out how to create thee classes, objects and destination f
/// Need help figuring out how to create thee classes, objects and destination for the Ships that I'm working with. I havent coded in more than a year, any help would be great. We…
/// file some fun help(the code is bellow) #include #include #include #include #
/// file some fun help(the code is bellow) #include #include #include #include #include using namespace std; constexpr int N = 8; // number of bits typedef en…
//// I need some help on this exact program!! //// Write a program for playing a
//// I need some help on this exact program!! //// Write a program for playing a variation of the Chinese game ”Tsyan-shizi” called the game of NIM. Our version of the game starts…
//// code,and output file for grading//// the codes out put assigns all the grad
//// code,and output file for grading//// the codes out put assigns all the grades to the fist name instead of 5 grades for each name. #include<iostream> #include<fstream…
//// code,and output file for grading//// the codes out put assigns all the grad
//// code,and output file for grading//// the codes out put assigns all the grades to the fist name instead of 5 grades for each name. #include<iostream> #include<fstream…
//// help correcting my code C++, it doesn\'t compile for (Card Game) Crazy Eigh
//// help correcting my code C++, it doesn't compile for (Card Game) Crazy Eights. /// No Shuffling and ask players name. ///------------------------------------------------------…
///// Complete the Deck, Hand and CrazyEights Classes. Complete the provided Dec
///// Complete the Deck, Hand and CrazyEights Classes. Complete the provided Deck class. The class has two constructors: You will also complete the following public methods: Updat…
///// The implementation is a tree of sub-trees, so each tree instance is a node
///// The implementation is a tree of sub-trees, so each tree instance is a node that is the root of its own tree. There is no setBoard(). The Board should be set on construction …
////// I need help with this program . it has to be done in c++ and strictly fol
////// I need help with this program . it has to be done in c++ and strictly follow the instractions.///// Design a class called NumDays. The class's purpose is to store a value t…
////////////////////////////////////////////////////// // Topics: circular array
////////////////////////////////////////////////////// // Topics: circular arrays, templated classes, dynamic arrays // // Implement a stackQueue using a // circular array impleme…
/////////////////////////////////////////////////////////// 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…
Subject
Web development and programming
Use Browse or pick another subject.