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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1117 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Write a program that will prompt the user to enter a number, n, of men. Fill a L
Write a program that will prompt the user to enter a number, n, of men. Fill a LinkedList with n Integer objects numbered 1, 2, , n. (Hint: The Integer value will be equal to the …
Write a program that will prompt the user to enter a number, n, of men. Fill a L
Write a program that will prompt the user to enter a number, n, of men. Fill a LinkedList with n Integer objects numbered 1,2,...,n. The Collections class has an algorithm called …
Write a program that will prompt the user to enter an integer between 0 and 999,
Write a program that will prompt the user to enter an integer between 0 and 999, and then print out the English phrase that represents this number. A sample dialog might be: Enter…
Write a program that will read a DNA or RNA sequence in FASTA format and determi
Write a program that will read a DNA or RNA sequence in FASTA format and determine the count of each nucleotide in the sequence. Your task is to write such a program as a Perl scr…
Write a program that will read a file called message.txt that contains ten lines
Write a program that will read a file called message.txt that contains ten lines of text. The program should determine the total number of words in the text, the number of vowels …
Write a program that will read a file containing information about clients: name
Write a program that will read a file containing information about clients: names, passwords, account balances and ID numbers. The information will be stored in a table. The table…
Write a program that will read a file containing information about clients: name
Write a program that will read a file containing information about clients: names, passwords, account balances and ID numbers. The information will be stored in a table. The table…
Write a program that will read a file containing student names and scores from a
Write a program that will read a file containing student names and scores from an exam.txt file into six (6) parallel arrays. Name the arrays strFirstName(), strLastName(), charMi…
Write a program that will read a file of 6 student records called marks.txt, whi
Write a program that will read a file of 6 student records called marks.txt, which you must create yourself as shown below. Each student record consists of a student number (7 dig…
Write a program that will read a file of 6 student records called marks.txt, whi
Write a program that will read a file of 6 student records called marks.txt, which you must create yourself as shown below. Each student record consists of a student number (7 dig…
Write a program that will read a file over a network from a server and display t
Write a program that  will read a file over a network from a server and display the file on the screen of the client.  It will use a TCP/IP stream socket connection between a serv…
Write a program that will read a file that has the following format (each item i
Write a program that will read a file that has the following format (each item is on a separate line to make reading easier for you) Player First Name Player Last Name Screen Name…
Write a program that will read a line of text and output a list of all the lette
Write a program that will read a line of text and output a list of all the letters that occur in the text together with the number of times each letter occurs in the line. End the…
Write a program that will read a line of text from the keyboard. Display all the
Write a program that will read a line of text from the keyboard. Display all the letters that occur in the text, one per line and in alphabetical order, along with the number of t…
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 a sentinel value. Display all the letters that occur in the text, one per line and in alphab…
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 a sentinel value . Display all the letters that occur in the text, one per line and in alpha…
Write a program that will read a line of text, and will display all letters in t
Write a program that will read a line of text, and will display all letters in the text along with the number of times the letter appears in the text. Your program should begin by…
Write a program that will read a single human readable character from the serial
Write a program that will read a single human readable character from the serial port and send back a string that represents the Morse code pattern for that character TA Signature…
Write a program that will read an angle (x), read the number of terms (n) used f
Write a program that will read an angle (x), read the number of terms (n) used for approximating sin(x), and calculate/print out the approximated value for sin(x). So far I have s…
Write a program that will read an input file and write an output file. Each line
Write a program that will read an input file and write an output file. Each line of the input file contains two values, the legs of a right triangle. The program should calculate …
Write a program that will read an unknown number of bowlers and their bowling sc
Write a program that will read an unknown number of bowlers and their bowling scores (with possible values from 1 to 300) from an external file called "bowlingscores.txt". The fil…
Write a program that will read data from the file \"p6.dat\". The file (that you
Write a program that will read data from the file "p6.dat". The file (that you will create) always contains 15 test scores (whole numbers between 0 and 100). The test scores are s…
Write a program that will read data from the file \"p6.dat\". The file (that you
Write a program that will read data from the file "p6.dat". The file (that you will create) always contains 15 test scores (whole numbers between 0 and 100). The test scores are s…
Write a program that will read data from the file \"p6.dat\". The file always co
Write a program that will read data from the file "p6.dat". The file always contains 15 test scores (whole numbers between 0 and 100). The test scores are scores for 5 students ta…
Write a program that will read data of type double. Find the smallest value, asc
Write a program that will read data of type double. Find the smallest value, ascending order ,descending order,sum and the average of the data .use -1 as a sentinel. Reference arr…
Write a program that will read data of type double. Find the smallest value, asc
Write a program that will read data of type double. Find the smallest value, ascending order ,descending order,sum and the average of the data .use -1 as a sentinel. Reference arr…
Write a program that will read five values of type double from the keyboard and
Write a program that will read five values of type double from the keyboard and store them in an array. Calculate the reciprocal of each value (the reciprocal of a value x is 1.0/…
Write a program that will read five values of type double from the keyboard and
Write a program that will read five values of type double from the keyboard and store them in an array. Calculate the reciprocal of each value (the reciprocal of a value x is 1.0/…
Write a program that will read in a line of text and output the number of words
Write a program that will read in a line of text and output the number of words in the line and the frequency of each letter, both as a count and as a relative frequency within th…
Write a program that will read in a line of text and output the number of words
Write a program that will read in a line of text and output the number of words in the line and the number of occurrences of each letter. Define a word to be any string of letters…
Write a program that will read in a line of text and outputthe number of words i
Write a program that will read in a line of text and outputthe number of words in the line and the number of occurances ofeach letter. Define a word to be any string of letters th…
Write a program that will read in a line of text up to 100 characters as a C-sty
Write a program that will read in a line of text up to 100 characters as a C-style string, and output the number of words in the line and the number of occurrences of each letter.…
Write a program that will read in a list of 25 numbers. Sort the list of numbers
Write a program that will read in a list of 25 numbers. Sort the list of numbers. On the next line, will be a list of numbers to search the list for. The numbers are coming from a…
Write a program that will read in a list of positive integers (including zero) a
Write a program that will read in a list of positive integers (including zero) and display some statistics regarding the integers. The user is assumed to enter the list in sorted …
Write a program that will read in a list of positive integers (including zero) a
Write a program that will read in a list of positive integers (including zero) and display some statistics regarding the integers. The user will enter the list in sorted order, st…
Write a program that will read in a list of positive integers (including zero) a
Write a program that will read in a list of positive integers (including zero) and display some statistics regarding the integers. The user is assumed to enter the list in sorted …
Write a program that will read in a list of positive integers (including zero) a
Write a program that will read in a list of positive integers (including zero) and display some statistics regarding the integers. The user is assumed to enter the list in sorted …
Write a program that will read in grades, the number of which is also input by t
Write a program that will read in grades, the number of which is also input by the user. The program will find the sum of those grades and pass it, along with the number of grades…
Write a program that will read in numeric grade values for a group of students.
Write a program that will read in numeric grade values for a group of students. The number of students that attempted the assignment is given by the user at the beginning of the p…
Write a program that will read in numeric grade values for a group of students.
Write a program that will read in numeric grade values for a group of students. The number of students that attempted the assignment is given by the user at the beginning of the p…
Write a program that will read ina file of points in a format like this: and out
Write a program that will read ina file of points in a format like this: and output them as ordered pairs, i.e.like this: #include <iostream> #include <string> #includ…
Write a program that will read monthly sales into a dynamically allocatedarray.
Write a program that will read monthly sales into a dynamically allocatedarray. The program will input the size of the array from the user. Itwill call a function that will find t…
Write a program that will read postfix expression that may contain only integer
Write a program that will read postfix expression that may contain only integer numbers and operators (consider only binary operators: /, *, -, and + ) which are delimited by sing…
Write a program that will read records from a file (create your data file by usi
Write a program that will read records from a file (create your data file by using data from sample below) and store them in a binary file. That file will then be used as input to…
Write a program that will read some students marks (floating-point numbers) from
Write a program that will read some students marks (floating-point numbers) from a file and display the average of these marks on the console. The first line of the file will cont…
Write a program that will read standard input and echo each line to standard out
Write a program that will read standard input and echo each line to standard output with a line number and tab preceding it. When you run this program and enter lines from the ter…
Write a program that will read student\'s ID, first name, last name, and 5 score
Write a program that will read student's ID, first name, last name, and 5 scores from an input file "hw2data. txt". The 5 scores are midterm exam score, final exam score, homework…
Write a program that will read student’s ID, first name, last name, and 5 scores
Write a program that will read student’s ID, first name, last name, and 5 scores from an input file “hw2data.txt”. The 5 scores are midterm exam score, final exam score, homework …
Write a program that will read the following list of home market values for a de
Write a program that will read the following list of home market values for a development, from the keybooard, and store it in an array called prices. It will then caluculate and …
Write a program that will read the input file and check the first letter in the
Write a program that will read the input file and check the first letter in the student's name, if the student's name starts between the letter 'A' or 'a' - 'I' or 'I', you will i…