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

(Java) Privacy Leak. Code: package privacyLeak; public class Phone { private Str
(Java) Privacy Leak. Code: package privacyLeak; public class Phone { private String number; private int totalCalls; public Phone(String number) { this.number = number; totalCalls …
(Java) Provide a complete implementation of class LinkedStack and test it (main
(Java) Provide a complete implementation of class LinkedStack and test it (main method) on the InfixToPostfix applcation (listed below). package linkedstack; import java.util.*; i…
(Java) Provide a complete implementation of class LinkedStack and test it (with
(Java) Provide a complete implementation of class LinkedStack and test it (with a main method) on the PostfixEvaluator applcation (listed below). package linkedstack; import java.…
(Java) Set hot keys and add a toolbar where it asks for so. package Week8; /* *
(Java) Set hot keys and add a toolbar where it asks for so. package Week8; /* * Exercise 16-4 * This program will use a toolbar and menubar to pick a graphic */ import java.awt.*;…
(Java) The following program should display a single button that when clicked pr
(Java) The following program should display a single button that when clicked prints “Submitted.” Fill in the blanks to complete the program. Everything you need to fill the blank…
(Java) Tracking Car Dealerships sales performance. A large network of car dealer
(Java) Tracking Car Dealerships sales performance. A large network of car dealerships has asked that you develop a solution to keep track of the sales for multiple dealerships for…
(Java) Use the interface \"ArrayBag\" implementation and do the following: 1) Ad
(Java) Use the interface "ArrayBag" implementation and do the following: 1) Add a new class that models a Thing. 2) Thing class should define at least the following: a. Data membe…
(Java) Write a program that reads in two double numbers followed by an integer (
(Java) Write a program that reads in two double numbers followed by an integer (say n). The goal of the program is to check if the two numbers are equal to n significant digits. I…
(Java) Write a static method call digitsInARow that takes an integer n as a para
(Java) Write a static method call digitsInARow that takes an integer n as a parameter and that returns the highest number of digits that appear in a row in the base-10 representat…
(Java) Write an object class with just one instance variable, an integer array.
(Java) Write an object class with just one instance variable, an integer array. Your constructor should take an integer array as its only parameter. Write all the accessors, mutat…
(Java) Your project will ask the user to enter the entire the path and name of a
(Java) Your project will ask the user to enter the entire the path and name of a text file and ask the user for a word to search for. Then, your project will report on the screen …
(Java) due on September 23 Tetris Tetromino Note: You can work on this assignmen
(Java) due on September 23 Tetris Tetromino Note: You can work on this assignment individually or in a team of two. Objectines: class, object, Java graphics Tetris is a game where…
(Java) write a method that checks whether a string is a valid password. Suppose
(Java) write a method that checks whether a string is a valid password. Suppose the password rules are as follows: • password must have at least eight charcters • password must co…
(Java/Chapter 3) Using the decision control structure. Have 2 unrelated tasks pe
(Java/Chapter 3) Using the decision control structure. Have 2 unrelated tasks performed in one Java file. Part 1 ) Prompt the user to enter his or her name and an amount of money …
(Just want screen shots of each task) For this hands-on project, you will use th
(Just want screen shots of each task) For this hands-on project, you will use the SQL Server named instance SQLSERVERHOA, and the HandsOnOne database and tables you created in pre…
(Knight\'s tour) This chapter described the backtracking algorithm and how to us
(Knight's tour) This chapter described the backtracking algorithm and how to use recursion to implement it. Another well-known chessboard problem that can be solved using the back…
(Koch snowflake fractal) The text presented the Sierpinski triangle fractal. In
(Koch snowflake fractal) The text presented the Sierpinski triangle fractal. In this exercise, you will write an applet to display another fractal, called the Koch snowflake, name…
(LC3 Assembly) You are in the process of debugging a program you\'ve written. Yo
(LC3 Assembly) You are in the process of debugging a program you've written. You decide to focus your debugging on the following segment of code by setting a breakpoint at xA400. …
(LINUX - C++ - (using Dev C++) Write a C++ program that should have meaningful v
(LINUX - C++ - (using Dev C++) Write a C++ program that should have meaningful variable names, comments, and proper indentation. program should declare the following variables: a.…
(LINUX) Assume the following text file foo.txt in your computer. The first line
(LINUX) Assume the following text file foo.txt in your computer. The first line of the text file includes the field names of the following records. # name:id:weight:height:gender …
(LINUX) Start vi with the file fixme.txt as the file to be worked on. Using the
(LINUX) Start vi with the file fixme.txt as the file to be worked on. Using the file, perform the following actions: Capitalize the first letter of all sentences Add the following…
(LOCATION) public class Location { public static final Location JMU = new Locati
(LOCATION) public class Location { public static final Location JMU = new Location(38.435427, - 78.872942); public static final Location ISAT = new Location(38.434663, - 78.863732…
(LOW LEVEL PROGRAMMING) his program is to iterate through a set of integers (1-5
(LOW LEVEL PROGRAMMING) his program is to iterate through a set of integers (1-500) and output one of four outputs depending on the number: if the number is divisible (no remainde…
(Large-Type Displays for People with Low Vision) The accessibility of computers
(Large-Type Displays for People with Low Vision) The accessibility of computers and the Internet to all people, regardless of disabilities, is becoming more important as these too…
(Linked List with Header and Trailer Nodes) This chapter defined and identified
(Linked List with Header and Trailer Nodes) This chapter defined and identified various operations on a linked list with header and trailer nodes. a. Write the definition of the c…
(Linked List with Header and Trailer Nodes) this chapter defined and identified
(Linked List with Header and Trailer Nodes) this chapter defined and identified various operations on linked list with header and trailer nodes. a) Write the definition of the cla…
(Linux) - Is each of the following an absolute pathname, a relative pathname, or
(Linux) - Is each of the following an absolute pathname, a relative pathname, or a simple filename? milk_co correspond/business/milk_co /home/max d. /home/max/literature/promo .. …
(Linux) 1. Create three directories named letters, reports and assignments under
(Linux) 1. Create three directories named letters, reports and assignments under your home directory 2. Move to directory letters 3. Create two directories named friendly and form…
(Linux) 1. Use the directory /opt/ci132/data/lab29 and provide command strings t
(Linux) 1. Use the directory /opt/ci132/data/lab29 and provide command strings to answer the following questions. This directory contains fictitious submitted labs. Contained in t…
(Linux) 1. Write shell scripts to solve the following problems: a. Write a shell
(Linux) 1. Write shell scripts to solve the following problems: a. Write a shell script which will accept up to 9 words as arguments and display each of the words in uppercase. b.…
(Linux) 1. Write shell scripts to solve the following problems: a. Write a shell
(Linux) 1. Write shell scripts to solve the following problems: a. Write a shell script which will prompt the user to input two integers, read the input, compute, and output their…
(Linux) Use the following shell script to answer the questions: x=$1 script ~/bi
(Linux) Use the following shell script to answer the questions: x=$1 script ~/bin/lab$x.out a2ps -A fill -C -E -g -o - ~/bin/ci132-lab$x-q??.sh ~/bin/lab$x.out | ps2pdf - /opt/ci1…
(MATLAB Coding) The total world oil production in millions of barrels per day is
(MATLAB Coding) The total world oil production in millions of barrels per day is shown in the table that follows. (a) Use the matlab intrinsic function polyfit to determine the de…
(MATLAB PROGRAM) Write a Matlab program that will read the scores from a RawScor
(MATLAB PROGRAM) Write a Matlab program that will read the scores from a RawScores.txt and compute the numerical average and the letter grade for each student. The results should …
(MATLAB PROGRAMMING) Assume the following data shows predictions of increases in
(MATLAB PROGRAMMING) Assume the following data shows predictions of increases in tuition percentage hikes each year. Assume the first entry is for year one, and the second entry i…
(MATLAB PROGRAMMING) exercise 10.6 To test your function, create a structure arr
(MATLAB PROGRAMMING) exercise 10.6 To test your function, create a structure array containing the data for three plots of three different types, and pass that structure array to y…
(MATLAB PROGRAMMING) use the data values shown below to create a function to dis
(MATLAB PROGRAMMING) use the data values shown below to create a function to display the max and min y value and the corresponding x value the min and max occur at in two ways: 1.…
(MATLAB) (5 points total) Write a script called “hw2q2.m” with sections that: a.
(MATLAB) (5 points total) Write a script called “hw2q2.m” with sections that: a. (0.5 points) Create a 100x10 matrix with all numbers from 1 to 1000, so that each set of hundreds …
(MATLAB) Convert \'countem\' into a function. This function should take the inpu
(MATLAB) Convert 'countem' into a function. This function should take the inputs of n0 and N and display the results. Name this function 'countemF' -Do not have clear and clc insi…
(MATLAB) Given a string s = \'011110010000000100010111\', the length of the long
(MATLAB) Given a string s = '011110010000000100010111', the length of the longest substring of s which contains consecutive ‘1's would be 4. Write a function named longest_ones, w…
(MATLAB) In this problem you will be plotting the bacteria growth as a function
(MATLAB) In this problem you will be plotting the bacteria growth as a function of time. The growth of a specific strain of bacteria has been determined to follow the relationship…
(MATLAB) Please, help!! I\'ve completed part (a) of the script, but I\'m not sur
(MATLAB) Please, help!! I've completed part (a) of the script, but I'm not sure how to continue in step (b). Thank you! 2. 20 pts Create a script for Multiplication of two Matrice…
(MATLAB) The following question needs to be programmed in MATLAB . Please help i
(MATLAB) The following question needs to be programmed in MATLAB. Please help in both 2 and 3. I think 3 shouldn't be hard once 2 is done. I am just not sure how to do double prec…
(MATLAB) The following questions need to be programmed using MATLAB. I need help
(MATLAB) The following questions need to be programmed using MATLAB. I need help in questions 1 and 2(a, b). I am aware that there is a solution for these questions founded in the…
(MATLAB) You are provided a 2x1 cell array named Stocks. The first element holds
(MATLAB) You are provided a 2x1 cell array named Stocks. The first element holds a cell array that contains a row vector of N-number text strings; these text strings are abbreviat…
(MATLAB)I have question about finding the (rmse)Root-mean-square deviation value
(MATLAB)I have question about finding the (rmse)Root-mean-square deviation value in this code. could you please help me how to find it for all value on n=(2,10,20,50,100) at the s…
(MICROSOFT ACCESS) The task in this project is to design a normalized database t
(MICROSOFT ACCESS) The task in this project is to design a normalized database that could be used to collect and store information for a video rental outlet. The database should b…
(MUST BE DONE IN C) Write a program that simulates the rolling of two dice. Assu
(MUST BE DONE IN C) Write a program that simulates the rolling of two dice. Assume that both dice contain the same number of pips. The two dice are rolled together at the same tim…
(MUST BE IN C++) Write a program that asks the user to enter an integer between
(MUST BE IN C++) Write a program that asks the user to enter an integer between 1 and 15. If the number entered is outside that range, your program should print out an error messa…
(MUST BE IN PYTHON 2.7) storm.txt file content: It sounded as if the streets wer
(MUST BE IN PYTHON 2.7) storm.txt file content: It sounded as if the streets were running, And then the streets stood still. Eclipse was all we could see at the window, And awe wa…