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 1099 / 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 reads a student’s name together with hisor her test scores.
Write a program that reads a student’s name together with hisor her test scores. The program should then compute the averagetest score for each student and assign the appropriate …
Write a program that reads a temperature as a whole number from the keyboard and
Write a program that reads a temperature as a whole number from the keyboard and outputs a “probable” season (winter, spring, summer, or fall) depending on the temperature. •If th…
Write a program that reads a temperature as a whole number from the keyboard and
Write a program that reads a temperature as a whole number from the keyboard and outputs a probable season (winter, spring, summer, or fall) depending on the temperature. If the t…
Write a program that reads a text file (input.txt) and uses a recursive algorith
Write a program that reads a text file (input.txt) and uses a recursive algorithm to compute the determinant of the given matrix. It should read the a order of the matrix, read th…
Write a program that reads a text file and reports the totalcount of words of ea
Write a program that reads a text file and reports the totalcount of words of each length. A word is defined as any contiguous set of alphanumeric characters,including symbols. Fo…
Write a program that reads a text file and reports the totalcount of words of ea
Write a program that reads a text file and reports the totalcount of words of each length. A word is defined as any contiguous set of alphanumeric characters,including symbols. Fo…
Write a program that reads a text file called \"sales.txt\". The file contains w
Write a program that reads a text file called "sales.txt". The file contains weekly sales information from a supermarket. Every line in the file contains three integers representi…
Write a program that reads a text file character by characterand makes a copy th
Write a program that reads a text file character by characterand makes a copy the file in other text file with the namename_backup.txt Modify the code of the previous exercise in …
Write a program that reads a text file containing a set of test scores, calculat
Write a program that reads a text file containing a set of test scores, calculates the average, median and mode. The file name must be entered by the user. Use the main function p…
Write a program that reads a text file containing a set of test scores, calculat
Write a program that reads a text file containing a set of test scores, calculates the average and median. The file name must be entered by the user. Your program should follow th…
Write a program that reads a text file containing a set of test scores. Each lin
Write a program that reads a text file containing a set of test scores. Each line in the file contains scores of a specific student. For example, the first line has the scores for…
Write a program that reads a text file selected by the user and prints a report
Write a program that reads a text file selected by the user and prints a report on the screen indicating how many lines of text were read, how many words were read, how many total…
Write a program that reads a text file then displays this menu Display file Show
Write a program that reads a text file then displays this menu Display file Show statistics (word count, line count, letter frequency with table format) Search Save file with anot…
Write a program that reads a text file, removes all occurrences of a specified S
Write a program that reads a text file, removes all occurrences of a specified String and stores the remaining words in another text file. You may assume that the text file contai…
Write a program that reads a text of strings from a text file (i.e. example.txt)
Write a program that reads a text of strings from a text file (i.e. example.txt), tokenizes each string (i.e. each line in the text file represents a string) into an array of word…
Write a program that reads a text of strings from a text file (i.e. example.txt)
Write a program that reads a text of strings from a text file (i.e. example.txt), tokenizes each string (i.e. each line in the text file represents a string) into an array of word…
Write a program that reads a two-dimensional array form an external file, one ro
Write a program that reads a two-dimensional array form an external file, one row at a time. Print out the original array. Determine which form, the two-dimensional array or the R…
Write a program that reads a word and prints the number of vowels in the word. F
Write a program that reads a word and prints the number of vowels in the word. For this exercise, assume that a e i o u y are vowels. For example, if the user provides the input "…
Write a program that reads all data from a web page and prints all hyperlinks of
Write a program that reads all data from a web page and prints all hyperlinks of the form link text No idea how to even start it besides this... I know you read the contents of a …
Write a program that reads all the information. If a student has more than 100 p
Write a program that reads all the information. If a student has more than 100 points in a homework then set the value to 100 (max possible is only 100). If the field is blank the…
Write a program that reads all the numbers from the file mynums.dat and prints o
Write a program that reads all the numbers from the file mynums.dat and prints out the sum of the positive values from the file. You must output an error if the file can't be open…
Write a program that reads an array of 20 integers with an appropriate prompt, s
Write a program that reads an array of 20 integers with an appropriate prompt, stores it, and then prints in three formats 1. a. b. c. One integer per line; All integers in a sing…
Write a program that reads an input file then print the input file data to an ou
Write a program that reads an input file then print the input file data to an output file but with the following additions 1. each line in the outpfile is prefixed with the curren…
Write a program that reads an input file then print the input file data to an ou
Write a program that reads an input file then print the input file data to an output file but with the following additions 1. each line in the outpfile is prefixed with the curren…
Write a program that reads an input line from the user (until the new-line chara
Write a program that reads an input line from the user (until the new-line character ) and displays the number of times each lower-case letter appears in it (Everything else in th…
Write a program that reads an input line from the user (until the new-line chara
Write a program that reads an input line from the user (until the new-line character ) and displays the number of times each lower-case letter appears in it (Everything else in th…
Write a program that reads an input line from the user (until the new-line chara
Write a program that reads an input line from the user (until the new-line character ) and displays the number of times each lower-case letter appears in it (Everything else in th…
Write a program that reads an input line from the user (until the new-line chara
Write a program that reads an input line from the user (until the new-line character ) and displays the number of times each lower-case letter appears in it (Everything else in th…
Write a program that reads an input text file consisting of a list of arithmetic
Write a program that reads an input text file consisting of a list of arithmetic expressions, one expression on each line. Each arithmetic expression may consist of three kinds of…
Write a program that reads an input text file consisting of a list of arithmetic
Write a program that reads an input text file consisting of a list of arithmetic expressions, one expression on each line. Each arithmetic expression may consist of three kinds of…
Write a program that reads an integer and displays, using asterisks, a filled di
Write a program that reads an integer and displays, using asterisks, a filled diamond of the given side length. For example, if the side length is 4, the program should Currency c…
Write a program that reads an integer and prints whether it is negative, zero, o
Write a program that reads an integer and prints whether it is negative, zero, or positive. Write a program that reads a floating-point number and prints "zero" if the number is z…
Write a program that reads an integer between 0 and 32767 and displays it as a 5
Write a program that reads an integer between 0 and 32767 and displays it as a 5-digit octal (base 8) number. The output should display 5 digits even if fewer are needed. Your cod…
Write a program that reads an integer k from user and finds the number of elemen
Write a program that reads an integer k from user and finds the number of elements that are divisible by k in the file assign txt. A number n is divisible by k if n = kx for some …
Write a program that reads an integer value from the user, representing a year.
Write a program that reads an integer value from the user, representing a year. The purpose of this program is to determine if the year is a leap year in the Gregorian calendar. A…
Write a program that reads an unspecified number (no more than 20) of positive i
Write a program that reads an unspecified number (no more than 20) of positive integers,     calculate the integer average of these positive numbers (not including 0),     and rep…
Write a program that reads an unspecified number (no more than 20) of positive i
Write a program that reads an unspecified number (no more than 20) of     positive integers, finds, and prints the maximal and minimal values using an array.     The input ends wi…
Write a program that reads an unspecified number of integers, determines how man
Write a program that reads an unspecified number of integers, determines how many positive and egative values have been read and computes the total and average of the input values…
Write a program that reads an unspecified number of nonnegative integers, determ
Write a program that reads an unspecified number of nonnegative integers, determines how many values have been read, and computes the total and average of the input values. The to…
Write a program that reads and encrypts a text file. Encryption is the science o
Write a program that reads and encrypts a text file. Encryption is the science of hiding the contents of the file from users that are not allowed to read its contents. Your progra…
Write a program that reads and encrypts a text file. Encryption is the science o
Write a program that reads and encrypts a text file. Encryption is the science of hiding the contents of the file from users are not allowed to read its contents. Your program wil…
Write a program that reads and encrypts a text file. Encryption is the science o
Write a program that reads and encrypts a text file. Encryption is the science of hiding the contents of the file from users that are not allowed to read its contents. Your progra…
Write a program that reads and prints a joke and its punch line from two differe
Write a program that reads and prints a joke and its punch line from two different files. The first file contains a joke, but not its punch line. The second file has the punch lin…
Write a program that reads and processes sets of data until a sentinel value of
Write a program that reads and processes sets of data until a sentinel value of a negative number. The first number in a set is a room number, the second is the room's capacity, a…
Write a program that reads and writes from binary or text files. Example Output:
Write a program that reads and writes from binary or text files. Example Output: --------------------Configuration: -------------------- Enter the file name: kenb Choose binary or…
Write a program that reads and writes from binary or text files. what i got so f
Write a program that reads and writes from binary or text files. what i got so far     import java.io.*;       import java.util.Scanner;              public class Binary implement…
Write a program that reads customers’ information from a file, and creates a mov
Write a program that reads customers’ information from a file, and creates a movie theatre seating with a number of rows and columns specified by a user. Then it will attempt to a…
Write a program that reads daily weather data for a month, and finds the average
Write a program that reads daily weather data for a month, and finds the average monthly temperature based on the daily average temperature. The data file, May_2015.txt, contains …
Write a program that reads data about people from a file. You are supposed to cr
Write a program that reads data about people from a file. You are supposed to create a quick data file for testing purposes yourself, which has the following structure: each line …
Write a program that reads data about people from a file. You are supposed to cr
Write a program that reads data about people from a file. You are supposed to create a quick data file for testing purposes yourself, which has the following structure: each line …