Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1319 / 1333
write a program that requires the number of bits for the exponent and significan
write a program that requires the number of bits for the exponent and significant of a floating point representation, then requires two decimal real numbers and an operation,sum,s…
write a program that runs on a visual studio ,you have to write a program that t
write a program that runs on a visual studio ,you have to write a program that takes as input from the user a single 4 - digit integer. you can assume that this number will always…
write a program that saves records to a sequential access file named Trythis17.t
write a program that saves records to a sequential access file named Trythis17.txt. Each record should appear on a separate line and contain two fields separated by the umber sign…
write a program that scans from a file and finds the following information: a. f
write a program that scans from a file and finds the following information: a. finds how many integers in file , for example ( 40 20 20 20) it should say 4 , if its like (2 22 2 1…
write a program that ses threads and synchronization. As a result, you will get
write a program that ses threads and synchronization. As a result, you will get experience in writing a program that actually runs in parallel on lenix using threads (pthreads) an…
write a program that simulates a bank. The program will prompt the user asking i
write a program that simulates a bank. The program will prompt the user asking if they want to run the program again. If yes, then start the program over. If no, then terminate th…
write a program that simulates a bank. The program will prompt the user asking i
write a program that simulates a bank. The program will prompt the user asking if they want to run the program again. If yes, then start the program over. If no, then terminate th…
write a program that simulates a lottery. The program should have an array of 5
write a program that simulates a lottery. The program should have an array of 5 integers named WinningDigits, with a randomly generated number in the range of 0 through 9 for each…
write a program that simulates a lottery. The program should have an array of 5
write a program that simulates a lottery. The program should have an array of 5 integers named WinningDigits, with a randomly generated number in the range of 0 through 9 for each…
write a program that simulates a lottery. the program should have an array of fi
write a program that simulates a lottery. the program should have an array of five integers named winningdigits, with a randomly generated number in the range 0-9 for each element…
write a program that simulates the \"Guess a number\" game. first the program ge
write a program that simulates the "Guess a number" game. first the program generates a random integer between 1 and 100. it then asks the user to enter a guess (between 1 and 100…
write a program that simulates the bean machine. your program will prompt the us
write a program that simulates the bean machine. your program will prompt the user to enter the number of balls and the number of slots in the machine. Simulate the fall of each b…
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 a quadratic equation in all cases. Set up the follow
write a program that solves a quadratic equation in all cases. Set up the following classes: Complex: which encapsulates a complex number, Complex Pair: which encapsulates a pair …
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 \"for loops\" that inputs a 2 dimensional square array
write a program that uses "for loops" that inputs a 2 dimensional square array of [50][50] rows and columns. then the program will copy only the diagonal elements from upper left …
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 uses is and else or if and elsif conditional statements)tha
write a program that uses is and else or if and elsif conditional statements)that asks the user to enter a value for temperature. depending on the temperature given by the user di…
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 find the sum, mean, or mode of a set of integers, or a
write a program that will find the sum, mean, or mode of a set of integers, or a count of the total number of odd or even numbers. The first argument to your program will be a str…
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 in a weighted graph from an adjacency matrix stor
write a program that will read in a weighted graph from an adjacency matrix stored in a file. Display the graph to the user in some form: graphically, adjacency matrix, adjacency …
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…