Web development and programming
191828 questions • Page 94 / 3837
**If the code isnt compiling correctly, go to Properties-->\"C/C++ Build\"-->col
**If the code isnt compiling correctly, go to Properties-->"C/C++ Build"-->collapse and select "Settings". Under Tool settings tab highlight Miscellaneous. Add -std=C++11 to…
**Ignition coils typically have a primary-to-secondary turns ratio around 1:80.
**Ignition coils typically have a primary-to-secondary turns ratio around 1:80. To determine the turns ratio for your particular coil, set up the circuit shown in figure 4.**^ 1.)…
**In Java Turn NonFiction category code into an enumerated type with possible va
**In Java Turn NonFiction category code into an enumerated type with possible values of biography, technology, history, science, autobiography. public class NonFiction extends Boo…
**In Java Write a method, calculatePay, that accepts hours and payRate. The meth
**In Java Write a method, calculatePay, that accepts hours and payRate. The method calculates and prints the gross pay. Write a method, average, that reads in three integers and r…
**In Java or C++** Build a system which allows a client to practice multiple cho
**In Java or C++** Build a system which allows a client to practice multiple choice tests in math. Design and implement a client and server programs over a TCP network socket conn…
**In java, below is what I have so far. 2. Write program WriteFile that writes t
**In java, below is what I have so far. 2. Write program WriteFile that writes the book data to books.txt. The data array is no longer used. Fiction AbrahamLincolnVampireHunter Gr…
**JAVA ASSIGMENT** Chapter 20 Assignment Requirements Create a new Eclipse proje
**JAVA ASSIGMENT** Chapter 20 Assignment Requirements Create a new Eclipse project named so as to include your name (eg smith20 or jones20). In this project, create a new package …
**JAVA OOP** Consider the following code: public class JavaIsGood { public stati
**JAVA OOP** Consider the following code: public class JavaIsGood { public static void main(String[] args) { String str = new String("I love Java!"); Object obj = str; String n = …
**JAVA Program - cannot be two files (i.e. name.java)...need to use - import jav
**JAVA Program - cannot be two files (i.e. name.java)...need to use - import java.util.Scanner; and public static void main (String [] args) ** Make a LandTract class with the fol…
**JAVA Program- reading in a file and user input into two different String array
**JAVA Program- reading in a file and user input into two different String arrays. I have a JAVA program that takes in a file and searches for specified words. It is supposed to b…
**JAVA** A double-ended queue is a list that allows the addition and removal of
**JAVA** A double-ended queue is a list that allows the addition and removal of items from either end. One end is arbitrarily called the front and other the rear, but the two ends…
**JAVA** You have been hired by TAMU Transportation Services to write a program
**JAVA** You have been hired by TAMU Transportation Services to write a program that simulates all parts of a TAMU police officer issuing a parking ticket. The classes you need to…
**JAVA** public class BinarySearch { /** Use binary search to find the key in th
**JAVA** public class BinarySearch { /** Use binary search to find the key in the list */ public static int binarySearch(int[] list, int key) { int low = 0; int high = list.length…
**JAVA**Write a method that produces the output shown below. This output was wri
**JAVA**Write a method that produces the output shown below. This output was written by call number 1. In the example, the recursion stopped when it reached four levels deep, but …
**Java Language only** (Direction of code :Write a class named PhoneBookEntry th
**Java Language only** (Direction of code :Write a class named PhoneBookEntry that has fields for a person’s name and phone number. The class should have a constructor and appropr…
**Java Language only** **Please let it be copy pastable to netbeans** I will thu
**Java Language only** **Please let it be copy pastable to netbeans** I will thumbs up good work thank you!! Write a java code that has 6 sections too it each section will hold in…
**Java Language only** **Please let it be copy pastable to netbeans** I will thu
**Java Language only** **Please let it be copy pastable to netbeans** I will thumbs up good work thank you!!! Write a java code that has 6 sections too it each section will hold i…
**Java Language only** Directions: The code below tells the user to enter 5 numb
**Java Language only** Directions: The code below tells the user to enter 5 numbers 0-9, To see if they will match the randomly selected numbers. the code is Imitating the lottery…
**Java Language only** Directions: the code below tells me the first, second and
**Java Language only** Directions: the code below tells me the first, second and third most relevant numbers that popped up in the array, as well as how many times they popped up …
**Java Language only** Directions: the code below tells me the first, second and
**Java Language only** Directions: the code below tells me the first, second and third most relevant numbers that popped up in the array, as well as how many times they popped up …
**Java Language only** Directions:the code below tells me the first second and t
**Java Language only** Directions:the code below tells me the first second and third numbers which are most relevant in the array as well as the how many times they popped up in t…
**Java Programming In this lab you will generate a pseudo-random number between
**Java Programming In this lab you will generate a pseudo-random number between 1 and 100, group the number chosen into one of four groups, and test to see if the number is a winn…
**Java language only** Directions: The code beloew tells me the most commom numb
**Java language only** Directions: The code beloew tells me the most commom numbers that pop up. change the code below to say chance 1-10, chance 11-20,chance 21-30, chance 31,40 …
**Java language only** Directions:the code below tells me the first second and t
**Java language only** Directions:the code below tells me the first second and third numbers which are most relevant in the array, Add to the code below making it tell me how many…
**Knowledge of Wireshark Software* * One of your work tasks is to inventory all
**Knowledge of Wireshark Software** One of your work tasks is to inventory all the software running on the network. You’ve been running Wireshark on your network for several weeks…
**LANGUAGE IS SCHEME*** 5. Define a Scheme function, (merge 11 12), which takes
**LANGUAGE IS SCHEME*** 5. Define a Scheme function, (merge 11 12), which takes two lists e1 and l2 as arguments. As- suming that each of l1 and l2 are sorted lists of integers (i…
**LANGUAGE: JAVA ONLY** **USE THE SCANNER CLASS FOR INPUT AND SYSTEM.OUT.PRINTIN
**LANGUAGE: JAVA ONLY** **USE THE SCANNER CLASS FOR INPUT AND SYSTEM.OUT.PRINTIN OR SYSTEM.OUT.PRINT** **USE IF-ELSE-IF STATEMENT, NOT IF-ELSE STATEMENT** 8. Software Sales A soft…
**LOOKING FOR HELP WITH THE SCORE REGISTER AND CONTROL OF THIS MACHINE** Descrip
**LOOKING FOR HELP WITH THE SCORE REGISTER AND CONTROL OF THIS MACHINE** Description To start the game, the player presses the reset switch. The score will be set to zero and both…
**Language is SCHEME (R5RS)** 6. Consider the problem of defining a function int
**Language is SCHEME (R5RS)** 6. Consider the problem of defining a function interval-sum so that (interval-sum m n) returns the sum of all the integers between m and n. (So, for …
**Language is SCHEME (R5RS)** The Lucas numbers are a sequence of integers, name
**Language is SCHEME (R5RS)** The Lucas numbers are a sequence of integers, named after Édouard Lucas, which are closely related to the Fibonacci sequence. In fact, they are defin…
**MUST BE IN JAVA** Tortoise and the Hare Race! Operation & Specifications This
**MUST BE IN JAVA** Tortoise and the Hare Race! Operation & Specifications This application simulates a race between two runners. The runners differ in their speed and how oft…
**MUST BE WRITTEN IN MIPS** Write an assembly program to read integers from the
**MUST BE WRITTEN IN MIPS** Write an assembly program to read integers from the user until they enter a 0. Determine the smallest of these numbers (not including the 0). Store the…
**Make a customer array, and put the objects in that array,when you run the loop
**Make a customer array, and put the objects in that array,when you run the loop you will have a counter it will call each object from the array. Then will create each customer at…
**Make sure to convert to Kelvin, Pa, etc before using ideal gas law** **Algebra
**Make sure to convert to Kelvin, Pa, etc before using ideal gas law** **Algebra based, show all work** 1. If the temperature of 2.0L of gas at constant pressure drops from 1000 o…
**Most of this is already done it just needs tweeked a little bit ** When calcul
**Most of this is already done it just needs tweeked a little bit ** When calculate tuition and fees button is pressed it should validate the form and make sure: (the code for thi…
**Must follow all parameters and use a \"seed\" *****Must be coded to this forma
**Must follow all parameters and use a "seed" *****Must be coded to this format in C++************ You will create a math game to help people hone their math skills. When the game…
**Must follow all parameters and use a \"seed\" *****Must be coded to this forma
**Must follow all parameters and use a "seed" *****Must be coded to this format in C++************ You will create a math game to help people hone their math skills. When the game…
**My answers (listed below) need modification per the below instruction** INSTRU
**My answers (listed below) need modification per the below instruction** INSTRUCTIONS: 1) For #1 add another statement to display all the columns for all the rows in the view (SE…
**NO PAPER ANSWERS. ALL ANSWER SUBMISSIONS SHOULD BE ABLE TO RUN WITH NO ERRORS*
**NO PAPER ANSWERS. ALL ANSWER SUBMISSIONS SHOULD BE ABLE TO RUN WITH NO ERRORS** **TO CREATE THIS JAVA PROGRAM USE ECLIPSE NEON** The assignment is as follows: Connect four is a …
**NOTE** Cannot use any utils like Hashset, scanner except JOptionPane, Arraylis
**NOTE** Cannot use any utils like Hashset, scanner except JOptionPane, Arraylist This is my method for input so far. The user must input 4 numbers those are: numerics only, range…
**NOTE: The program should be written in (C programming language), please show t
**NOTE: The program should be written in (C programming language), please show the result for good rate, The code that you need to edit will be under the picture. THE CODE THAT NE…
**NOTE: The program should be written in (C programming language), please show t
**NOTE: The program should be written in (C programming language), please show the result for good rate, The code that you need to edit will be under the picture. HERE IS THE CODE…
**Need a solution in python 2.7. I have also attached the code I wrote for the c
**Need a solution in python 2.7. I have also attached the code I wrote for the computer to generate a random word which it reads from a txt file and generates a set of blanks repr…
**Need in C Given a sorted array of n distinct values as well as a target value
**Need in C Given a sorted array of n distinct values as well as a target value T, determine in O(n) time whether or not there exist two distinct values in the array that sum to T…
**Need task 1-4 need all that due today. (Need 2-3 Pg.) Doing it alone need Help
**Need task 1-4 need all that due today. (Need 2-3 Pg.) Doing it alone need Help!! Deliverables Introduction: Risk management is an important process for all organizations. This i…
**Need this answered immediately** C++ Math Game -Ask user to practice addition,
**Need this answered immediately** C++ Math Game -Ask user to practice addition, subtraction, multiplication, or division -Once a skill is selected, user is asked for a range of n…
**Note: I have worked this question already—to no avail. I will post what I ha
**Note: I have worked this question already—to no avail. I will post what I have and shall include what I consider to be wrong, along with hints/tips teacher assistants and the …
**PART-3 MySQL Querying (30%, 60 points)** Open a new SQL tab when MySQL is conn
**PART-3 MySQL Querying (30%, 60 points)** Open a new SQL tab when MySQL is connected. Write one SQL statement to solve each of the following queries in Bookstore database. Query …
**PLEASE ANSWER ALL OF THE FOLLOWING! THANK YOU 1. What is the difference betwee
**PLEASE ANSWER ALL OF THE FOLLOWING! THANK YOU 1. What is the difference between a threat agent and a threat? 2. What is the difference between vulnerability and exposure? 3.…
**PLEASE COMMENT POGRAM All Java programs have at least one thread of execution,
**PLEASE COMMENT POGRAM All Java programs have at least one thread of execution, called the main thread, which is given to the program automatically when it begins running. So far…
Subject
Web development and programming
Use Browse or pick another subject.