Web development and programming
191828 questions • Page 101 / 3837
*USE \"ReDim\" *THIS IS VBA CODE IN EXCEL Write a byref sub for swap, that accep
*USE "ReDim" *THIS IS VBA CODE IN EXCEL Write a byref sub for swap, that accepts the array, array size and first index to swap as input Write a main sub that Reads a list of numbe…
*USING C CODING LANGUAGE* Modify above code such that there are now five compone
*USING C CODING LANGUAGE* Modify above code such that there are now five components to it: 1. A function called foo that determines the size of the data file. It must be called 3 …
*USING C LANGUAGE with no errors detected String Manipulation: Reverse. Write a
*USING C LANGUAGE with no errors detected String Manipulation: Reverse. Write a function called Reverse that accepts as a parameter a char array (or char pointer) and returns a vo…
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function that takes an array and its size as inputs, and then finds (i) the maximum value in the array and (…
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function that takes an array and its size as inputs, and then finds (i) the maximum value in the array and (…
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function that takes an array and its size as inputs, and then finds (i) the maximum value in the array and (…
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function that takes an array and its size as inputs, and then finds (i) the maximum value in the array and (…
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function
*Use C (Pls indicate which is libmaxarray.h and libmaxarray.c) Write a function that takes an array and its size as inputs, and then finds (i) the maximum value in the array and (…
*Use the syntax from the pics below********************** Write a program in Jav
*Use the syntax from the pics below********************** Write a program in Java and run it in BlueJ according to the following specifications: The program first generates three …
*Using C language Generate two random numbers (x_0 and x_1) between 0.0 and 100.
*Using C language Generate two random numbers (x_0 and x_1) between 0.0 and 100.0 and compute their difference that is always positive. Repeat this for N times and find the averag…
*Using HTML5, CSS* *I need the code, not the final ouput* *Thank you! :)* Create
*Using HTML5, CSS* *I need the code, not the final ouput* *Thank you! :)* Create an “online survey” as a web page formatted to look similar to the example webpage at the end of th…
*Using Javascript* Find the people from the ancestry data set (textbook) who are
*Using Javascript* Find the people from the ancestry data set (textbook) who are didn't live past their 40th birthday & who passed away after 1800. Sample Code : function filt…
*Using Javascript* Find the people from the ancestry data set (textbook) who are
*Using Javascript* Find the people from the ancestry data set (textbook) who are didn't live past their 40th birthday & who passed away after 1800. Download ancestry.jsView in…
*Using Javascript* Tip: Use the function filter() shown in Chapter 5 Eloquent Ja
*Using Javascript* Tip: Use the function filter() shown in Chapter 5 Eloquent JavaScript Textbook. var ANCESTRY_FILE = "[ " + [ '{"name": "Carolus Haverbeke", "sex": "m", "born": …
*Using Javascript* create a web app that helps a player quickly calculate their
*Using Javascript* create a web app that helps a player quickly calculate their free throw shooting percentage. The user is presented with a form that asks them to enter their jer…
*Using Javascript* create a web app that helps a player quickly calculate their
*Using Javascript* create a web app that helps a player quickly calculate their free throw shooting percentage. The user is presented with a form that asks them to enter their jer…
*Using Python code Problem: You have been asked to write a program that will hel
*Using Python code Problem: You have been asked to write a program that will help users estimate credit card payments and interest paid. Your program will ask the user to enter th…
*Visual Studio* Purpose: The purpose of this assignment is for students to becom
*Visual Studio* Purpose: The purpose of this assignment is for students to become familiar with the Visual Studio IDE, compiling and executing a C# app, C# input and output comman…
*WHen adding BFF objects to arrayList, add them in alpha order, by first name. p
*WHen adding BFF objects to arrayList, add them in alpha order, by first name. package bestfriend; import java.util.*; public class BestFriend { private static int number = 0; …
*WRITE A .H FILE IN C PROGRAM* Write a program that converts a user entered temp
*WRITE A .H FILE IN C PROGRAM* Write a program that converts a user entered temperature in Fahrenheit to Celsius incorporating three modules and functions named as identified belo…
*We need to write a code using Javascript or html. When we run the program the o
*We need to write a code using Javascript or html. When we run the program the output will be the first picture. We need to enter the curent GPA, curent hours and we need to be ab…
*We need to write a code using css or html. When we run the program the output w
*We need to write a code using css or html. When we run the program the output will be the first picture. We need to enter the curent GPA, curent hours and we need to be able to a…
*What does it mean to have an overloaded constructoror method? *Can you overload
*What does it mean to have an overloaded constructoror method? *Can you overload a method just by changing the return type,e.g. one returns int and the other returns double? *What…
*What is the exact value of each variable after each specific line of code is ru
*What is the exact value of each variable after each specific line of code is run? PLEASE PLEASE!! DON'T JUST GIVE ME AN ANSWER, INSTEAD EXPLAIN ME HOW DO YOU KNOW THE ANSWER IS C…
*Will add more time and points(over 1500+). Please help and write comments to ex
*Will add more time and points(over 1500+). Please help and write comments to explain steps. Really want to learn. New to Java. Thanks Want to making a queue system for a restaura…
*Working on the implemenation of the Binary Search Tree. Re-implement the int de
*Working on the implemenation of the Binary Search Tree. Re-implement the int depth() method to use a software stack, rather than recursion. The depth returns the depth of the lon…
*Working on the implemenation of the Binary Search Tree. Re-implement the int de
*Working on the implemenation of the Binary Search Tree. Re-implement the int depth() method to use a software stack, rather than recursion. Use stacks NOT queues! The depth retur…
*Write a Method In Java StringArrayList containsPrefix(String pre) – returns a S
*Write a Method In Java StringArrayList containsPrefix(String pre) – returns a StringArrayList object containing String objects that starts with the String stored in pre. Example:…
*Write a program that ask the user to select one of the three geometric shapes,
*Write a program that ask the user to select one of the three geometric shapes, a cylinder, box, or sphere and to enter size information for tat item. The program then calculates …
*Write a program that computes the tax and tip on a restaurant bill for a patron
*Write a program that computes the tax and tip on a restaurant bill for a patron based on what they ordered. The tax should be 6.75 percent of the meal cost, if the service was go…
*Write in C, you must use only the standard libraries, such as stdio.h, math.h,
*Write in C, you must use only the standard libraries, such as stdio.h, math.h, and the Standard Template Library.* Integrity Checking Using CRC For this assignment you will write…
*You can write this in either C, C++, OR JAVA* Build a client and server that pr
*You can write this in either C, C++, OR JAVA* Build a client and server that provide a distributed chat service. Users (clients) should be allowed to connect to your server and s…
*You may not add any fields to the node or list classes *You may not add any met
*You may not add any fields to the node or list classes *You may not add any methods to the node class. * You MAY add private methods to the class (helper functions for the recurs…
*Your algorithms group has been tasked with creating an app that performs specia
*Your algorithms group has been tasked with creating an app that performs special operations on images. Specifically, your app will compare one black-and-white image into another …
*\"DoS Attacks and Password Cracking\" Please respond to the following: Identify
*"DoS Attacks and Password Cracking" Please respond to the following: Identify three (3) DoS attacks and analyze the way in which each attack takes advantage of the interworking o…
*all i need is a running start on this Create a function that will calculate the
*all i need is a running start on this Create a function that will calculate the correct change to be returned to the customer (in terms of how many $20’s, $10’s, $5’s, $1’s, …
*as aslways all queries should be data independent* Give the count of customers
*as aslways all queries should be data independent* Give the count of customers that do not have any flavor preference. Get the number of customers that have same preference as Pa…
*code in java* Write a program to do the following. It will prompt the user to e
*code in java* Write a program to do the following. It will prompt the user to enter a positive integer n. It will then prompt the user to enter a non-negative integer r such that…
*define the class bankaccount to store abank customer\'s account number and bala
*define the class bankaccount to store abank customer's account number and balance. suppose that account number is of type int , and balance is of type double .you class should at…
*disclaimer: I have asked this question quite a few times, so please don\'t post
*disclaimer: I have asked this question quite a few times, so please don't post previous answers* I need someone to minimize this nasty function attached using python 2.7.12. I ne…
*do not use Java*- please use iostream A prime number (or a prime) is a whole nu
*do not use Java*- please use iostream A prime number (or a prime) is a whole number greater than 1 that has no positive divisors other than 1 and itself. Write a program that det…
*easy, only 2 questions!!!!! You are given the following segment of code. All th
*easy, only 2 questions!!!!! You are given the following segment of code. All the following C++ questions are based on this code. class Owner { public: int …
*how does constant qualifier used to \"improve,\" that is, make more readable an
*how does constant qualifier used to "improve," that is, make more readable and reliable, the program : /* names1.c – uses pointers to a structure */ #include <stdio.h> #inc…
*i need help with 3 different java programs* 1)/* ******************************
*i need help with 3 different java programs* 1)/* ******************************************************** The program prompts for a value which will determine the number of r…
*i need help with this Java Program!* A variation on the number sequence Fibonac
*i need help with this Java Program!* A variation on the number sequence Fibonacci envisioned to solve that problem -- 0, 1, 1, 2, 3, 5... -- has become associated with definition…
*in java* A. How many times is the following loop body repeated? What is the out
*in java* A. How many times is the following loop body repeated? What is the output of the loop? int i = 0; while (i < 10) { if ((i + 1) % 2 == 0) System.out.println(i); i++;…
*must be able to use on oracle* \"most points to a good answer* here is the code
*must be able to use on oracle* "most points to a good answer* here is the code 1. List the total hours that chen has working on projects 2. List the name of division that has two…
*note, please do only exercise 2, exercise 1 is listed forreference. Thanks! Exe
*note, please do only exercise 2, exercise 1 is listed forreference. Thanks! Exercise 2: Write the implementation file for the TestScoreclass in Exercise 1. The constructor just a…
*note: I am using Visual Studio 2015 and i saw this question was already posted
*note: I am using Visual Studio 2015 and i saw this question was already posted but to be honest i didn't understand it So if someone could explain it to a novice it would be grea…
*please do only exercise 9, exercises 7&8 are forreference, thank you! Exercise
*please do only exercise 9, exercises 7&8 are forreference, thank you! Exercise 9: Write an int-returning function that prompts theuser for the number of values to be entered,…
Subject
Web development and programming
Use Browse or pick another subject.