Browse J
Alphabetical listing with fast deep pagination.
10965 items • Page 117 / 220
Javascript Create a web page that will use a prompt box and ask a user to enter
Javascript Create a web page that will use a prompt box and ask a user to enter a valid user name. The entire user name will be accepted as a single String in the JavaScript code.…
Javascript Design and implement a program that will allow us to determine the le
Javascript Design and implement a program that will allow us to determine the length of time needed to pay off a credit card balance, as well as the total interest paid. The progr…
Javascript Frog hopping program: Premise: A frog wants to jump from one end of t
Javascript Frog hopping program: Premise: A frog wants to jump from one end of the shore(X) to the other end of the shore (Y), but there was a river between them. However, the fro…
Javascript Hello, I can\'t seem to get the reset button to work, can someone hel
Javascript Hello, I can't seem to get the reset button to work, can someone help me get it working? Also how would I place an alert box declining a withdrawal amount that is more …
Javascript Help: 51. How can you match any metacharacters as literal values in a
Javascript Help: 51. How can you match any metacharacters as literal values in a regular expression? 52. Provide two different regular expressions that return true only when teste…
Javascript Please use your text editor of choice to edit orderup.html, and resul
Javascript Please use your text editor of choice to edit orderup.html, and results.html. orderup.html For this orderup.html, you need to: • Must verify that the password fields ma…
Javascript Problem static void readData(Scanner input) { int TargetRect_w = inpu
Javascript Problem static void readData(Scanner input) { int TargetRect_w = input.nextInt(); int TargetRect_h = input.nextInt(); int NumBlocks = input.nextInt(); while (input.hasn…
Javascript Programing: Tower of Hanoi The classic example of a recursive solutio
Javascript Programing: Tower of Hanoi The classic example of a recursive solution to a relatively complex problem is the Tower of Hanoi https://en.wikipedia.org/wiki/Tower_of_Hano…
Javascript Question 1 (1 point) To include JavaScript from a file in a web page,
Javascript Question 1 (1 point) To include JavaScript from a file in a web page, you need to code a script element in the head element of the HTML for the page a script element in…
Javascript Quiz QUESTION 1 In JavaScript, you make a variable global by declarin
Javascript Quiz QUESTION 1 In JavaScript, you make a variable global by declaring it using the global keyword. True False QUESTION 2 When a variable has a global scope, any code o…
Javascript Understanding Each question deals with your understanding of javascri
Javascript Understanding Each question deals with your understanding of javascript This section is you explaining code. Write your explanation and submit it from the answer textbo…
Javascript and calling a function recursively? I didnt attach the html portion b
Javascript and calling a function recursively? I didnt attach the html portion but I'm hoping someone can see the error or provide some guidance It's a bingo game that generate a …
Javascript assignment, can someone help with the two functions? const TARGET_PAT
Javascript assignment, can someone help with the two functions? const TARGET_PAT = /(.*):s*(.*)/, PHONY_PAT = /.PHONYs*:s*(.*)/, CMD_PAT = /^ (.*)/, COMMENT_PAT = /#.*/, ASSIGN_PA…
Javascript d3 Bar Chart I have an array of data and need to make a bar chart usi
Javascript d3 Bar Chart I have an array of data and need to make a bar chart using d3. I am inexperienced with Javascript and SVG, and am unsure of how to make that happen. The fu…
Javascript error, string index out of bounds? static void readData(Scanner input
Javascript error, string index out of bounds? static void readData(Scanner input) { int TargetRect_w = input.nextInt(); int TargetRect_h = input.nextInt(); int NumBlocks = input…
Javascript function we will add a user input that asks the user to enter the num
Javascript function we will add a user input that asks the user to enter the number of job duties that they want to see that you preformed at your previous job. When the user clic…
Javascript is a prototype-based object oriented language but can become class-ba
Javascript is a prototype-based object oriented language but can become class-based in a variety of ways, either by: Writing the functions to be used as classes by yourself Use a …
Javascript problem - segment of code, that is nested within other code which pro
Javascript problem - segment of code, that is nested within other code which properly inputs a user prompted file. This part of the code is attempting to set the first three int's…
Javascript question for creating an app How to make script that can search and a
Javascript question for creating an app How to make script that can search and add users to a friends list, can remove friends from a friends list and message specific friends fro…
Javascript trouble with creating a zoo monitoring program Hi everyone! I\'ve tri
Javascript trouble with creating a zoo monitoring program Hi everyone! I've tried everything imaginable to create this zoo monitoring code within netbeans but have been really str…
Javascript works except for it needs to flag a string that has first two letters
Javascript works except for it needs to flag a string that has first two letters as uppercase and rest as lowercase - here's what I have so far: ad> <title>ssn Checker<…
Javascript/HTML Create a Web page that uses the \"onload\" event and \"browser s
Javascript/HTML Create a Web page that uses the "onload" event and "browser sniffing" to discover the following information: User's browser (IE - Chrome - Firefox - etc.) and brow…
Javascript/HTML I\'m making a yachtzee style program. Basically there is 6 dice
Javascript/HTML I'm making a yachtzee style program. Basically there is 6 dice (d0,d1,d2,d3,d4,d5) all held in an array called diceValues. When ever you click roll, the 6 dice ran…
Javascript/HTML. The code below is my current code. It is suppose to calculate a
Javascript/HTML. The code below is my current code. It is suppose to calculate an employee's net pay, prompt for the hourly pay rate, number of hours worked in a week and number o…
Javascript/HTML. Would someone be able to help me with this program. It is suppo
Javascript/HTML. Would someone be able to help me with this program. It is suppose to allow the user to enter the number of dumplings Po eats every month and the user should be ab…
Javascript/Html/jQuery combination question: Make a 8x8 grid and have a \' * \'
Javascript/Html/jQuery combination question: Make a 8x8 grid and have a ' * ' character at a randomly generated box within the grid Then make buttons that are able to move the * i…
Javascript/Html/jQuery combination question: Make a 8x8 grid and have a \' * \'
Javascript/Html/jQuery combination question: Make a 8x8 grid and have a ' * ' character at a randomly generated box within the grid Then make buttons that are able to move the * i…
Javascript: Suppose that m and n are integers and m is nonzero. Recall that m is
Javascript: Suppose that m and n are integers and m is nonzero. Recall that m is called a divisor of n if n 14 mt for some integer t; that is, when m divides n, the remainder is 0…
Jave Program - There are somethings wrong with my code and it will not run/give
Jave Program - There are somethings wrong with my code and it will not run/give the correct output. Please see the output needed the code just needs debugging: THIS IS THE SUBCL…
Jave Program Pratice: (The Person, Student, Employee, Faculty, and Staff classes
Jave Program Pratice: (The Person, Student, Employee, Faculty, and Staff classes) Design a class named Person and its two subclasses named Student and Employee. Make Faculty and S…
Jave Question: Write an application that uses an Array to store 10 messages of t
Jave Question: Write an application that uses an Array to store 10 messages of type String. You can load this data structure with 10 messages of your choosing. For example a messa…
Jave Question: Write the code of data type class RainFall_yourLastName including
Jave Question: Write the code of data type class RainFall_yourLastName including data member rainfallMonth that is an double array size 12 to store the rain amount of 12 months, c…
Jave help please. Here is my instruction and my program below. My program works,
Jave help please. Here is my instruction and my program below. My program works, but I need to use JUnit testing how do I implement that? Implment a subclass of BankAccount called…
Jave help please. Here is my instruction and my program below. My program works,
Jave help please. Here is my instruction and my program below. My program works, but I need to use JUnit testing how do I implement that? Implment a subclass of BankAccount called…
Jave help please. Here is my instruction and my program below. My program works,
Jave help please. Here is my instruction and my program below. My program works, but I need to use JUnit testing how do I implement that? Implment a subclass of BankAccount called…
Jave help please. Here is my instruction and my program below. My program works,
Jave help please. Here is my instruction and my program below. My program works, but I need to use JUnit testing how do I implement that? Implment a subclass of BankAccount called…
Javier Company developed the fellowing data for the weath of Augast 1. Angust 1
Javier Company developed the fellowing data for the weath of Augast 1. Angust 1 eash balance $12,300 2. Cash sales in August 580,000 sales are cellected in menth of sale. I 5% is …
Javier Galindo, the husband of Richard Clark’s housekeeper, was sitting in his c
Javier Galindo, the husband of Richard Clark’s housekeeper, was sitting in his car, parked in the driveway of Clark’s house, waiting to pick up his wife. While he was waiting, a l…
Javier Pena has always been interested in financing artistic projects. He has re
Javier Pena has always been interested in financing artistic projects. He has recently been offered two financing opportunities in the fashion industry: financing a new line of av…
Javier and Anita Sanchez purchased a home on January 1 of year 1 for $500,000 by
Javier and Anita Sanchez purchased a home on January 1 of year 1 for $500,000 by paying $50,000 down and borrowing the remaining $450,000 with a 7 percent loan secured by the home…
Javier and Anita Sanchez purchased a home on January 1, 2015, for $500,000 by pa
Javier and Anita Sanchez purchased a home on January 1, 2015, for $500,000 by paying $200,000 down and borrowing the remaining $300,000 with a 7 percent loan secured by the home. …
Javier drops in on his friend Luiz to see how his first project management assig
Javier drops in on his friend Luiz to see how his first project management assignment is going. Luiz had just finished the defining and organizing phase and presented his plan to …
Javier is a lawyer who wants to ran a restaurant. So Javier rented a place for 1
Javier is a lawyer who wants to ran a restaurant. So Javier rented a place for 10400 euro per year. Hired a waitress, wage is 20 euro per hour, and 30 euro per hour after 40 hours…
Javier is a lawyer who wants to ran a restaurant. So Javier rented a place for 1
Javier is a lawyer who wants to ran a restaurant. So Javier rented a place for 10400 euro per year. Hired a waitress, wage is 20 euro per hour, and 30 euro per hour after 40 hours…
Javier is a lawyer who wants to ran a restaurant. So Javier rented a place for 1
Javier is a lawyer who wants to ran a restaurant. So Javier rented a place for 10400 euro per year. Hired a waitress, wage is 20 euro per hour, and 30 euro per hour after 40 hours…
Javier loves snacks and spends $100/week on them (so I = $100 for this problem).
Javier loves snacks and spends $100/week on them (so I = $100 for this problem). Candy costs $10/pound and nuts cost $10/pound, and Javier can buy fractions of pounds if he wants.…
Javier recently graduated and started his career with DNL Inc. DNL provides a de
Javier recently graduated and started his career with DNL Inc. DNL provides a defined benefit plan to all employees. According to the terms of the plan, for each full year of serv…
Javier recently graduated and started his career with DNL Inc. DNL provides a de
Javier recently graduated and started his career with DNL Inc. DNL provides a defined benefit plan to all employees. According to the terms of the plan, for each full year of serv…
Javier volunteers in community events each month. He does not do more than five
Javier volunteers in community events each month. He does not do more than five events in a month. He attends exactly five events 35% of the time, four events 25% of the time, thr…
Javits & Sons common stock currently trades at $30 ashare. It is expected to pay
Javits & Sons common stock currently trades at $30 ashare. It is expected to pay an annual dividend of $3.00 ashare at the end of the year (D1 = $3.00), and theconstant growth…