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

(i)Define the following query by using Query-By-Example (QBE) Find all the teams
(i)Define the following query by using Query-By-Example (QBE) Find all the teams, show their TEAMID, TEAMNAME, total home score in their home game. The result should be sorted by …
(i)[1 pt.] Let s be the sum of the entries in a certain row of an adiacency matr
(i)[1 pt.] Let s be the sum of the entries in a certain row of an adiacency matrix of an undirected graph G, and let v be the vertex of G which corresponds to that particular row …
(i.e. MUST) a method that displays Pascal\'s Triangle. In addition, you are to s
(i.e. MUST) a method that displays Pascal's Triangle. In addition, you are to solicit from the User the number of rows in the triangle, range 1 - 12 (inform the User of this range…
(i.e., string) as an argument. The function trims any leadingand trailing whites
(i.e., string) as an argument. The function trims any leadingand trailing whitespace characters from the given string and it also replacesany occur- rences of space characters wit…
(i\'m pretty new at java) Java program that let\'s you draw cards until the deck
(i'm pretty new at java) Java program that let's you draw cards until the deck is empty aand when you draw a card decide if you want to keep it or not. I'm trying to make a progra…
(ii) Consider the following code fragment 3 of 4 public class ArrayStack impleme
(ii) Consider the following code fragment 3 of 4 public class ArrayStack implements Stack protected int capacity; protected static final int CAPACITY 1000;// default array capacit…
(ii) The table below is an extract from an Excel spreadsheet showing weather dat
(ii) The table below is an extract from an Excel spreadsheet showing weather data per minute for I full day in Dec 2012. BP Time stamp 01/12/2010 00:00 01/12/2010 00:01 01/12/2010…
(iii) Add a function called search to the IntegerList class to search the list g
(iii) Add a function called search to the IntegerList class to search the list given a value. The search function signature should be as follow, int search(int val) This search fu…
(implementing ArrayList) ArrayList is implemented in the Java API. ImplementArra
(implementing ArrayList) ArrayList is implemented in the Java API. ImplementArrayList and the methods defined in tablebelow. (Hint: Use an array to store the elements in ArrayList…
(in C++ ) I have to write a program that does the following: Write a program tha
(in C++) I have to write a program that does the following: Write a program that reads a file containing only integers, but some of the integers have embedded commas (as in 145, 0…
(in C++) I have to use the void function in this code and call it in main to pri
(in C++) I have to use the void function in this code and call it in main to print the grades from int grades[] in descending order. this is what i have so far but i don't know wh…
(in C++) Write a program that reads a file containing data values computed by an
(in C++) Write a program that reads a file containing data values computed by an accounting software package. While the file contains only numerical information, the values may co…
(in C++) Write a void function that uses two nested for loops and the mudulus (%
(in C++) Write a void function that uses two nested for loops and the mudulus (%) operator to detect and print to a specified output file, the first n prime integers. Recall that …
(in Java please) How can i make it Every time the button is pressed the ball is
(in Java please) How can i make it Every time the button is pressed the ball is animated, up and down, bouncing like a ball. The goal of this lab is to use a Thread and get rid of…
(in MATLAB) The scenario is simple: a set of (x,y) data is available in the form
(in MATLAB) The scenario is simple: a set of (x,y) data is available in the form of a simple text file the first column represents x-values and the second column represents y-valu…
(in c++) Consider the following definitions: int xyz[5][4] = { {10,20,30,40}, {3
(in c++) Consider the following definitions: int xyz[5][4] = { {10,20,30,40}, {31,41,51,61}, {52,62,72,82}, {73,93,103,113}, {94,114,134,154} } ; int *p ; int *q ; int *r ; p = xy…
(in c++) What will this program print? EXPLAIN every line. #include using namesp
(in c++) What will this program print? EXPLAIN every line. #include using namespace std; int main() { int a[ ] = { 0, 1, 2, 3, 4} ; int *p[ ] = { a, a+1, a+2, a+3, a+4 } ; int **p…
(in c++, do not use #include or The formula for computing
(in c++, do not use #include <iostream.h> or <stdio.h> The formula for computing the number of ways of choosing r different things from a set of n things is the follow…
(in c++, without using #include or ) Write a recursive fun
(in c++, without using #include <iostream.h> or <stdio.h>) Write a recursive function that returns true if an input string is a palindrome and false if it is not. You …
(in c++, without using #include , , or
(in c++, without using #include <iostream.h>, <stdio.h>, <assert.h> or <conio.h>) The formula for computing the number of ways of choosing r different thin…
(in c++, without using #include , , or
(in c++, without using #include <iostream.h>, <stdio.h>, <conio.h> or <assert.h>) Write a recursive function that returns true if an input string is a pali…
(in java language ) i need a same output file in java language (please is that a
(in java language ) i need a same output file in java language (please is that anybody to help me out to convert my c++ project into a java language )i project. to read the readin…
(in java programming language) Lab 10: Files and Streams (2) Character Streams_
(in java programming language) Lab 10: Files and Streams (2) Character Streams_ Sequential-Access Text Files (2) Create a class MyFileReader with the following: One private instan…
(in java programming language) help me in this GUI question AND BELOW THIS IS PA
(in java programming language) help me in this GUI question AND BELOW THIS IS PART #5 -b __________ ( WrongQuizGradeException.java) public class WrongQuizGradeException extends Ex…
(in java) // precondition: i
(in java) // precondition: i <= j // postcondition: The sum i^2 (i 1)^2 (i 2)^2 ... j^2 // has been returned public static int sumSquares(int i, int j) { // If n = j-i 1 >= …
(in powershell) The mapped drive script is a script that will map a drive based
(in powershell) The mapped drive script is a script that will map a drive based on the computer’s IP address. The scenario is that you work for a company that has different depart…
(in python) The Sieve of Eratosthenes and Goldbach\'s Conjecture Implement the S
(in python) The Sieve of Eratosthenes and Goldbach's Conjecture Implement the Sieve of Eratosthenes and use it to find all prime numbers less than or equal to one million. Use the…
(it be very helpful if you can write this program using c++ showing the whole co
(it be very helpful if you can write this program using c++ showing the whole code) thanks ?1:?Open a new program calling it?Lab6. Add a new source file calling it: ?Lab6Menu. Pas…
(it is a C++ progrm no java thanks) Write a C++ program that determines the lett
(it is a C++ progrm no java thanks) Write a C++ program that determines the letter grade each student in a class receives. The program should read the list of student names, first…
(it is essential ofsoftware engineering 4th edition page 80 ) 1- Give two entry
(it is essential ofsoftware engineering 4th edition page 80 ) 1- Give two entry criteria examples and discuss their importance. 2- Give two exit criteria examples and discuss thei…
(it must be a Java file) Write a program that administers a basic addition quiz
(it must be a Java file) Write a program that administers a basic addition quiz to the user. There should be ten questions. Each question is a simple addition problem such as 17 +…
(java coding language) Write a segment of code (application level) to perform ea
(java coding language) Write a segment of code (application level) to perform each of the following operations. Assume myQueue is an object of the class ArrayUnbndQueue. You may c…
(java coding language) Write a sequence of code (application level) to perform e
(java coding language) Write a sequence of code (application level) to perform each of the following operations. Assume myStack is an object of the class ArrayStack. You may call …
(java help ) In Project 1 we laid the foundation of what will become a simple ne
(java help ) In Project 1 we laid the foundation of what will become a simple network packet transmission simulation. This project will build upon this foundation, utilizing a que…
(java programming language) (The WorldSeries.data file is just a txt file with e
(java programming language) (The WorldSeries.data file is just a txt file with every winner of the world series on it written from 1904 to 2009) EXAMPLE OF WorldSeries.data FILE B…
(java programming using while loops for the input validation and for loops for t
(java programming using while loops for the input validation and for loops for the counter-controlled loops): enter the number of years: 2 enter the data for year 1 Rainfall for m…
(java programming): given a cylinder with a half sphere on top and a cone on the
(java programming): given a cylinder with a half sphere on top and a cone on the bottom. Both the cylinder and cone have the same heigh and the base of both is a circle as well as…
(java programming): import java.util.Scanner; /** *Mr. O wrote this messy progra
(java programming): import java.util.Scanner; /** *Mr. O wrote this messy program */ //This program compiles and runs public class Main{ public static void main(String[] args){ sy…
(java programming,using Net Beans,if statements only,use of print,println, print
(java programming,using Net Beans,if statements only,use of print,println, printf,declare variables,scanner, keyboard,etc): This program calculates & prints the perimeter of a…
(java programming:methods): program you are to write will create & fill an 9x9,
(java programming:methods): program you are to write will create & fill an 9x9, 2 dmensional array with randomly gererated letters a to d. program will analyze & re-port i…
(java) (1)First we need to compute an ordered form of each word. In this case, t
(java) (1)First we need to compute an ordered form of each word.  In this case, the ordered form of a word contains the same letters as the original, but in sorted order.  So comp…
(java) According to certain characters such as ; \'A\', \'B\',\'+\',\'-\'. How c
(java) According to certain characters such as ; 'A', 'B','+','-'. How can you implement the A and B to forward(); and + to turnLeft() and - to turnRight() ? Once I have each char…
(java) Boolean values can be placed in a 3x3 matrix in one of 512 configurations
(java) Boolean values can be placed in a 3x3 matrix in one of 512 configurations. Examples: Each configuration can also be represented as a binary number where F is 0 and T is 1. …
(java) Create a program that solves the following problem: Given a list of disti
(java) Create a program that solves the following problem: Given a list of distinct integers and a target integer, determine the largest sum less than or equal to the target value…
(java) Create the ShoutBox class. Your ShoutBox class will have a shoutOutCanned
(java) Create the ShoutBox class. Your ShoutBox class will have a shoutOutCannedMessage() method that returns a String type. The shoutOutCannedMessage will use an Array or an Arra…
(java) Determine the output for the following program: Determine the output for
(java) Determine the output for the following program: Determine the output for the following program: Private static void f (string a) {Try {Int x = 7/a. length(); System. out. P…
(java) Grade Book A teacher has five students who have each taken four tests. Th
(java) Grade Book A teacher has five students who have each taken four tests. The teacher uses the following grading scale to assign a letter grade to a student, based on the aver…
(java) Hello! I am trying to write a program that among other things sorts an Ar
(java) Hello! I am trying to write a program that among other things sorts an ArrayList using quick sort, I have tried many different things but right now I am getting a null poin…
(java) Trying to write a program computing overall course grade... So far cant g
(java) Trying to write a program computing overall course grade... So far cant get the total points on a section to display. Heres the code. import java.util.*; public class Grade…
(java) Using your PairOfDice class write an application that simulates 100 pass-
(java) Using your PairOfDice class write an application that simulates 100 pass-line bets and output the results of each bet to an output file. Also, keep a running total of how m…