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

hello. this is a discrete math/computer science problem. i have absolutely no id
hello. this is a discrete math/computer science problem. i have absolutely no idea what this question even means..the picture on the top is the actual problem and in the bottom is…
hello~ I am currently trying to make a simple Java program that accepts a number
hello~ I am currently trying to make a simple Java program that accepts a number of minutes and converts it to both hours and days, but one specific line is killing me, line 12. i…
help 1. When a runtime error occurs, an exception must be thrown so that the pro
help 1. When a runtime error occurs, an exception must be thrown so that the program can catch the exception and handle it or terminate the program. Some exceptions such as Arevin…
help A conducting rod of length l moves on two horizontal frictionless rails, as
help A conducting rod of length l moves on two horizontal frictionless rails, as in the figure below. A constant force of magnitude 5.00 N moves the bar at a uniform speed of 4.00…
help Build truth tables for the following SOP expressions. F = wx + xz + y\' F =
help Build truth tables for the following SOP expressions. F = wx + xz + y' F = w + x + y + z F = w'x'yz + w'xyz + w'x'yz' + w'xyz' Give the SOP and POS expressions for the follow…
help Build truth tables for the following SOP expressions. F = wx + xz + y\' F =
help Build truth tables for the following SOP expressions. F = wx + xz + y' F = w + x + y + z F = w'x'yz + w'xyz + w'x'yz' + w'xyz' Give the SOP and POS expressions for the follow…
help C++ Write a program that uses functions to read and process the data from a
help C++ Write a program that uses functions to read and process the data from a formatted file. The program should contain the following exact functions: 1. A ReadConcepts functi…
help C++ Write a program that uses functions to read and process the data from a
help C++ Write a program that uses functions to read and process the data from a formatted file. The program should contain the following exact functions: 1. A Readconcepts functi…
help Chapter 5, PP 7 Java Project Name: IC17_FootballGame Create a class named F
help Chapter 5, PP 7 Java Project Name: IC17_FootballGame Create a class named FootballGame that contains information about a game played between two teams. The FootballGame class…
help Find an optimal parenthesization of a matrix-chain product whose sequence o
help Find an optimal parenthesization of a matrix-chain product whose sequence of dimensions is (5, 10, 3, 12, 5, 50, 6). Which is a more efficient way to determine the optimal nu…
help Find an optimal parenthesization of a matrix-chain product whose sequence o
help Find an optimal parenthesization of a matrix-chain product whose sequence of dimensions is (5,10,3, 12,5,50.6). Which is a more efficient way to determine the optimal number …
help Rewriting the Programming ( will rate ) 1.using arrays, and user defined si
help Rewriting the Programming ( will rate ) 1.using arrays, and user defined simple data types to hold customer data. 2.Your input will come from a text file of at least 15 custo…
help Two converging lenses (f1 = 9.20 cm and f2 = 5.80 cm) are separated by 18.0
help Two converging lenses (f1 = 9.20 cm and f2 = 5.80 cm) are separated by 18.0 cm. The lens on the left has the longer focal length. An object stands 12.2 cm to the left of the …
help Zamco\'s Discounts. Assume you have been asked to develop an algorithm to c
help Zamco's Discounts. Assume you have been asked to develop an algorithm to calculate the discounts that apply to retail customer purchases from zamco's Department Stores. An ex…
help answer the following questions in C programming. 1.char str[10] has a size
help answer the following questions in C programming. 1.char str[10] has a size of a 9 bytes b 10 bytes c 11 bytes 2. if str is used as a string, char str[10] can contain_meaningf…
help c++ Develop \"incrementally\" - follow the order of the FIXMEs! Incremental
help c++ Develop "incrementally" - follow the order of the FIXMEs! Incremental Development Steps (1) Write a stub for a function named add that takes 2 int parameters and returns …
help can\'t display the cardds Problem Description: Write a program that display
help can't display the cardds Problem Description: Write a program that displays three cards randomly selected from a deck of 52, as shown in the Fig.1 below. The card image files…
help continued... Solution x.P5lor=\"red\">please rate - thanks #include #includ
help continued...
help do this lab Write a method named capitalizeFirstLetters that prints a capit
help do this lab Write a method named capitalizeFirstLetters that prints a capitalized version of a passed in string to the screen, that is, it changes the first letter of each wo…
help don\'t know how to write in c++ Write a C+ function called QUADRA that uses
help don't know how to write in c++ Write a C+ function called QUADRA that uses references or court statements (included within the function) to print out the real and imaginary p…
help edit my code so that it can run sucessfully keep getting a error on line 6
help edit my code so that it can run sucessfully keep getting a error on line 6 #include "BaseClass.h" //main.cpp #include <iostream> #include <iomanip> #include <s…
help for C# QUESTION 1 If aNumber is declared to be of type int with a value of
help for C# QUESTION 1 If aNumber is declared to be of type int with a value of 50, Console.out.WriteLine( aNumber++); displays 51. True False    QUESTION 2 What would be stored i…
help for declaring a struct named reading.windspeed: an int;humidity: a double;t
help for declaring a struct named reading.windspeed: an int;humidity: a double;temperature: a TempScale structure variable. Next define a reading structurct variable. help for dec…
help here is the file Write a program that open the MyFile1.txt or MyFileO.trt,
help here is the file Write a program that open the MyFile1.txt or MyFileO.trt, reads the lines of the file and display to your output with these criteria. 1)-The program should d…
help i need to Create an ItemSold class for Francis Pet Supply. Fields include a
help i need to Create an ItemSold class for Francis Pet Supply. Fields include an invoice number, description, and price. Create get and set methods for each field. Create a subcl…
help i need to fix this program using jgrasp // Allows user to enter a series of
help i need to fix this program using jgrasp // Allows user to enter a series of words // and displays them in reverse order import javax.swing.*; public class DebugEight4 { publi…
help in C++ 1) This project will create a base account class that has the member
help in C++ 1) This project will create a base account class that has the members: std::string account_code; std::string first_name; std::string last_name; double balance; Provide…
help in C++ with pure virtual functions 1) This project will create a base accou
help in C++ with pure virtual functions 1) This project will create a base account class that has the members: std::string account_code; std::string first_name; std::string last_n…
help in python def read_board(s): Given a string containing lines of either play
help in python def read_board(s): Given a string containing lines of either player pieces or periods, pick apart the string and generate the corresponding board. Blank lines must …
help matlab Finding Primes In a (unction file named findPrimes.m, write a user-d
help matlab Finding Primes In a (unction file named findPrimes.m, write a user-defined function named findPrimes that finds all the pfime numbers between two numbers m and n. Name…
help me Write a program in C no gui and implement a virtual memory simulator bas
help me Write a program in C no gui and implement a virtual memory simulator based on Demand Paging. The following algorithms will be implemented: FIFO, OPT and LRU. I want to sim…
help me Write the following ML functions a) Write a function that takes two list
help me Write the following ML functions a) Write a function that takes two lists as parameter and deletes from the front of the first list as many elements as there are in the se…
help me answer the following questions please 1. Stack (LIFO) & its application
help me answer the following questions please 1. Stack (LIFO) & its application 1. Stack overflow & underflow 2. Implementation: partially filled array & linked list 3…
help me create a java applet in netbeans that ask the user for their first and l
help me create a java applet in netbeans that ask the user for their first and last names and their birth year. After the user enters the requested data and clicks the View Greeti…
help me guys pleas !! I had posted those question a few days ago I was looking f
help me guys pleas !! I had posted those question a few days ago I was looking for some explanations but I got definitions instead! I appreciate your cooperation anyway. These my …
help me implement the following c++ code Implement spelling corrector given the
help me implement the following c++ code Implement spelling corrector given the following specification: (a) Your program should take as an input a dictionary file in which every …
help me in python? 8:01? LTE CSC 131-Computational Thinking Lab 8 For this lab,
help me in python? 8:01? LTE CSC 131-Computational Thinking Lab 8 For this lab, you will develop a GUI application to to animate a bouncing balL The ball will start near the top l…
help me on //TODO parts * A Song is a sequence of Note objects. * The song can h
help me on //TODO parts * A Song is a sequence of Note objects. * The song can have a special "current element," which is specified and * accessed through four methods that are av…
help me out!!! Black Jack Write a C++ program to store a fifty-two cards in an a
help me out!!! Black Jack Write a C++ program to store a fifty-two cards in an array. The deck of cards consists of 13 spades, 13 hearts, 13 diamonds, and 13 clubs. There are 6 pl…
help me please :( Projec Tic-Tac-Toe Due date: December 22. 2016 Write a C++ pro
help me please :( Projec Tic-Tac-Toe Due date: December 22. 2016 Write a C++ program that plays the tic-tac-toe game. It starts by displaying the board and numbering the cells fro…
help me please using junit and create test case (exception- rules ) code is area
help me please using junit and create test case (exception- rules ) code is aready given. keep getting error package select; public class selectionSort2 {        public static voi…
help me solve this it goes to this question #define _CRT_SECURE_NO_WARNINGS #inc
help me solve this it goes to this question #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include using namespace std; const int MAX_FILE = 1000; i…
help me solve this java assaignmet r9 Sorting and Searching Arrays 6. Phone Numb
help me solve this java assaignmet r9 Sorting and Searching Arrays 6. Phone Number Lookup Recall that Programming Exercise 7 in Chapter 8 asked you to design a program with two pa…
help me to build a C++ Program , please 2 5 2 8 5 2 9 0 0 1 3 0 9 6 3 3 9 1 8 5
help me to build a C++ Program , please 2 5 2 8 5 2 9 0 0 1 3 0 9 6 3 3 9 1 8 5 2 1 4 10 9 8 1 3 6 8 9 10 7 3 2 5 4 8 1 4 10 6 8 5 9 4 1 3 9 1 9 8 5 1 10 5 8 4 1 10 3 2 0 2 0 2 4 …
help me to finish those 2 question int[] data = {}; //data array store digits in
help me to finish those 2 question int[] data = {}; //data array store digits in this natural number /** * THIS IS A HELPER method which converses a digit character to its integer…
help me to get the following output: (you need to modify contact.cpp & contact.h
help me to get the following output: (you need to modify contact.cpp & contact.h) Output: John Doe John Doe (+1) 416 123-4567 (+1) 416 234-5678 (+1) 416 345-6789 (+11) 416 456…
help me to solve as soon as possible 2. The t bli belo repre ent ?ng 10 k dir el
help me to solve as soon as possible 2. The t bli belo repre ent ?ng 10 k dir el napped execution of s program. l cache with write-through at some point during the Data o1 Sdem(01…
help me to solve this question Example 12-9 defined a class personType to store
help me to solve this question Example 12-9 defined a class personType to store the name of a person. The member functions that we included merely print the name and set the name …
help me to write programm that use class Design a ProgrammingProject class that
help me to write programm that use class Design a ProgrammingProject class that is derived from the GradedActivity class presented in your book. The ProgrammingProject class shoul…
help me translate English texting into Morse Code and visa versa Requirements 1.
help me translate English texting into Morse Code and visa versa Requirements 1. The approach should be Object Oriented. I don't want to see parallel arrays or a long if/else if/e…