Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 3818 / 3837

write a program that simulates the rolling of two dice. the program should use r
write a program that simulates the rolling of two dice. the program should use rand() to roll the first dice and should use rand() again to roll the second dice. the sum of the tw…
write a program that simulates the rolling of two dice. the program should use r
write a program that simulates the rolling of two dice. the program should use rand() to roll the first dice and should use rand() again to roll the second dice. the sum of the tw…
write a program that solves magic square puzzles using recursive backtracking.A
write a program that solves magic square puzzles using recursive backtracking.A magic square of order n is an n x n grid that is filled with the integers from 1 to n^2 such that a…
write a program that stores a series of numbers in a binary tree. then have the
write a program that stores a series of numbers in a binary tree. then have the program insert the values into a queue in ascending order. dequeue the values and display them on t…
write a program that stores the result os a sale variable multiplied by a profit
write a program that stores the result os a sale variable multiplied by a profit variable into a third variable named netsales , sales and profit values must be entered by the use…
write a program that take a string and a character from the userand then search
write a program that take a string and a character from the userand then search taht character in the string and where thecharacter is match the string character at taht should be…
write a program that takes a word from the keyboard and outputs whether it is an
write a program that takes a word from the keyboard and outputs whether it is an email address based on the presence of the @ character.......here is what I have...........and can…
write a program that takes a word from the keyboard and outputs whether it is an
write a program that takes a word from the keyboard and outputs whether it is an email address based on the presence of the @ character.......here is what I have but unfortunately…
write a program that takes as input an infix expression and outputs the equivale
write a program that takes as input an infix expression and outputs the equivalent postfix expression. The basic algorithm is 1. Initialize a stack of characters to hold the opera…
write a program that takes as input an infix expression and outputs the equivaql
write a program that takes as input an infix expression and outputs the equivaqlent post fix expression. here are the details.. 1) Ask the user to input an arithmetic expression i…
write a program that takes in input a set of search terms (e.g., \"computer prog
write a program that takes in input a set of search terms (e.g., "computer programs"), connects to Google's search engine, queries for the search terms, retrieves the HTML page co…
write a program that takes in input a set of search terms (e.g., \"computer prog
write a program that takes in input a set of search terms (e.g., "computer programs"), connects to Google's search engine, queries for the search terms, retrieves the HTML page co…
write a program that takes in input a set of search terms (e.g., \"computer prog
write a program that takes in input a set of search terms (e.g., "computer programs"), connects to Google's search engine, queries for the search terms, retrieves the HTML page co…
write a program that takes in input a set of search terms (e.g., \"computer prog
write a program that takes in input a set of search terms (e.g., "computer programs"), connects to Google's search engine, queries for the search terms, retrieves the HTML page co…
write a program that takes in two integer numbers x and y. print the output acco
write a program that takes in two integer numbers x and y. print the output according to the following rules: prints "div" if either number is evenly divisible by the other prints…
write a program that takes two positive non-zero integers (a and b) as command-l
write a program that takes two positive non-zero integers (a and b) as command-line arguments, and uses a while loop to compute the greatest common divisor of a and b through eucl…
write a program that that creates a linked list of a list of ints bubble sorted
write a program that that creates a linked list of a list of ints bubble sorted from a txt file
write a program that translates an English text into Pig-Latin (see rules below)
write a program that translates an English text into Pig-Latin (see rules below). It comes with a starter project that includes 4 buttons. Clear is alreay implemented but you need…
write a program that uses a for loop to calculate the balance in a savings accou
write a program that uses a for loop to calculate the balance in a savings account. The program should accept a deposit and interest rate from the user, then calculate and print f…
write a program that uses a recursive function to print a string backward. Do no
write a program that uses a recursive function to print a string backward. Do not use any global variables; use the appropriate parmaters. Yor main program my looks along the line…
write a program that uses a structure to store the following data Member Name De
write a program that uses a structure to store the following data Member Name Description Name       Idnum Tests Average Grade Student Name Student Id Num Pointer to an array of t…
write a program that will accept fuel usage information from the user about a se
write a program that will accept fuel usage information from the user about a series of trips. After each set of information (for one trip or fueling) is entered, summary informat…
write a program that will accept fuel usage information from the user about a se
write a program that will accept fuel usage information from the user about a series of trips. After each set of information (for one trip or fueling) is entered, summary informat…
write a program that will compute a monthly payment. You are to have, at least,
write a program that will compute a monthly payment. You are to have, at least, 1 function ( other than main() ) in your program. //am done with part one just need help with part …
write a program that will compute your average in a class course, based on the a
write a program that will compute your average in a class course, based on the amount of work graded at any time you run your program. this is the grading scale grading system: 2 …
write a program that will input letter grades (A,B,C,D,F), the number of which i
write a program that will input letter grades (A,B,C,D,F), the number of which is input by the user (a maximum of 50 grades). The grades will be read into an array. A function wil…
write a program that will locate certain words in a puzzle. your program will pe
write a program that will locate certain words in a puzzle. your program will perform the following steps: 1. the array characters will be store in a file 'puzzle.letters'. read t…
write a program that will multiply twodimentional arrays as follow: 1.The progra
write a program that will multiply twodimentional arrays as follow: 1.The program should prompt the user for the dimention of the firstarray (row x coloum). 2.The program should g…
write a program that will operate on a deck of 52 cards. Your program will: 1. D
write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each. a. The four hands need to be kept in an array for …
write a program that will read a line of text that ends with a period, which ser
write a program that will read a line of text that ends with a period, which serves as sentinel value. display all the letters that occur in the text, one per line and in alphabet…
write a program that will read in a sentence of up to 100 characters and output
write a program that will read in a sentence of up to 100 characters and output the sentence with spacing corrected and with letters corrected for capitalization. In other words, …
write a program that will read the contents of a file (message.txt) which contai
write a program that will read the contents of a file (message.txt) which contains a message that the user wishes to encrypt. The encrypted message will be saved to a file called …
write a program that will take the x and y coordinates of a point and tell us wh
write a program that will take the x and y coordinates of a point and tell us what quadrant the point is in or if the point sits on the coordinate line, what line it sits on. Reca…
write a program that will verify eligibility of joining the military from the us
write a program that will verify eligibility of joining the military from the user’s gender and age. Make the following 3 functions in addition to the main. function 1 : GetInfo E…
write a program that will verify passwords. A valid password consists of: At lea
write a program that will verify passwords. A valid password consists of: At least 6 characters At least one uppercase letter At least one lowercase letter At least one digit At l…
write a program that: 1. prompts the user to enter 15 integers and stores the nu
write a program that: 1. prompts the user to enter 15 integers and stores the numbers into an array. 2. Calls the function computerSum and store the return value into an integer v…
write a program that: Declares two integer arrays, a & b, both eleven elements l
write a program that: Declares two integer arrays, a & b, both eleven elements long, containing the numbers: array a:   543516756  1667855729 1919033451   544110447  544763750…
write a program to - read a file of integers -numbers must be stored in an array
write a program to - read a file of integers -numbers must be stored in an array -creat functions: * Compute and display the average of all numbers * Compute and display the numbe…
write a program to assign passengers seats in an airplane.Assume a small airplan
write a program to assign passengers seats in an airplane.Assume a small airplane with seat numberings as follows: 1 A B C D 2 A B C D 3 A B C D 4 A B C D 5 A B C D 6 A B C D 7 A …
write a program to build a binary search tree Dictionary. Input records are from
write a program to build a binary search tree Dictionary. Input records are from inventory.txt. The data for the BST <Key,E> KVpair are; Key is the PartNo and Element is the…
write a program to compute a customer\'s bill. the program should request the qu
write a program to compute a customer's bill. the program should request the quantity of each item ordered in a sub procedure, calculate the total cost with a function procedure, …
write a program to compute numeric grades for a course. The course records are i
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: Each…
write a program to compute numeric grades for a course. The courserecords are in
write a program to compute numeric grades for a course. The courserecords are in a file that will serve as the input file. The inputfile is in exactly the following format: Each l…
write a program to determine the time and date corresponding to a elapsed number
write a program to determine the time and date corresponding to a elapsed number of seconds since 00: 00: 00 on 1 January 2016. Have the user input the value of elapsed seconds. T…
write a program to dispense change. The user enters the amount paid and the amou
write a program to dispense change. The user enters the amount paid and the amount due. The program determines how many dollars, quarters, dimes, nickels, and pennies should be gi…
write a program to display the running time of the different sorts. Test the sor
write a program to display the running time of the different sorts. Test the sorts on arrays of various sizes. Arrays of the same size should contain identical entries Use the fun…
write a program to do a mathematical operation. Make sure the program asks for a
write a program to do a mathematical operation. Make sure the program asks for a user input to define all variables and must include the key words Try, and Catch. The program must…
write a program to find the sum of all positive number stored in the memory: ADD
write a program to find the sum of all positive number stored in the memory: ADDRESS                                  MEMORY 200                                             DEC 10…
write a program to generate your gpa in vb with following parameters: GPA calcul
write a program to generate your gpa in vb with following parameters: GPA calculator. (VISUAL BASIC) Ask the user to input a list of classesand the number of tests per class. Once…
write a program to help the weatherman with his weather report. you will sample
write a program to help the weatherman with his weather report. you will sample the temperature each hour on the hour over the course of 24 hours. at the end of the 24 hour cycle …