Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1097 / 1333
Write a program that reads a file containing an arbitrary number of text integer
Write a program that reads a file containing an arbitrary number of text integers that are in the range 0 to 99 and counts how many fall into each of eleven ranges. The ranges are…
Write a program that reads a file containing an unknown number of integers and d
Write a program that reads a file containing an unknown number of integers and displays the percentage of the integers in the file that are zero, the percentage that are negative …
Write a program that reads a file from a standard input and rewrites the file to
Write a program that reads a file from a standard input and rewrites the file to standard output, replacing alt tab characters ' ' with the appropriate number of spaces. Make the …
Write a program that reads a file from a standard input and rewrites the file to
Write a program that reads a file from a standard input and rewrites the file to standard output, replacing all tab characters ' ' with the appropriate number of spaces. Make the …
Write a program that reads a file from a standard input and rewrites the file to
Write a program that reads a file from a standard input and rewrites the file to standard output, replacing all tab characters ‘ ’ with the appropriate number of spaces. Make the …
Write a program that reads a file name from the keyboard. The file contains inte
Write a program that reads a file name from the keyboard. The file contains integers, each on a separate line. The first line of the input file will contain the number of integers…
Write a program that reads a file name from the keyboard. The file contains inte
Write a program that reads a file name from the keyboard. The file contains integers, each on a separate line. The first line of the input file will contain the number of integers…
Write a program that reads a file name from the keyboard. The file contains inte
Write a program that reads a file name from the keyboard. The file contains integers, each on a separate line. The first line of the input file will contain the number of integers…
Write a program that reads a file name from the keyboard. The file contains inte
Write a program that reads a file name from the keyboard. The file contains integers, each on a separate line. The first line of the input file will contain the number of integers…
Write a program that reads a file name from the keyboard. The file contains inte
Write a program that reads a file name from the keyboard. The file contains integers, each on a separate line. The first line of the input file will contain the number of integers…
Write a program that reads a file of numbers of type int and writes all the numb
Write a program that reads a file of numbers of type int and writes all the numbers to another file, but without any duplicate numbers. Assume that the numbers in the input file a…
Write a program that reads a given text file, outputs the text file as is, and a
Write a program that reads a given text file, outputs the text file as is, and also prints the number of lines and the number of times each letter appears in the text file. (To si…
Write a program that reads a given text file, outputs the text file as is, and a
Write a program that reads a given text file, outputs the text file as is, and also prints the number of lines and the number of times each letter appears in the text file. (To si…
Write a program that reads a given text file, outputs the text file as is, and a
Write a program that reads a given text file, outputs the text file as is, and also prints the number of lines and the number of times each letter appears in the text file. (To si…
Write a program that reads a given text file, outputs the text file as is, and a
Write a program that reads a given text file, outputs the text file as is, and also prints the number of lines and the number of times each letter appears in the text file. (To si…
Write a program that reads a given text file, outputs the text file as is, and a
Write a program that reads a given text file, outputs the text file as is, and also prints the number of lines and the number of times each letter appears in the text file. (To si…
Write a program that reads a line of text, changes each uppercase letter to lowe
Write a program that reads a line of text, changes each uppercase letter to lowercase, and places each letter both in a queue and into a stack. The program should then verify whet…
Write a program that reads a line of text, changes each uppercase letter to lowe
Write a program that reads a line of text, changes each uppercase letter to lowercase, and places each letter both in a queue and into a stack. The program should then verify whet…
Write a program that reads a list of 10 integers from a file or use a list defin
Write a program that reads a list of 10 integers from a file or use a list defined by the programmer (hard coded). Then the program calculates the total and average for the follow…
Write a program that reads a list of a numbers and generates a histogram of the
Write a program that reads a list of a numbers and generates a histogram of the values. Your program must automatically determine the range of values that will go into each histog…
Write a program that reads a list of concepts/strings from the LIST.txt text fil
Write a program that reads a list of concepts/strings from the LIST.txt text file (one concept per line), stores them into an array of strings, and then prints the following conce…
Write a program that reads a list of enrollments from a file and prints a class
Write a program that reads a list of enrollments from a file and prints a class roster for the teacher. Make the class roster line up as neatly as you can and still fit on the scr…
Write a program that reads a list of exam scores from the keyboard. Using A=90 t
Write a program that reads a list of exam scores from the keyboard. Using A=90 to 100, B=80 to 89, C=70 to 79, D=60 to 69 and F=0-59 compute: (i)The total number of students, (ii)…
Write a program that reads a list of integers from a file of integers which the
Write a program that reads a list of integers from a file of integers which the name of that file is unknown and creates the following information: a. Finds and prints the sum and…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard and creates the
Write a program that reads a list of integers from the keyboard and creates the following information: a. Finds and prints the sum and the average of the integers. b. Finds and pr…
Write a program that reads a list of integers from the keyboard, creates a linke
Write a program that reads a list of integers from the keyboard, creates a linked list from them, and prints the result. Insert each integer into the tail. The list of the data is…
Write a program that reads a list of integers from the keyboard, creates a linke
Write a program that reads a list of integers from the keyboard, creates a linked list from them, and prints the result. Insert each integer into the tail. The list of the data is…
Write a program that reads a list of numbers from a data file into an array. The
Write a program that reads a list of numbers from a data file into an array. The number of values in the file is unspecified but you can assume that it is no more than 100 data va…
Write a program that reads a list of real numbers. After the program ends it sho
Write a program that reads a list of real numbers. After the program ends it should print out only the unique numbers. That is, only numbers that appear once in the list. If there…
Write a program that reads a list of student names and sorts the list. Your prog
Write a program that reads a list of student names and sorts the list. Your program should have a function called “readNames” that has two arguments: 1) a 2-D character array, 2) …
Write a program that reads a magic number. Then start reading numbers, one-by-on
Write a program that reads a magic number. Then start reading numbers, one-by-one. After each value, offer advice (higher or lower) to the player on how to win the game. If the ma…
Write a program that reads a magic number. Then start reading numbers, one-by-on
Write a program that reads a magic number. Then start reading numbers, one-by-one. After each value, offer advice (higher or lower) to the player on how to win the game. If the ma…
Write a program that reads a number between 1,000 and 999,999 from the user and
Write a program that reads a number between 1,000 and 999,999 from the user and prints it with a comma separating the thousands. Here is a sample dialog; the user input is in colo…
Write a program that reads a number from the input and displays the number raise
Write a program that reads a number from the input and displays the number raised to third power. Implement this in two parts: a main function for reading in the user input and di…
Write a program that reads a number, N, and then reads N numbers (integers) betw
Write a program that reads a number, N, and then reads N numbers (integers) between 0 and 100 representing the marks obtained by students in some subject. Then the program does th…
Write a program that reads a person\'s age then display its category according t
Write a program that reads a person's age then display its category according to the table: Write a program that reads an integers x and a positive integer y, and prints x^y in th…
Write a program that reads a person\'s name in the followingformat: first name,
Write a program that reads a person's name in the followingformat: first name, then middle name or initial, and then lastname. The program then outputs the name in the followingfo…
Write a program that reads a person’s name in the followingformat: first name, t
Write a program that reads a person’s name in the followingformat: first name, then middle name or initial, and then lastname. The program then outputs the name in the followingfo…
Write a program that reads a person’s name in thefollowing format: first name, t
Write a program that reads a person’s name in thefollowing format: first name, then middle name or initial, and thenlast name. The program then outputs the name in the followingfo…
Write a program that reads a person’s physical activity from a file, collects st
Write a program that reads a person’s physical activity from a file, collects statistics by month, and prints a table showing those statistics. The program should prompt the user …
Write a program that reads a phrase entered by the user into an array. It indica
Write a program that reads a phrase entered by the user into an array. It indicates whether or not the phrase is a palindrome and for each pair of letters that are compared, it in…
Write a program that reads a positive odd whole number n and prints a pyramid wh
Write a program that reads a positive odd whole number n and prints a pyramid where the first row contains all numbers from 1 to n (i.e., ascending order), the second row displays…
Write a program that reads a price and a quantity from an input file, determines
Write a program that reads a price and a quantity from an input file, determines the total bill (price * quantity) and prints the total bill to an output file. Hints and what prog…