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

need help in c++ Write a function name isPrime, which takes an integer as an arg
need help in c++ Write a function name isPrime, which takes an integer as an argument and returns true if the argument is a prime number, or false otherwise. Demonstrate the funct…
need help in computer science!! 1. Write a program to : Declare an integer array
need help in computer science!! 1. Write a program to : Declare an integer array a of size 10 Assign it values using the following formula: Print the contents of array a. Copy all…
need help in this question: write a java program for the crazy 8s game. the desc
need help in this question: write a java program for the crazy 8s game. the description of the game is bellow. the code should contain the 4 strategies listed below as its method.…
need help java prg Person and Customer Classes Design a class named Person with
need help java prg Person and Customer Classes Design a class named Person with fields for holding a person’s name, address, and telephone number. Write one or more constructors a…
need help keep getting error in the #include \"stdafx.h\" of the code. //Header
need help keep getting error in the #include "stdafx.h" of the code.   //Header file #include "stdafx.h" #include <iostream> using namespace std; //Function prototypes void …
need help making a rock paper scissors game that plays for 5 rounds, preferably
need help making a rock paper scissors game that plays for 5 rounds, preferably using this format: import java.util.Scanner; import java.util.Random; public class RockPaperScissor…
need help making my calculator, it say error in intitalize package calculator; i
need help making my calculator, it say error in intitalize package calculator; import java.net.URL; import java.util.ResourceBundle; import javafx.event.ActionEvent; import javafx…
need help making this simulation program in java: here are directions. Threads a
need help making this simulation program in java: here are directions. Threads and Synchronization Whenever we have multiple entities working together to get something done, we ha…
need help on 2 and 5. pleases help asap!!!!!! Given an already sorted list of 6
need help on 2 and 5. pleases help asap!!!!!! Given an already sorted list of 6 elements, how many comparisons of list elements would each of the following algorithms perform? Exp…
need help on 5-7 5) Write a C/C+ program that solves a quadratic equation, as de
need help on 5-7 5) Write a C/C+ program that solves a quadratic equation, as described by the formulas for roots 1 and 2 below. Use if -elseif loops to determine if the solutions…
need help on C++ program please!!! Lab Assignment: 1. You will generate all of t
need help on C++ program please!!! Lab Assignment: 1. You will generate all of the code for this assignment, so begin by creating a new project with your driver file named 'main.c…
need help on a homework assignment for a java class. we have only discussed cond
need help on a homework assignment for a java class. we have only discussed conditional statementes and arrays so far in class. So my code would have to only include condtional st…
need help on c++ homework. Use the code below to help update the task above Full
need help on c++ homework. Use the code below to help update the task above Full Functioning Legacy Code That Implements Hash Map Between Integer key value pairs. (int key, int va…
need help on c++ program please You will create one source code program, Prog14.
need help on c++ program please You will create one source code program, Prog14.cpp. This program will 1. Use a function, which you will complete, named PromptUser0, to ask the us…
need help on c++ program please here\'s code: // TestThreeDVec.cpp // // COSC103
need help on c++ program please here's code: // TestThreeDVec.cpp // // COSC1030, Sp 2017 // Program 13 // // Test program to demonstrate and validate desired behavior // of the n…
need help on c++ program please here\'s code: The C++ classes VBase and VDerived
need help on c++ program please here's code: The C++ classes VBase and VDerived that are shown on page 3 are also available on the WyoCourses site in the file Lab13.cpp (link on t…
need help on c++ program please. // SmpCStrings.cpp // Kim Buckner // COSC1030,
need help on c++ program please. // SmpCStrings.cpp // Kim Buckner // COSC1030, Sp 2017 // Lecture 19 // Playing with null-terminated C-strings. #include <iostream> using st…
need help on c++ program please. 1. derived new derived o based on the Auto clas
need help on c++ program please. 1. derived new derived o based on the Auto class. Each class will have its own classes separate h" and ".cpp" file. The Auto class files are on th…
need help on c++ programming please // ContainerPrinting.h // RandomUtilities.h
need help on c++ programming please // ContainerPrinting.h // RandomUtilities.h // Timer.h Lab Assignment: Provided in your repo under the code tolder are the following files: Sor…
need help on c++ programming please Driver.cpp Stack.cpp: stack.h Lab Assignment
need help on c++ programming please Driver.cpp Stack.cpp: stack.h Lab Assignment 1 As promised, here is a fun guessing game: a program chooses a container for you, but you don't k…
need help on c++ programming please!!! //BinaryTreeDriver.cpp // BinaryTree.h //
need help on c++ programming please!!! //BinaryTreeDriver.cpp // BinaryTree.h // RandomUtilities.h --> URL: cpp.sh/8hd3c? Lab Assignment: Experiment with the current BinaryTree…
need help on computer science. to write c++ program(visual studio) please!!! Ada
need help on computer science. to write c++ program(visual studio) please!!! Adapt the concepts shown in the demos to provide a program which faithfully reads a list of non-negati…
need help on computer science. to write c++ program(visual studio) please!!! Cod
need help on computer science. to write c++ program(visual studio) please!!! Code given: Your task is to adapt the threefile example (DArea.h, DArea.cpp, TestArea.cpp) of Lecture …
need help on dicrete structure please 1. Consider the following variant of the g
need help on dicrete structure please 1. Consider the following variant of the game Nim. The board with 10 pebbles on a board, and the two players take turns removing either 2 or …
need help on my pre exam After execution of the following code, what will be the
need help on my pre exam After execution of the following code, what will be the value of input_value if the value 0 is entered at the keyboard at run time? cin >> input_val…
need help on python A file named data.txt contains an unknown number of lines, e
need help on python A file named data.txt contains an unknown number of lines, each consisting of a single integer. Write some code that creates two files, dataplus.txt and datami…
need help on raptor part Many websites ask for phone numbers. The problem is tha
need help on raptor part Many websites ask for phone numbers. The problem is that there are so many different ways to represent a phone number. Examples include 817-555-1234, 817 …
need help on this 400-600 words There are 2 main ways to interface with the data
need help on this 400-600 words There are 2 main ways to interface with the database: using stored procedures or passing in the raw queries directly. If the class scheduler descri…
need help on this write 400–600 words that respond to the following questions wi
need help on this write 400–600 words that respond to the following questions with your thoughts, ideas, and comments. This will be the foundation for future discussions by your c…
need help on this, please with comments thanks Creating a Class This exercise is
need help on this, please with comments thanks Creating a Class This exercise is based on Programming Exercise 8.10 on page 298 of the text. This problem asks you to create a clas…
need help outputing the details enter by the user please . public class Book { p
                    need help outputing the details enter by the user please .                                                                            public class Book        …
need help parsing a graph in python I am supposed to implement floyd warshalls a
need help parsing a graph in python I am supposed to implement floyd warshalls algorithm in python which i did and it works. But the professor wants us it to read from stdin and t…
need help passing functions: ###################################################
need help passing functions: ################################################################## def miles(miles, kilometers): miles = int (input("Tell me how many miles you would …
need help please: Write a code fragment in C++ using ONE for-loop to calculate t
need help please: Write a code fragment in C++ using ONE for-loop to calculate the sum and product of the elements of a floating point array. The array is declared as shown below.…
need help please: Write a function which takes two string variables (not C strin
need help please: Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the first stri…
need help removing punctuation from the string this is the C code that I have #i
need help removing punctuation from the string this is the C code that I have #include #include #include #include #include #include eint main() { char text[20], reverse text [20];…
need help rotating an image using assembly language plz help // - This function
need help rotating an image using assembly language plz help // - This function rotates a square sized color image 90 degress counterclockwise. // - The width and height of the im…
need help solving this assignment Below are the directions to the assignment, al
need help solving this assignment Below are the directions to the assignment, along with a pictures of what the win form should look like. Also there will be a starting code that …
need help thanks If a member of a class is _______,you cannot access it outside
need help thanks If a member of a class is _______,you cannot access it outside the class. public private protected static The string "welcome" is to be stored in the character ar…
need help to answer this quesitions python Answer two of the following questions
need help to answer this quesitions python Answer two of the following questions for full credit for this assignment. Your solution should be between fifty and one hundred words. …
need help to complet this program please: Assume that the input values contain a
need help to complet this program please: Assume that the input values contain a sales report of a company. Write a program that calculates the average sales and the total sales o…
need help to complet this program: //Purpose: write a program that computes the
need help to complet this program: //Purpose:  write a program that computes the balance of an account. // First, write a void function "GetInputs" that prompts the user to // ent…
need help to complet this program: Purpose : This program demonstrates the use o
need help to complet this program: Purpose   : This program demonstrates the use of one-dimensional             arrays.  An array of scores is read, and             the index of t…
need help to complete my program the game is called \"game of life\"; Any live c
need help to complete my program the game is called "game of life"; Any live cell with fewer than two live neighbours dies, as if caused by underpopulation. Any live cell with two…
need help to convert C++ to C. Can you please includethe function of each import
need help to convert C++ to C. Can you please includethe function of each important code in thecomment. #include<iostream>                  using namespace std; void perfect…
need help to convert C++ to C. Can you please includethe function of each import
need help to convert C++ to C. Can you please includethe function of each important code in the comment. #include<iostream>                       using namespace std; void p…
need help to delete the lines and use the shift key to move in JAVA Simple Drawi
need help to delete the lines and use the shift key to move in JAVA Simple Drawing Application This project involves writing a JavaFX application which draws short line segments i…
need help to finish this program: Given an array and the size of the array, calc
need help to finish this program: Given an array and the size of the array, calculate and returnthe sum of numbers in the array. For example, if the array has values 1,4, 6, 3, 7,…
need help to finish this program: Given an array and the size of the array, find
need help to finish this program: Given an array and the size of the array, find and return thelargest value in the array. For example, if the array has values 4, 1, 6, 3, 7, 9, 4…
need help to get this program done please. thank you ... Write a program that pe
need help to get this program done please. thank you ... Write a program that performs following functionalities in recursion. Your program should contain following functions: 1. …