Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1073 / 1333
Write a program that can create two matrices and then it multiplies them! MAKE S
Write a program that can create two matrices and then it multiplies them! MAKE SURE TO PLEASE INCLUDE COMMENTS FOR ME TO ADD POINTS !!!!!!!!!!!!!!! :)))))) The user first inputs t…
Write a program that can deal a deck of cards 1) 4 suits 2) 13 values A, 2-10, J
Write a program that can deal a deck of cards 1) 4 suits 2) 13 values A, 2-10, J, Q, K 3) Prompt for # users (Y) 4) Prompt for # cards/user (X) 5) Deal X cards to Y users, one eac…
Write a program that can determine the number of days in a month for a specified
Write a program that can determine the number of days in a month for a specified month and year. The program should allow a user to enter two integers representing a month and a y…
Write a program that can find the length of a string, find the number of words,
Write a program that can find the length of a string, find the number of words, copy a string, and capitalize the copied string Your program will not take any arguments. Instead, …
Write a program that can guess any number between 1 and 1000 by asking 10 simple
Write a program that can guess any number between 1 and 1000 by asking 10 simple questions of the form "Is your number greater than x?". I believe the idea is to answer a series o…
Write a program that can perform any of several possible options on a collection
Write a program that can perform any of several possible options on a collection of user specified integers. The options are: (1) Enter a new integer, (2) Find the largest value, …
Write a program that can play Tic-Tac-Toe effectively. (See Section3.1.3.) To do
Write a program that can play Tic-Tac-Toe effectively. (See Section3.1.3.) To do this, you will need to create a game tree T, which is a tree where each node corresponds to a game…
Write a program that can play the “guess the three hidden numbers” game. A numbe
Write a program that can play the “guess the three hidden numbers” game. A number between 0 and 99 is randomly set. Then, the user can specify a “min” and “max”, and the computer …
Write a program that can play tic-tac-toe. To do this you will need to create a
Write a program that can play tic-tac-toe. To do this you will need to create a game tree, which is a tree where each node corresponds to a game congifuration, which , in this cas…
Write a program that can read XML files for customer accounts receivable, such a
Write a program that can read XML files for customer accounts receivable, such as <ar> <customerAccounts> <customerAccount> …
Write a program that can read XML files for customer accounts receivable, such a
Write a program that can read XML files for customer accounts receivable, such as <ar> <customerAccounts> <customerAccount> …
Write a program that can read XML files for customer accounts receivable, such a
Write a program that can read XML files for customer accounts receivable, such as <ar> <customerAccounts> <customerAccount> …
Write a program that can read XML files, such as 3 1295.32 4 25.00 3 100.00 3 25
Write a program that can read XML files, such as 3 1295.32 4 25.00 3 100.00 3 25.00 3 4 250.00 Your program should construct a Bank object, parse the XML data & create new Ban…
Write a program that can read XML files, such as 3
Write a program that can read XML files, such as <bank> <account> <number>3</number> <balance>1295.32</balance> </account&…
Write a program that can read XML files, such as
Write a program that can read XML files, such as <inventory> <products> <product> <code>012-345</code> <desc>Cat foo…
Write a program that can read a list of numbers, find their average, sort the nu
Write a program that can read a list of numbers, find their average, sort the numbers, and search the average. The detailed tasks are described below. 1) Write a function named Ev…
Write a program that capitalizes every other word in an input sentence until pun
Write a program that capitalizes every other word in an input sentence until punctuation is reached. After the punctuation, the rest of the sentence should be as is in the input s…
Write a program that carries out the following tasks: Open a file with the name
Write a program that carries out the following tasks: Open a file with the name hello.txt; Store the message "Hello World!" in the file; Close the file; Open the same file again; …
Write a program that changes the speed of the DC motor proportional to the value
Write a program that changes the speed of the DC motor proportional to the value of a potential meter. For example, If the potential meter is on the max the speed of the DC motor …
Write a program that changes the speed of the DC motor proportional to the value
Write a program that changes the speed of the DC motor proportional to the value of a potential meter. For example, If the potential meter is on the max the speed of the DC motor …
Write a program that checks a text file for s all the text from the input file t
Write a program that checks a text file for s all the text from the input file to the output file, but with the following two changes (1) Any string of two or more blank character…
Write a program that checks a text file for several formatiing and punctuation m
Write a program that checks a text file for several formatiing and punctuation matters. The program asks for the names of both an input file and an output file. It then copies all…
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 asks for the names of both an input file and an output file. It then copies all…
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 asks for the names of both an input file and an output file. It then copies all…
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 asks for the names of both an input file and an output file. It then copies all…
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 asks for the names of both an input file and an output file. It then copies all…
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 asks for the names of both an input file and an output file. It then copies all…
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 asks for the names of both an input file and an output file. It then copies all…
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 asks for the names of both an input file and an output file. It then copies all…
Write a program that checks for a palindrome. Upper and lower case are considere
Write a program that checks for a palindrome. Upper and lower case are considered the same. 1)System asks user to enter 80 characters and store that string in a buffer. 2) Then sh…
Write a program that checks for a palindrome. Upper and lower case are considere
Write a program that checks for a palindrome. Upper and lower case are considered the same. 1)System asks user to enter 80 characters and store that string in a buffer. 2) Then sh…
Write a program that checks the spelling of all words in a file. It should read
Write a program that checks the spelling of all words in a file. It should read each word of a file and check whether it is contained in a word list.The program should read each w…
Write a program that checks wether the or not a number given by the user is even
Write a program that checks wether the or not a number given by the user is even or odd. Please look at image below Chapter 5 activity Word Mazen Mohamed - File Home Insert Draw D…
Write a program that checks whether a user-specified year is a leap year. The ru
Write a program that checks whether a user-specified year is a leap year. The rules for a leap year are as follows (from scienceworld.wolfram.com): In the Gregorian calendar curre…
Write a program that checks whether or not a string of characters that has paren
Write a program that checks whether or not a string of characters that has parenthesis is well formed. Write the method in the provided driver. Parenthesis are well formed if ther…
Write a program that clears the screen and prompts the user to enter three signe
Write a program that clears the screen and prompts the user to enter three signed integers: Enter Signed Integer: - Assign those values to val2, val3, and val4. - val1, val2, val3…
Write a program that clears the screen, locates the cursor, prompts the user for
Write a program that clears the screen, locates the cursor, prompts the user for two numbers, adds the numbers, and displays their sum. Use the Clrscr, Gotoxy, Writestring, Readin…
Write a program that collects an input filename and an output filename. The inpu
Write a program that collects an input filename and an output filename. The input file contains lines with two double numbers per line. Write the maximum of each line in the input…
Write a program that collects an input filename and an output filename. The inpu
Write a program that collects an input filename and an output filename. The input file contains lines with two double numbers per line. Write the maximum of each line in the input…
Write a program that collects an input filename and an output filename. The inpu
Write a program that collects an input filename and an output filename. The input file contains lines with two double numbers per line. Write the maximum of each line in the input…
Write a program that compares two files and prints information about the differe
Write a program that compares two files and prints information about the differences between them. For example, consider a file data1.txt with the following contents: This file ha…
Write a program that computes a patient Solution //Here’s the code bro //Enjoy #
Write a program that computes a patient
Write a program that computes a patient Solution //Here’s the code bro //Enjoy #
Write a program that computes a patient
Write a program that computes a patient Solution //Here’s the code bro //Enjoy #
Write a program that computes a patient
Write a program that computes a patient\'s bill for a hospital stay. This includ
Write a program that computes a patient's bill for a hospital stay. This includes designing several classes: HospitalCharges, Surgery, Medication, PatientAccount, and Date class. …
Write a program that computes a patient\'s bill for a hospital stay. the differe
Write a program that computes a patient's bill for a hospital stay. the different components of the program are: The Patient Account class the Surgery class the Pharmacy class the…
Write a program that computes all of the following statistics for a file and out
Write a program that computes all of the following statistics for a file and outputs the statistics to both the screen and to another file: The total number of occurrences of char…
Write a program that computes an approximation of a definite integral for the fu
Write a program that computes an approximation of a definite integral for the functions f(x) = e^(-x^2) and f(x) = e^(-x) with a = 0 and b = 1. The program should use the trapezoi…
Write a program that computes and displays the charges for a patients hospital s
Write a program that computes and displays the charges for a patients hospital stay. First, the program should ask if the patient was admitted as an in-patient or an out patient. …
Write a program that computes and prints the sum of integers from A to B . Creat
Write a program that computes and prints the sum of integers from A to B. Create an appropriate class Summer that has a sum method that takes the range of numbers (A and B) from t…