Web development and programming
191828 questions • Page 3816 / 3837
write a program that calculates the acceleration (m/s^2) of a jet fighter launch
write a program that calculates the acceleration (m/s^2) of a jet fighter launched from an aircraft-carrier-based catapult, given the jet's takeoff speed in km/hr and the distance…
write a program that calculates the average of N integers. The program should pr
write a program that calculates the average of N integers. The program should prompt the user to enter the value of N and then afterward must enter all N numbers. If the user ente…
write a program that can be used to train the user to use lesssexist language by
write a program that can be used to train the user to use lesssexist language by suggesting alternative versions given by theuser. The program will ask for a sentence, read the se…
write a program that can read a text file of numbers and calculate the mean and
write a program that can read a text file of numbers and calculate the mean and standard deviation of those numbers. Print the result in another text file. Put the result on the c…
write a program that changes a temperature reading fromFahrenheit to Celsius usi
write a program that changes a temperature reading fromFahrenheit to Celsius using the following formula: Celsius =(100 / 180) * (Fahrenheit - 32). Your program should prompt the …
write a program that checks a text file for several formatting and punctuation m
write a program that checks a text file for several formatting and punctuation matters. The program ask for the names of both an inputfile and an output file. It then copies all t…
write a program that contains the function calories() that is to accept a long i
write a program that contains the function calories() that is to accept a long integer number total and the address of the integer variables pizza, chips, apples, mustard. the pas…
write a program that converts cents to dollars,quarters,dimesand cents. A) use i
write a program that converts cents to dollars,quarters,dimesand cents. A) use interactive approach to ask users to input the totalnumber of cents from the keyboard. B) use symbol…
write a program that converts multiple words and multiple numbers to its Morse c
write a program that converts multiple words and multiple numbers to its Morse code using Matlab. (For example convert the sentences: "I love my car" to its morse code and also nu…
write a program that coutns the number of elements in an array that are even num
write a program that coutns the number of elements in an array that are even number, the array has 11 elements, each 16 bit and is stored in memory location starting from $800 (hi…
write a program that coutns the number of elements in an array that are even num
write a program that coutns the number of elements in an array that are even number, the array has 11 elements, each 16 bit and is stored in memory location starting from $800 (hi…
write a program that creates a student class consisting of student ID and three
write a program that creates a student class consisting of student ID and three exam scores. in a seperate implementation class allow the user to enter class values. call the cons…
write a program that creates a two dimensional array to save the week days. Then
write a program that creates a two dimensional array to save the week days. Then ask the user to enter a number between 0 and 6. The program should print the corresponding day. wr…
write a program that creates an array of 10 integers the program should then use
write a program that creates an array of 10 integers the program should then use the following functions. write a Statistical Analysis program that creates an array of 10 integers…
write a program that deals random sorted \"bridge hands\" using two different me
write a program that deals random sorted "bridge hands" using two different methods. Bridge is a card game that uses a standard deck of 52 cards. There are four players, and each …
write a program that declares three one dimensional arrays named volts, current,
write a program that declares three one dimensional arrays named volts, current, and resistance. Each array should be declared in main () and be capable of holding 10 double preci…
write a program that declares three one dimensional arrays named volts, current,
write a program that declares three one dimensional arrays named volts, current, and resistance. Each array should be declared in main () and be capable of holding 10 double preci…
write a program that defines two different structures as follows: 1) A cPu struc
write a program that defines two different structures as follows: 1) A cPu structure that contains a manufacturers Name (string), a model number (int), a speed (float), and a pric…
write a program that defines two different structures as follows: 1) A cPu struc
write a program that defines two different structures as follows: 1) A cPu structure that contains a manufacturers Name (string), a model number (int), a speed (float), and a pric…
write a program that describes three one dimensional array named price,quantity,
write a program that describes three one dimensional array named price,quantity, and amount. eacch array should be declared in main() and be capable of holding 10 double-precison …
write a program that determines a student\'s grade. It readsthree test scores (b
write a program that determines a student's grade. It readsthree test scores (between 0 and 100) and calls a function thatcalculates and returns a student's grade based on the fol…
write a program that determines which of five geographic region within a major c
write a program that determines which of five geographic region within a major city north,north,east,west and central) had the fewest reported automobile accidents last year. it s…
write a program that does basic vector operations. You will write a function to
write a program that does basic vector operations. You will write a function to perform each operation, using arrays and loops as necessary. You may leave all the functions in the…
write a program that does basic vector operations. You will write a function to
write a program that does basic vector operations. You will write a function to perform each operation, using arrays and loops as necessary. You may leave all the functions in the…
write a program that does the following: 1. Read a list with names and year born
write a program that does the following: 1. Read a list with names and year born from a file into an array. 2. There will not be more than 30 names in the file. 3. Write a functio…
write a program that draws a graphical display of a 2D random walk using a Drawi
write a program that draws a graphical display of a 2D random walk using a DrawingPanel. Start a pixel walker in the middle of the panel. On each step, choose to move 1 pixel up, …
write a program that draws a graphical display of a 2D random walk using a Drawi
write a program that draws a graphical display of a 2D random walk using a DrawingPanel. Start a pixel walker in the middle of the panel. On each step, choose to move 1 pixel up, …
write a program that dynamically allocates an array large enough tohold a user d
write a program that dynamically allocates an array large enough tohold a user defined number of test scores. Once all the scores areentered the array should be passed to a functi…
write a program that estimates theprobability P that if N people are in a room,
write a program that estimates theprobability P that if N people are in a room, at least two of themhave the same birthday. By the same birthday, we mean the sameday and month (ig…
write a program that finds the hypotenuse of a right triangle, given lengths of
write a program that finds the hypotenuse of a right triangle, given lengths of its legs. Your program's dialog could go like this: This program asks you for the lengths of two le…
write a program that first defines three string objects called firstName, middle
write a program that first defines three string objects called firstName, middleName, and lastName which contains your own first, middle and last name separately. If you do not ha…
write a program that first displays messages asking for a person\'s name, weight
write a program that first displays messages asking for a person's name, weight in pounds, and weight in inches. the program that calculates and displays a person's body mass inde…
write a program that generate a report( bill) of utility using the folloing text
write a program that generate a report( bill) of utility using the folloing text file as an input.(the text file has: AcctNum, name, previous , current). your out put should disp…
write a program that generates twointegers under 100 and prompts the user to ent
write a program that generates twointegers under 100 and prompts the user to enter the addition ofthese two integers, the program then reports true if correct andfalse otherwise t…
write a program that gives simple math quizzes. The program should display two r
write a program that gives simple math quizzes. The program should display two random numbers that are to be added, such as: 247 +129 The program should allow the student to enter…
write a program that grades the written portion of the driver\'s license exam. T
write a program that grades the written portion of the driver's license exam. The exam has 20 multiple - choice questions. Here are the correct answers: 1.B 6.A 11.B 16.C 2.D 7.B …
write a program that handles Insert(S,x) Search(S,x) and Delete min(S) by AVL tr
write a program that handles Insert(S,x) Search(S,x) and Delete min(S) by AVL trees. Note that you do not have to implement the general delete. The normal way of doing so is defin…
write a program that implements a sorted linked list using dynamic allocated arr
write a program that implements a sorted linked list using dynamic allocated arrays. DataFile.txt contains the information of poker cards. 1. C: clubs (lowest), D: diamonds, H: he…
write a program that implements the enhanced Binary Search. Pass the ascending o
write a program that implements the enhanced Binary Search. Pass the ascending or descending order flag to a revised Binary Search function that can be defined like this: int Bina…
write a program that implements the following C++ concepts 1. Data Encapsulation
write a program that implements the following C++ concepts 1. Data Encapsulation 2. Instantiate classes 3. Composition Class 4. Aggregation Class 5. Dynamic Memory 6. File Stream …
write a program that includes a parent process and a child process. The parent p
write a program that includes a parent process and a child process. The parent process will read a word from standard input and send it to the child process. The child process wil…
write a program that initializes an array with 30 integers then calculates the m
write a program that initializes an array with 30 integers then calculates the mean value and standard deviation (is calculated as sqrt(((value i - mean)^2)/n). the program then p…
write a program that initializes an array with 30 integers then calculates the m
write a program that initializes an array with 30 integers then calculates the mean value and standard deviation (is calculated as sqrt(((value i - mean)^2)/n). the program then p…
write a program that inputs a string that represents a binary number. the string
write a program that inputs a string that represents a binary number. the string can contain only 0s and 1s and no other characters, not even spaces. validate that the entered num…
write a program that lets the user enter a word and then output all the words co
write a program that lets the user enter a word and then output all the words contained in the file words.txt that can be formed from the letters of the entered word. one algorith…
write a program that lets the user play against the computer in a variation of t
write a program that lets the user play against the computer in a variation of the popular blackjack card game. In this variation of the game, two six-sided dice are used instead …
write a program that loads data from a data file into arrays of structs. The pro
write a program that loads data from a data file into arrays of structs. The program will do some calculations using the data, print out information, and exit. The program must ta…
write a program that manages a schedule of classes for a college. Your program w
write a program that manages a schedule of classes for a college. Your program will include four classes: DigitalTime, TimeInterval, DaysOfWeek, and Course. The header files for D…
write a program that manages grades.The program include the following. (a). writ
write a program that manages grades.The program include the following. (a). write a function that prompts the users to enter the student information having the number, name, and g…
write a program that opens a text file and reads its contents into a stack of ch
write a program that opens a text file and reads its contents into a stack of characters. The program should then pop the characters from the stack and save them in a second text …
Subject
Web development and programming
Use Browse or pick another subject.