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

write a C++ program AND PSEDO CODE to calculate the area under a curve f(x) = 5x
write a C++ program AND PSEDO CODE to calculate the area under a curve f(x) = 5x3 + 7x2 – 3x + 4 for a <= x <= b where a and b are greater than or equal to 0. You input the …
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for logical cyclic shift of n-bit numbers by given number of
write a C++ program for logical cyclic shift of n-bit numbers by given number of positions (<= n). You are required to create a circular list to store a given binary number. Th…
write a C++ program for the following A palindrome is any word or phrase which r
write a C++ program for the following A palindrome is any word or phrase which reads the same backwards as it does forward. For instance the word Bob is a palindrome. Napoleon is …
write a C++ program for the following For this exercise you will read in student
write a C++ program for the following For this exercise you will read in student names and test scores into two arrays: an array of strings for the names and an array of integers …
write a C++ program that calculates the area of a rectangular shaped wall and th
write a C++ program that calculates the area of a rectangular shaped wall and then calculates the required cost to paint that wall. It costs $50 per unit area to paint. write a C+…
write a C++ program that can make change . Your program should take two numbers
write a C++ program that can make change . Your program should take two numbers as input , one that is a monetary amount chargedand the other that is a monetary amount given. It s…
write a C++ program that creates a two dimensional array to save the week days.
write a C++ program that creates a two dimensional array to save the week days. Then ask the user to enter a number between 0 and 6. The program should print the corresponding day…
write a C++ program that inputs a series of hourly temperatures from a file, and
write a C++ program that inputs a series of hourly temperatures from a file, and you will create your own input data file with necessary data for your test cases. That is, your da…
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that outputs each number and its rank in the list from a giv
write a C++ program that outputs each number and its rank in the list from a given list of 20 distinct integers. The rank of a number x in list L is the number of elements larger …
write a C++ program that reads in a graphs adjacency matrix from an input file a
write a C++ program that reads in a graphs adjacency matrix from an input file and detects whether there is a Cycle in that graph or not(prints "yes there is a cycle" if so and "n…
write a C++ program that store information about players who have been selected
write a C++ program that store information about players who have been selected as participants in a fantasy football league. the data for this program is given below, or can be s…
write a C++ program that stores information about players who have been selected
write a C++ program that stores information about players who have been selected as participants in a fantasy football league. the data for this program is given below or can be s…
write a C++ program to Create a 2-dimensional array with 4 rows and 30 columns.
write a C++ program to Create a 2-dimensional array with 4 rows and 30 columns. Row represents sections of a course and column represents the students, value inside each position …
write a C++ program to calculated four monthly car payment options for customers
write a C++ program to calculated four monthly car payment options for customers of Honest Dave’s Used Cars. By now you should have a good idea about functional decomposition and …
write a C++ program to calculated four monthly car payment options for customers
write a C++ program to calculated four monthly car payment options for customers of Honest Dave’s Used Cars. By now you should have a good idea about functional decomposition and …
write a C++ program to implement AVL Tree & its Operations..?that program should
write a C++ program to implement AVL Tree & its Operations..?that program should be executable one without errors and working...plz.
write a C++ program to represent the relationships between classes company, staf
write a C++ program to represent the relationships between classes company, staff and projects as shown above. suppose that the company consists of unknown members of a staff and …
write a C++ program to sum the content of two arrays: arrayA and arrayB and stor
write a C++ program to sum the content of two arrays: arrayA and arrayB and store the sum in a third array arrayC. Use the following 3 functions: 1- Finction void read (int arrayA…
write a C++ program which implements both the while and for loop, as needed, to
write a C++ program which implements both the while and for loop, as needed, to draw the illustrations given below. The number of rows or columns are determined by the type of fig…
write a C++ program which implements both the while and for loop, as needed, to
write a C++ program which implements both the while and for loop, as needed, to draw the illustrations given below. The number of rows or columns are determined by the type of fig…
write a C++ program, 1. reads each character from a user input, extracts the cha
write a C++ program, 1. reads each character from a user input, extracts the character if it is a digit, and calculates the sum of all the digits. 2. The program stops reading the…
write a C++/Java/Python program for the following assignment: The purpose of thi
write a C++/Java/Python program for the following assignment: The purpose of this assignment is to implement an algorithm for pathfinding described in the foloowing paper(Tree Ada…
write a C++/Java/Python to solve the following problem: Variation on Scheduling
write a C++/Java/Python to solve the following problem: Variation on Scheduling Problem(Greedy Algorithm problem): Cache Optimization problem: in this problem, we have a fully-way…
write a CustomCar class that is derived from Car class and adds new features to
write a CustomCar class that is derived from Car class and adds new features to it.The existing Car class will allow you to create a specific model of a car, but that car will alw…
write a GUI based program that uses a WHILE loop to perform thefollowing tasks.
write a GUI based program that uses a WHILE loop to perform thefollowing tasks. prompt user to input two integers called FIRSTNUM and SECONDNUM(first num must be less than second …
write a HOSPITAL MANAGEMENT PROJECT in SIMPLE PYTHON language using for loop, ap
write a HOSPITAL MANAGEMENT PROJECT in SIMPLE PYTHON language using for loop, append function, arrays, functions ...following conditions should be implemented.. 1.It should drive …
write a JAVA Programming - Classes Pick one theme for a new class. You can pick
write a JAVA Programming - Classes Pick one theme for a new class. You can pick from one of the following: Bicycle Lawn Mower TV Remote Control Cell Phone Once you pick your theme…
write a Java application to process file(s). Enclosed is a file with mixed popul
write a Java application to process file(s). Enclosed is a file with mixed popular names. You task to write java codes to process those names, and write all boy's names to one fil…
write a Java class to play a variant of Rock-Paper-Scissors called Hunter-Bear-N
write a Java class to play a variant of Rock-Paper-Scissors called Hunter-Bear-Ninja against the computer. This game works similarly to Rock-Paper-Scissors but with the rules of: …
write a Java console application that Create a text file called Data.txt. Within
write a Java console application that Create a text file called Data.txt. Within the file, use the first row for the name and data title, and use the second row for column headers…
write a Java console application that calculates sale data. Prompt for and read
write a Java console application that calculates sale data. Prompt for and read the following information from a salesman: *MAKE IT SIMPLE AS POSSIBLE BUt DO INCLUDE TRY CATCH and…
write a Java program that asks the user for a temperature (in either degrees Cel
write a Java program that asks the user for a temperature (in either degrees Celsius or degrees Fahrenheit). If the user entered Celsius, you will convert the temperature to Fahre…
write a Java program that asks the user for a temperature (in either degrees Cel
write a Java program that asks the user for a temperature (in either degrees Celsius or degrees Fahrenheit). If the user entered Celsius, you will convert the temperature to Fahre…
write a Java program that contains 2 loops, first loop validates users input and
write a Java program that contains 2 loops, first loop validates users input and should be written with a "While loop" and second loop (stacked loop structures) performs the outpu…
write a Java program that manages a linked queue where the items in the queue ha
write a Java program that manages a linked queue where the items in the queue have a priority. The head of the queue points to the first entry on the queue which is the entry with…
write a Java program that manages a linked queue where the items in the queue ha
write a Java program that manages a linked queue where the items in the queue have a priority. The head of the queue points to the first entry on the queue which is the entry with…
write a Java program that manages a linked queue where the items in the queue ha
write a Java program that manages a linked queue where the items in the queue have a priority. The head of the queue points to the first entry on the queue which is the entry with…
write a Java program that simulates the TCP/IP protocol stack, as per the follow
write a Java program that simulates the TCP/IP protocol stack, as per the following specification. A partial implementation of the program is provided below complete this program …
write a Java program that simulates the TCP/IP protocol stack, as per the follow
write a Java program that simulates the TCP/IP protocol stack, as per the following specification. A partial implementation of the program is provided below complete this program …
write a Java program that simulates the TCP/IP protocol stack, as per the follow
write a Java program that simulates the TCP/IP protocol stack, as per the following specification. A partial implementation of the program is provided below complete this program …
write a Java program that sorts a sequence of numbers using two different algori
write a Java program that sorts a sequence of numbers using two different algorithms: insertInOrder and bubbleSort. input file 1 - 12 23 5 17 6 19 13 3 41 21 11 22 30 31 16 input …
write a Java program that will: Create an array to hold 20 student exam scores (
write a Java program that will: Create an array to hold 20 student exam scores (ints) Use a for-loop to ask the user for each score and read them into the array AFTER the for-loop…
write a Java program to find the number of comparisons using binarySearch and th
write a Java program to find the number of comparisons using binarySearch and the sequential search algorithm as follows: Suppose list is an array of 1000 elements. a. Use a rando…
write a Java program to process tcpprobe.dat in the following way It deletes the
write a Java program to process tcpprobe.dat in the following way It deletes the last line containing incomplete data; It replaces all white space delimiters on all lines with com…