Web development and programming
191828 questions • Page 362 / 3837
3. Write C++ statements to do the following: a. Declare an array beta of 20 comp
3. Write C++ statements to do the following: a. Declare an array beta of 20 components of type double. b. Initialize each component of the array beta to 0. c. Output the value of …
3. Write Java programs for following: 1. To create a 2D array to store numbers.
3. Write Java programs for following: 1. To create a 2D array to store numbers. Take the input of the array. Display the contents of the array in the matrix 2. To create two 2D ar…
3. Write JavaScript code so that each thumbnail image in the table opens the lar
3. Write JavaScript code so that each thumbnail image in the table opens the larger original image (that you chose) in the cell in row three of the table when the thumbnail is cli…
3. Write a C program with the following functions:die: like program #1, you can
3. Write a C program with the following functions:die: like program #1, you can just copy that die function into this program. show: a void function with 2 args: an array of doubl…
3. Write a C++ program that will input the number of wins and losses that a base
3. Write a C++ program that will input the number of wins and losses that a baseball team acquired during a complete season. The wins should be input in a parameter-less value ret…
3. Write a JAVA program that includes two methods named calcvaerage() and varian
3. Write a JAVA program that includes two methods named calcvaerage() and variance(). The clacaverage() method should calculate and return the average of the values stored in the …
3. Write a Python module, mymod.py, that counts the lines and characters in a fi
3. Write a Python module, mymod.py, that counts the lines and characters in a file. It should contain the following functions: • A countLines(name)function that reads an input f…
3. Write a SELECT statement that returns the category_name column from the Categ
3. Write a SELECT statement that returns the category_name column from the Categories table. Return one row for each category that has never been assigned to any product in the Pr…
3. Write a bash script that will dynamically print out the day of the week (i.e.
3. Write a bash script that will dynamically print out the day of the week (i.e., "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", or "Saturday") that corresponds…
3. Write a c++ program that uses a recursive function, and the following algorit
3. Write a c++ program that uses a recursive function, and the following algorithm, to approximate the sin function. The result is output to the screen, as part of the main functi…
3. Write a function called copy_array. It is passed 3 parameters. The first 2 pa
3. Write a function called copy_array. It is passed 3 parameters. The first 2 parameters are arrays of integers, and the 3rd parameter is the length of the array. We will assume t…
3. Write a function called most_consonants(wordlist) that takes a list of lowerc
3. Write a function called most_consonants(wordlist) that takes a list of lowercase words called wordlist and returns the word in the list with the most consonants. For example: m…
3. Write a function in MATLAB that takes as input an nx1 vector p of rearranged
3. Write a function in MATLAB that takes as input an nx1 vector p of rearranged integers from 1 to n representing a permutation matrix P whose i-th row is the p(i)-th row of the i…
3. Write a function named caesarDecipher that accepts a key value (the Caesar sh
3. Write a function named caesarDecipher that accepts a key value (the Caesar shift value) as its first command-line parameter, and a string (the ciphertext) for its second parame…
3. Write a function replaceSingles(s, c) that takes a string s, and a character,
3. Write a function replaceSingles(s, c) that takes a string s, and a character, c, and returns a copy of s with where every instance of c is replaced with a "*", UNLESS there are…
3. Write a function that takes x as an INPUT VECTOR and provide the command(s) t
3. Write a function that takes x as an INPUT VECTOR and provide the command(s) that will generate the new vector with the same dimension as x’s, by a. Setting the values of x that…
3. Write a function, SqWave which generates a square wave of specified: duty- cy
3. Write a function, SqWave which generates a square wave of specified: duty- cycle, total time for which the wave is generated, and sampling frequency. The function should have t…
3. Write a method called reverse that accepts the Scanner object as its paramete
3. Write a method called reverse that accepts the Scanner object as its parameter. This method asks the user for the entire name and prints the name in the reverse order. You must…
3. Write a method randomWalk that performs a random one-dimensional walk, report
3. Write a method randomWalk that performs a random one-dimensional walk, reporting each position reached and the maximum position reached during the walk. The random walk should …
3. Write a program for college’s admission office. Create variables to store a s
3. Write a program for college’s admission office. Create variables to store a student’s numeric high school grade point average(for example 3.2) and admission test score. Print t…
3. Write a program on python that asks the user for a color, a line width, a lin
3. Write a program on python that asks the user for a color, a line width, a line length and a shape.Assume that the user will specify a that is either a line, a triangle, or a sq…
3. Write a program that calculates the average number of days a company employee
3. Write a program that calculates the average number of days a company employee is absent. The program should have the following three methods: .A method that asks the user for n…
3. Write a program that calculates the average number of days a company employee
3. Write a program that calculates the average number of days a company employee is absent. The program should have the following three methods: .A method that asks the user for n…
3. Write a program that contains a static method called median that accepts an a
3. Write a program that contains a static method called median that accepts an array of integers as its argument and returns the median of the numbers in the array. The median is …
3. Write a program that contains a static method called median that accepts an a
3. Write a program that contains a static method called median that accepts an array of integers as its argument and returns the median of the numbers in the array. The median is …
3. Write a program to calculate a student\'s grade based on three test scores, u
3. Write a program to calculate a student's grade based on three test scores, using the guidelines below: Write a function readScores and call it three times to read three test sc…
3. Write a program to calculate the final grade for an EE140 student. The final
3. Write a program to calculate the final grade for an EE140 student. The final grade is based on lab assignments, quizzes, projects, midterm, and final exam; each is worth 20% of…
3. Write a program to compute numeric grades for a course. The course records ar
3. Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: E…
3. Write a program to generate m random integers from an array of size n, such t
3. Write a program to generate m random integers from an array of size n, such that the prob- ability of selecting even indexed elements is twice that of odd indexed elements. The…
3. Write a program to represent an athletic department of a college. Athletics s
3. Write a program to represent an athletic department of a college. Athletics should be the superclass. Its attributes are name of the college and the athletic division it is in.…
3. Write a program to simulate tossing a coin that has beenweighted such that it
3. Write a program to simulate tossing a coin that has beenweighted such that it lands with heads up 60 percent of the time.You should write a function imbalancedCoinFlip() that r…
3. Write a program which performs the following tasks: a. Reads three integers i
3. Write a program which performs the following tasks: a. Reads three integers interactively b. Finds the sum of numbers c. Finds the average of the numbers and d. Print the sum a…
3. Write a pseudocode c++ algorithm to solve the following problem: Given exactl
3. Write a pseudocode c++ algorithm to solve the following problem: Given exactly 1 Queue (empty to begin with) and 1 Stack (full of unsorted integers), sort all of the values suc…
3. Write a script that attempts to insert a new category named “Guitars” into th
3. Write a script that attempts to insert a new category named “Guitars” into the Categories table. If the insert is successful, the script should display this message: SUCCESS: R…
3. Write an anonymous PL/SQL script that creates a cursor consisting of vendor_n
3. Write an anonymous PL/SQL script that creates a cursor consisting of vendor_name, invoice_number, and balance_due for each invoice with a balance due that’s greater than or equ…
3. Write an awk script to display records six through nine in loginfile and noth
3. Write an awk script to display records six through nine in loginfile and nothing else. 4. Write an awk script to display all the even number records in file “loginfile.” Displa…
3. Write an awk script to display records six through nine in loginfile and noth
3. Write an awk script to display records six through nine in loginfile and nothing else. 4. Write an awk script to display all the even number records in file “loginfile.” Displa…
3. Write preconditions and postconditions for the ADT binary search three operat
3. Write preconditions and postconditions for the ADT binary search three operations (the methods declared in the interface template for the ADT binary tree 4. Consider a method i…
3. Write the SQL to list all attributes from the ASSIGNMENT table that were assi
3. Write the SQL to list all attributes from the ASSIGNMENT table that were assigned on March 5, 2004. There is no specific order of rows for this problem. 4. Write the SQL to lis…
3. Write the simplest regular expression you can for each of thefollowing langua
3. Write the simplest regular expression you can for each of thefollowing languages, using basic regular expressions from Python.Python “regular expressions” are considerably more…
3. You acquire a network vulnerability scanning tool and try it out on a network
3. You acquire a network vulnerability scanning tool and try it out on a network address segment belonging to people at your university or business. The scanner identifies one com…
3. You are a purchasing analyst working for the 700 employee Hickory Furniture M
3. You are a purchasing analyst working for the 700 employee Hickory Furniture Manufacturing Company. Annual gross revenue at Hickory Manufacturing is 320MM. You have been asked b…
3. You are burning some music CDs for a party. You?ve arranged a list of songs i
3. You are burning some music CDs for a party. You?ve arranged a list of songs in the order in which you want to play them. You would like to maximize your use of space on the CD,…
3. You are camping in a haunted forest and hear a scream outside your tent. You
3. You are camping in a haunted forest and hear a scream outside your tent. You leave to investigate and see a traveler approach your campsite, only to collapse dead before you ca…
3. You are given a function f(x 2r3r on the interval -2,2] and you want to calcu
3. You are given a function f(x 2r3r on the interval -2,2] and you want to calculate the first derivative of this function at the points on this interval. Write a MATLAB program t…
3. You are given a function f(x)-2x1+ 3x3 on the interval [-2.2] and you want to
3. You are given a function f(x)-2x1+ 3x3 on the interval [-2.2] and you want to calculate the first derivative of this function at the points on this interval. Write a MATLAB pro…
3. You are given an array A[1..n] containing numbers (not necessarily integers),
3. You are given an array A[1..n] containing numbers (not necessarily integers), which can be positive or negative or zero. This problem has you construct a dynamic programming al…
3. You are given k sorted arrays A1... Ak of keys. That is, each A\\ is an array
3. You are given k sorted arrays A1... Ak of keys. That is, each A is an array that might contain keys A[1..ni] Each key is a float number. The total number of keys in all arrays …
3. You are to implement the classic Tic-Tac-Toe game. Your implementation should
3. You are to implement the classic Tic-Tac-Toe game. Your implementation should consist of the following functions: // Prints the Game Board with all pieces void printBoard(char[…
3. You execute the following SQL statement: LOCK TABLE orders IN SHARE MODE; Wha
3. You execute the following SQL statement: LOCK TABLE orders IN SHARE MODE; What effect does this have on the table? *This question is required. a. You can SELECT from the table,…
Subject
Web development and programming
Use Browse or pick another subject.