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

in Java Based on nested while loops, write a program that will cycle through an
in Java Based on nested while loops, write a program that will cycle through an imaginary seven rows (1 through 7) and six columns (A through F) to produce the output shown below.…
in Java Code the problem using a main() method plus two additional methods. C. U
in Java Code the problem using a main() method plus two additional methods. C. Use the names fvFor() and fvWhile() as your method names. D. Refer to the flow chart on void methods…
in Java Create a Statistics class that provides three methods: Factorial permuta
in Java Create a Statistics class that provides three methods: Factorial permutation, and combination. First, implement the factorial method using a recursion: Feel free to resear…
in Java FX Create an interface for the user to display, add, remove, sort, and f
in Java FX Create an interface for the user to display, add, remove, sort, and filter our flower pack.You should use all of the following at least once in your interface Stage But…
in Java Inheritance hierarchy watercraft
in Java Inheritance hierarchy watercraft <====sailboat and canoe                                                                                                                …
in Java Precipitation enum * To change this license header, choose License Heade
in Java Precipitation enum * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the t…
in Java Write a program that accepts a date (month, day, year) and a number. cal
in Java Write a program that accepts a date (month, day, year) and a number. calculate the date, that number of days in the future, from the input date that will be. don't forget …
in Java for data structure Consider the given code-blocks above. 1.Create a new
in Java for data structure Consider the given code-blocks above. 1.Create a new project named StackTesting and create then the Stack interface and the two classes (ArrayStack and …
in Java please use only while loops. Based on nested while loops, write a progra
in Java please use only while loops. Based on nested while loops, write a program that will cycle through an imaginary seven rows (1 through 7) and six columns (A through F) to pr…
in Java please! 1) For the code below that is given, create a concrete child cla
in Java please! 1) For the code below that is given, create a concrete child class, DataCat, which also includes a long named memoryCapacity, and provide a constructor that has pa…
in Java, Create an applet payroll program named CalcPay that allows the user to
in Java, Create an applet payroll program named CalcPay that allows the user to enter two double valuesand a string namely hours worked, hourly rate and name. After the user enter…
in Java, Redefine the class Person so that, in addition to what the existing cla
in Java, Redefine the class Person so that, in addition to what the existing class does, you can: i. Set the last name only. ii. Set the first name only. iii. Set the middle name.…
in Java, Write a Java program that computes the dot product of two matrices and
in Java, Write a Java program that computes the dot product of two matrices and stores the values in a third matrix. Print the result in tabular form. For example, to print matrix…
in Java, exercise #7 please 6.(10 pts.) A class Menu is planned that will create
in Java, exercise #7 please 6.(10 pts.) A class Menu is planned that will create a list of Menul tem objects. a) Should the Menu class have "has-a" relationship or inherit from th…
in Java. i think you need just 2 classes so I\'ll provide them please. you don\'
in Java. i think you need just 2 classes so I'll provide them please. you don't have to test just show me how please. Its commented //TODO import java.io.FileNotFoundException; im…
in LISP programming: Implement a SOLVABLE? function to determine if a given stat
in LISP programming: Implement a SOLVABLE? function to determine if a given state is solvable for a given goal. I.e. not all initial states of the N-puzzle are solvable for a spec…
in Lab6 create two classes: Lab6Array and Lab6Client. Declare and instantiate a
in Lab6 create two classes: Lab6Array and Lab6Client. Declare and instantiate a private integer array called list in Lab6Array that holds 10 places with values: 1,3,4,5,2,6,8,9,2,…
in Linux Write two C programs (client and server) for number guessing, as descri
in Linux Write two C programs (client and server) for number guessing, as described below. 1.   Server makes named pipe. 2.   Server waits for client. 3.   Client writes to server…
in MARS MIPS simulator assembly language Write a function named bitcount that re
in MARS MIPS simulator assembly language Write a function named bitcount that returns the number of 0-bit in the input argument that is an integer (contained in register $a0), and…
in MIPS please Q6. (4 marks): For the following C statement, what is the corresp
in MIPS please Q6. (4 marks): For the following C statement, what is the corresponding MIPS assembly code? Assume that the variables a, b, and c are assigned to register $s0, $s1,…
in Mathematica please Only detailed, neat and clear solutions are accepted Linea
in Mathematica please Only detailed, neat and clear solutions are accepted Linear air resistance A metal pallet is launched from an atomizer with an initial velocity vo making an …
in Matlab Consider the function y = 3+ 10x^2-x^3 Using the built-in function max
in Matlab Consider the function y = 3+ 10x^2-x^3 Using the built-in function max, determine the maximum value of this function in the interval 0 less than or equal to x less than …
in Matlab For two integers m and n, their GCD(Greatest Common Divisor) can be co
in Matlab For two integers m and n, their GCD(Greatest Common Divisor) can be computed by a recursive function. Write a recursive function gcd(m,n) to find their Greatest Common D…
in Matlab solve the following... the only ones that I can\'t get to work are the
in Matlab solve the following... the only ones that I can't get to work are the bolded problems, I only put the other questions so you could follow my work on the screen shot pict…
in Microsoft Visual Studio... This is a two week assignment. Modify the linked l
in Microsoft Visual Studio... This is a two week assignment. Modify the linked list example in the book so that it is a doubly linked list. Prove that your program works properly …
in Python 1. Write a function blank_image(height, width) that creates and return
in Python 1. Write a function blank_image(height, width) that creates and returns a 2-D list of pixels with height rows and width columns in which all of the pixels are green (i.e…
in Python Problem 3: Factoring 3a. The function is prime (already defined) tests
in Python Problem 3: Factoring 3a. The function is prime (already defined) tests if a number is prime. Use it to test if the following integers are prime -??. 1 . 2017 -3a.2. 2015…
in Python http://www.cse.msu.edu/~cse231/Online/Labs/Lab14/Lab14.pdf Assignment
in Python http://www.cse.msu.edu/~cse231/Online/Labs/Lab14/Lab14.pdf Assignment overview We are going to work with overloaded operators and making our own class. We are going to m…
in Python, Having a secure password is a very important practice, when much of o
in Python, Having a secure password is a very important practice, when much of our information is stored online. Write a program that validates a new password, following these rul…
in Python, I have a code that writes user input to a text file each time it has
in Python, I have a code that writes user input to a text file each time it has completed running...I run the program again and it retrieves the text file information from the pre…
in Python, Write a function that involves no arguments, named makeStrings(), tha
in Python, Write a function that involves no arguments, named makeStrings(), that prompts the userto enter three pieces of information: the number of bits in each binary string (k…
in Python, how do I get each question to repeat itself if the user enters a numb
in Python, how do I get each question to repeat itself if the user enters a number greater or equal to 100? i want that to be unacceptable and the original question asked again fo…
in Python, write a program to play a very modified version of spades. The progra
in Python, write a program to play a very modified version of spades. The program will select two hands of 5 cards for a single player and the computer dealer. the hands should be…
in Python: Design a program that asks the user to enter a store’s sales for each
in Python: Design a program that asks the user to enter a store’s sales for each day of the week. The amounts should be stored in a list. You may also want to store the days of we…
in Python: create a pythonprogram that determines stats for a basketball team fr
in Python: create a pythonprogram that determines stats for a basketball team free throws are 1 point report free throws made and free throws attempted (integrers) more free throw…
in SQL, I have a sample database and want to update an employee with an employee
in SQL, I have a sample database and want to update an employee with an employee_id of 201 and change it to 208, so far I have: UPDATE EMPLOYEE        SET employee_id = 208       …
in Swi prolog Given the following graph of possible flights between seven US cit
in Swi prolog Given the following graph of possible flights between seven US cities::    Define a predicate route /33 that takes two cities as arguments and finds the routes to ge…
in UNIX Design and implement a C/C++ program (a3part3.c) to implement a simple s
in UNIX Design and implement a C/C++ program (a3part3.c) to implement a simple shell. Warning: you should not use any "system" call . Your program will run in a loop: (1) get the …
in VBA Initial- final- 5. Using range, anchorCell, the end property, select the
in VBA Initial- final- 5. Using range, anchorCell, the end property, select the range for the cells with the ID and SSN (Hint: Use xlDown two times to get to the top of the desire…
in Visual C++, Assignment learning objectives: You are supposed to correctly def
in Visual C++, Assignment learning objectives: You are supposed to correctly define and write neat code that uses classes, functions, dynamic arrays, constructors, destructors and…
in Visual C++, For this assignment you will write a simple class hierarchy and u
in Visual C++, For this assignment you will write a simple class hierarchy and use functions to carry out common tasks across all child classes. The assignment problem: At UMKC, a…
in a class named ExtraCreditLab, implement all of the following methods as compl
in a class named ExtraCreditLab, implement all of the following methods as completely and correctly as you can. 1. Write a method named capitalizeFirstLetters that prints a capita…
in a code like structure example: In order to use your structure to hold data on
in a code like structure example: In order to use your structure to hold data on a particular student, you must declare a variable of type StudentRecord. (How you deal with the se…
in a double slit experiment the distance between the slits is 5.0 mm and the sli
in a double slit experiment the distance between the slits is 5.0 mm and the slits are 1.0 m from the screen two inteference patterns are seen on the screen one due to light of wa…
in a research process, a graduate student was not able to run the SQL PLus progr
in a research process, a graduate student was not able to run the SQL PLus program from Oracle for Windows. The database software was installed successfully under Windows XP Pro. …
in an excel spreadsheet, when I put HSA in a cell by itself, why does Excel insi
in an excel spreadsheet, when I put HSA in a cell by itself, why does Excel insist on converting it to "HAS" (& what can i do to keep it HSA)? QUESTION - in an excel spreadshe…
in an excel spreadsheet, when I put HSA in a cell by itself, why does Excel insi
in an excel spreadsheet, when I put HSA in a cell by itself, why does Excel insist on converting it to "HAS" (& what can i do to keep it HSA)? QUESTION - in an excel spreadshe…
in ancient country, there was a king that wanted to break up his kingdom so that
in ancient country, there was a king that wanted to break up his kingdom so that he could have his knights govern regions within his realm. However he knew that his knights would …
in arduino c. 3. Resistor Color Code a. The name of this program will be lab5p3
in arduino c. 3. Resistor Color Code a. The name of this program will be lab5p3 b. Write the proto-type for function convert_color that has as input a character representing a col…
in arrays & methods 1.) What will be returned when mysteryFunction(7) is called?
in arrays & methods 1.) What will be returned when mysteryFunction(7) is called? public int mysteryFunction (int startNum) { int result = 0; while (startNum <= 10)    {    …