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

write a java program named ConvertDate that converts a date entered by the user
write a java program named ConvertDate that converts a date entered by the user into another form. The users inout will have the form month day, year. The month will be one of the…
write a java program named matrix.java that multiplies 2 matrices.( write alot o
write a java program named matrix.java that multiplies 2 matrices.( write alot of comments explaining please , I'm also comparing with my own code) 1.     The program should promp…
write a java program that (3) Write a class Compare3 that provides a static meth
write a java program that (3) Write a class Compare3 that provides a static method largest. Method largest should take three Comparable parameters and return the largest of the th…
write a java program that calculates the running time of variouos sorting algori
write a java program that calculates the running time of variouos sorting algorithms like heap sort, in-place quick sort and merge sort for 10,000 randomly generated integer no. S…
write a java program that can make change . Your program shouldtake two numbers
write a java program that can make change . Your program shouldtake two numbers as input , one that is a monetary amount chargedand the other that is a monetary amount given .It s…
write a java program that cotains the following requirements: The game of Life (
write a java program that cotains the following requirements: The game of Life (not the board game) is intended to model life in a society of organisms. Given a rectangular grid o…
write a java program that does the following: I. prompts the user for a phrase.
write a java program that does the following: I. prompts the user for a phrase. for example " the quick brown fox jumped obver the lazy dog." II. print the pharse backwards. for e…
write a java program that first defines three string object called firstName,mid
write a java program that first defines three string object called firstName,middleName, lastName which contain your own first, middle and last name separately. if you do not have…
write a java program that prompts the user to enter a number, its base, and base
write a java program that prompts the user to enter a number, its base, and base to be converted to reads these inputs from the keyboard and stores the number in a double "num", b…
write a java program that uses an array to count and report the frequency of occ
write a java program that uses an array to count and report the frequency of occurrence of each individual letter in the following text (can code this into program as a String): F…
write a java program that will input student name, student #, prelim grade, midt
write a java program that will input student name, student #, prelim grade, midterm grade, pre-finals and final grade, then will compute for the average, AVE = prelim + midterm + …
write a java program tht accepts 2 binary numbs. of the same length and adds the
write a java program tht accepts 2 binary numbs. of the same length and adds them together. binary sum of the same input numbs. is printed as are the decimal values of the input a…
write a java program where Melanie who wants to start a college fund for her chi
write a java program where Melanie who wants to start a college fund for her children. She contemplates to invest some money in securities, but she needs a program to assist her i…
write a java program. A group of runners run the Avrasya marathon. Their names a
write a java program. A group of runners run the Avrasya marathon. Their names and running times (in minutes) are: Selena: 341 , Gomez: 273 , Hamilton: 278 ,Sue: 329 ,Phil: 445 ,M…
write a linux script that gathers a bunch of the important network settings in o
write a linux script that gathers a bunch of the important network settings in one place. the network information is scattered across a rather large number of commands and files, …
write a main program class that instantiates a Deck and several Card objects and
write a main program class that instantiates a Deck and several Card objects and calls each of their methods. The purpose of this class is to verify that your supporting classes w…
write a matlab function... function Q = dydx(P) % This function returns the valu
write a matlab function... function Q = dydx(P) % This function returns the value of a derivative function % of a given polynomial P evaluated at X. % % Input argument % P = a vec…
write a matlab program 1 Given the function y = x + x 2 evaluate y for x in the
write a matlab program 1 Given the function y = x + x 2 evaluate y for x in the range /2 to /2, in increments of 0.6 . Display this as a two column table, with the values of x bei…
write a matrix multiplication program where the work of calculating the product
write a matrix multiplication program where the work of calculating the product matrix is distributed among multiple threads created using the pthread library. To this end, your p…
write a menu driven Bash script using: This program takes user input and to perf
write a menu driven Bash script using: This program takes user input and to perform simple arithmetic operations such as addition, subtraction, multiplication, and division of any…
write a menu driven bash script that allows the user to run the diff command on
write a menu driven bash script that allows the user to run the diff command on two files using one of five available options of the command. the script should prompt for the two …
write a menu driven mini statistics package. A user should be able to enter up t
write a menu driven mini statistics package. A user should be able to enter up to 200 items of float data. the program should calculate the number of items in the data, the mean, …
write a menu-driven mini-statics package. A user should be able to enter up to 2
write a menu-driven mini-statics package. A user should be able to enter up to 200 items of float data. The program should calculate the number of items in the data, the mean, the…
write a merge method that merges two array-based sorted lists together. This sta
write a merge method that merges two array-based sorted lists together. This static method is written from the implementation perspective, meaning it goes inside the SortedArrayLi…
write a method called luckyAs() that takes any array of strings and returns the
write a method called luckyAs() that takes any array of strings and returns the number of times the letter "A" appears among all the strings in the array. Fill in the method signa…
write a method that returns a random number between 1 and 54, excluding the numb
write a method that returns a random number between 1 and 54, excluding the numbers passed in the arguement. the method header is specified as follows: public static int getRandom…
write a method that takes an array of strings and orders the strings in the arra
write a method that takes an array of strings and orders the strings in the array by the number of vowels (a, e, i, o, or u) in each string (from fewest to most vowels) If two str…
write a method using JAVA : public static ArrayList (lessthansymbol) Integer> me
write a method using JAVA : public static ArrayList (lessthansymbol) Integer> mergeSorted(ArrayList (lessthansymbol) Integer> a, ArrayList (lessthansymbol) Integer> b) th…
write a mips code, An array of integers can be assigned to a memory address in t
write a mips code, An array of integers can be assigned to a memory address in the .data section of a MIPS assembly language program as show below. Here the length of the array is…
write a modified/simplified version of the game Twenty-One. use: The Card class
write a modified/simplified version of the game Twenty-One. use: The Card class is used to represent a single playing card. Use the following class definition: using a pre-defined…
write a nested loop that prints the following output 1 1 2 1 1 2 4 2 1 1 2 4 8 4
write a nested loop that prints the following output                           1                         1 2 1                      1 2 4 2 1                   1 2 4 8 4 2 1      …
write a non-member, non-friend function(the function header is defined as below)
write a non-member, non-friend function(the function header is defined as below) to delete every occurrence of a specified item from a stack, leaving the order of the remaining it…
write a one page change request that will be presented to the University change
write a one page change request that will be presented to the University change board to implement this enhancement and security mitigation change. This change is to enhance the a…
write a pair of pseudocode statement that prompts the user for a body weight in
write a pair of pseudocode statement that prompts the user for a body weight in kilograms and then inputs the entered value and assign it to a variable called Kgbodyweight write a…
write a php code in order to create a form which submits to itself . Use a metho
write a php code in order to create a form which submits to itself . Use a method of POST. Make the required fields the same as on the example page: Required: Name Email Username …
write a plain C program called onceplus.c, there is a function called process wh
write a plain C program called onceplus.c, there is a function called process which takes one argument, a single integer, and returns an integer value. -There are also a number of…
write a program (name it TTT.java) that simulates a two player game of Tic-Tac-T
write a program (name it TTT.java) that simulates a two player game of Tic-Tac-Toe. import java.util.Scanner; public class TTTMethods { public static void playerMove(String[][] bo…
write a program (python) that asks the user to enter two values for weight and h
write a program(python) that asks the user to enter two values for weight and height respectively. The program checks whether the two entered values are valid. The value for weigh…
write a program , in this program you will contemplate check digit, the job of a
write a program , in this program you will contemplate check digit, the job of a check digit is to catch problems in transmitted numbers, for example they are used in bar codes an…
write a program Use the three coefficients to determine thevertex location, conc
write a program Use the three coefficients to determine thevertex location, concavity, and the root(s) (if they exits): use the coefficients to calculate the X and Y coordinates o…
write a program algorithm Monkey Business program: A local zoo wants to keep tra
write a program algorithm Monkey Business program: A local zoo wants to keep track of how many pounds of food each of its three monkeys eats each day during a typical week. Write …
write a program called MakeChange to produce change from one dollar for any purc
write a program called MakeChange to produce change from one dollar for any purchase less than one dollar. The program should display the name (e.g. dime, nickel, etc.) and amount…
write a program create a vector with random numbers. Use merge sortto reorder th
write a program create a vector with random numbers. Use merge sortto reorder the vector. Prompt user to enter a number to search in the vector. If there are more than one number …
write a program create a vector with random numbers. Use merge sortto reorder th
write a program create a vector with random numbers. Use merge sortto reorder the vector. Prompt user to enter a number to search in the vector. If there are more than one number …
write a program for a computer dating service. Each client gives you his or her
write a program for a computer dating service. Each client gives you his or her name, phone number, and a list of interests. It is your job to maintain lists of men and women usin…
write a program for a game where the user and the computer compete to build the
write a program for a game where the user and the computer compete to build the biggest sandcastle. The game is played in turns. Each turn, the user and the computer decide which …
write a program for binary search tree Solution #include #include #include /*Def
write a program for binary search tree
write a program in C language using arrays for booking ticketsof bus (5 seats) t
write a program in C language using arrays for booking ticketsof bus (5 seats) the program should be like this press 1 to show number of seats available. press the desired seat nu…
write a program in C language using arrays for booking ticketsof bus (5 seats) t
write a program in C language using arrays for booking ticketsof bus (5 seats) the program should be like this press 1 to show number of seats available. e.g 1,2,3,4,5 are availab…
write a program in C language using arrays for booking ticketsof bus (6 seats) t
write a program in C language using arrays for booking ticketsof bus (6 seats) the program should be like this press 1 to show number of seats available. e.g 1,2,3,4,5,6 are avail…