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 1096 / 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 prompts the user to toss a coin a set number of times and t
Write a program that prompts the user to toss a coin a set number of times and then determines how many times heads and tails were flipped. The program should prompt the user to e…
Write a program that prompts the users for a walk length and performs 10 random
Write a program that prompts the users for a walk length and performs 10 random walks of the request length And the output should same as this picture with random 10walk Question3…
Write a program that prompts the uset for his/her last name, gender, and age, in
Write a program that prompts the uset for his/her last name, gender, and age, inputting responses for each into memory. Print a greeting to the screen in the form: Hello [prefix] …
Write a program that prompts to read students\' names followed by their test sco
Write a program that prompts to read students' names followed by their test scores (1 test score for every student). The program should output to the screen, the student's name fo…
Write a program that prompts user to enter a fraction in the formatof numerator/
Write a program that prompts user to enter a fraction in the formatof numerator/denominator, then the program will output the reducedform of the input fraction. a. You need to wri…
Write a program that prompts user to input a date and reads the date from the ke
Write a program that prompts user to input a date and reads the date from the keyboard and then tests whether it is a valid date. The input date will have the format mm dd yyyy se…
Write a program that queries the user for two resistor values and then calculate
Write a program that queries the user for two resistor values and then calculates the total resistance assuming the resistors are in series. Write another program that queries the…
Write a program that randomly chooses between three different colors for display
Write a program that randomly chooses between three different colors for displaying text on the screen. Use a loop to display twenty lines of text, each with a randomly chosen col…
Write a program that randomly fills in 0-9 into an n times m matrix, prints the
Write a program that randomly fills in 0-9 into an n times m matrix, prints the matrix, and finds the rows and columns with the largest value. You can use different approaches to …
Write a program that randomly fills in 0s and 1s into a 3x3 TicTacToe board, pri
Write a program that randomly fills in 0s and 1s into a 3x3 TicTacToe board, prints the board and also a message saying whether any rows, columns, or diagonals with all 0s or 1s. …
Write a program that randomly selects from a bag of eight objects. Each object c
Write a program that randomly selects from a bag of eight objects. Each object can be red, blue, orange, or green and it can be a ball or a cube. Assume the bag contains once obje…
Write a program that read integer exam scored in the range 0 to 100 and displaye
Write a program that read integer exam scored in the range 0 to 100 and displayes the Total number of scores, total number of each letter grade, percente of total for each letter …
Write a program that read student data from an input file and produces several c
Write a program that read student data from an input file and produces several computations to the screen and to an output file. The name of the input file and output files are in…
Write a program that read the given file StudentScores.txt. Store the scores for
Write a program that read the given file StudentScores.txt. Store the scores for each student in an array (this should be done automatically by the program). Your program will cal…
Write a program that read the given file StudentScores.txt. Store the scores for
Write a program that read the given file StudentScores.txt. Store the scores for each student in an array (this should be done automatically by the program).Your program will calc…
Write a program that read three integernumbers then compute the results of: mult
Write a program that read three integernumbers then compute the results of: multiplying each two numbersof those three. Finally, the program should print the medium resultbetween …
Write a program that reads 10 integers and prints the first and the last on one
Write a program that reads 10 integers and prints the first and the last on one line, the second and the ninth on the next line, the third and seventh on the next line, and so for…
Write a program that reads 10 numbers from the screen, calculates the mean (aver
Write a program that reads 10 numbers from the screen, calculates the mean (average), finds the minimum and maximum values, and outputs them to the screen. You have to use array s…
Write a program that reads 20 data values from a datafile to fill a one dimensio
Write a program that reads 20 data values from a datafile to fill a one dimensional array with 20 storagelocations. Assume the name of the array is DATA and the nameof the data fi…
Write a program that reads 20 names from a file called names.dat and stores them
Write a program that reads 20 names from a file called names.dat and stores them in two different arrays (eg names1, names2). Print the unsorted array then modify the selection so…
Write a program that reads 20 names from a file called names.dat and stores them
Write a program that reads 20 names from a file called names.dat and stores them in two different arrays (eg names1, names2). Print the unsorted array then modify the selection so…
Write a program that reads 24 integer data from a data file, places the integer
Write a program that reads 24 integer data from a data file, places the integer values in a 20 array, and displays them. The first row of the data represents the high temp values …
Write a program that reads 3 edges of a triangle and computes the perimeter if i
Write a program that reads 3 edges of a triangle and computes the perimeter if it is valid in JAVA Input: •Get the 3 edges as user input Calculations: •The inputs are valid if the…
Write a program that reads 3 integer values representing the integer coefficient
Write a program that reads 3 integer values representing the integer coefficients of a quadratic polynomial. The first number represents the coefficient of X2 and must not be zero…
Write a program that reads 4 numbers from a user, save the numbers in a single-d
Write a program that reads 4 numbers from a user, save the numbers in a single-dimensional array, and sort the saved numbers in a “descending” order. Important Notes: Assumed that…
Write a program that reads N integers into an array. Then prints on a separate l
Write a program that reads N integers into an array. Then prints on a separate line the value of each distinct element along with the number of times it occurs. The values should …
Write a program that reads a 2-3 character string (which will be a shorthand not
Write a program that reads a 2-3 character string (which will be a shorthand notation describing a playing card) from the user and outputs the full description of the card To begi…
Write a program that reads a 2-3 character string (which will be a shorthand not
Write a program that reads a 2-3 character string (which will be a shorthand notation describing a playing card) from the user and outputs the full description of the card To begi…
Write a program that reads a 5 x 5 two-dimensional array of integers and then pr
Write a program that reads a 5 x 5 two-dimensional array of integers and then prints the row sums and the column sums: Row Totals: Column Totals: You may either initialize this ar…
Write a program that reads a BMP file (formatted as specified in PR01) and decod
Write a program that reads a BMP file (formatted as specified in PR01) and decodes it. The output should be written to the file message_rx.txt with one message per line. pic to de…
Write a program that reads a Java source-code file and reports the number of key
Write a program that reads a Java source-code file and reports the number of keywords (including null, true, and false) in the file. If a keyword is in a comment or in a string, d…
Write a program that reads a bank account balance and an interest rate and displ
Write a program that reads a bank account balance and an interest rate and display the value of the account in ten years. The output should show the value of the account for 3 dif…
Write a program that reads a book using next(); (you will need to use a file loo
Write a program that reads a book using next(); (you will need to use a file loop) and counts how many occurances match a particular word. (you will need to use the equalsIgnoreCa…
Write a program that reads a char as an input from the keyboard and outputs whet
Write a program that reads a char as an input from the keyboard and outputs whether it is a digit. (Hint: look for a method in the Character class.) This is for my Java class, use…
Write a program that reads a character, an integer, and afloating-point number.
Write a program that reads a character, an integer, and afloating-point number. It then prints the character, first using a character format specification (%c)and then using an in…
Write a program that reads a comma-delimited file of student information, and st
Write a program that reads a comma-delimited file of student information, and stores them in an array of structures. Then provide following functionalities for the user: 1- Print …
Write a program that reads a data file call RandNumLond.dat. this file contains
Write a program that reads a data file call RandNumLond.dat. this file contains no more than 1,000 integers, with one integer value on each line. The value of each interger ranges…
Write a program that reads a data file called RandNumLond.dat This file contain
Write a program that reads a data file called RandNumLond.dat This file contain to more than 1,000 integers, with one integer value each line. The value of each integer ranges fro…
Write a program that reads a data file called RandNumLond.dat This file contains
Write a program that reads a data file called RandNumLond.dat This file contains no more than 1,000 integers, with one integer value each line. The value of each integer ranges fr…
Write a program that reads a date (day, month, year) and produces the next date.
Write a program that reads a date (day, month, year) and produces the next date. The program will prompt the user for the date. The program will make sure the user eventually ente…
Write a program that reads a file (\"scores.txt\") consisting of students\' test
Write a program that reads a file ("scores.txt") consisting of students' test scores in the range of 0-200. These scores should be loaded into a one dimensional array. Then the pr…
Write a program that reads a file a character at a time and prints out how many
Write a program that reads a file a character at a time and prints out how many times the vowels a e i o u occur (in upper- or lowercase). Complete the following file: Vowels.java…
Write a program that reads a file a character at a time and prints out how many
Write a program that reads a file a character at a time and prints out how many times the vowels a e i o u occur (in upper- or lowercase). Complete the following file: Vowels.java…
Write a program that reads a file and builds a key-sequenced general list. After
Write a program that reads a file and builds a key-sequenced general list. After the list is built, display it on the monitor. You may use any appropriate data structure, but it m…
Write a program that reads a file and summarizes the data in C using c89. hard-c
Write a program that reads a file and summarizes the data in C using c89. hard-code the filename data03.txt in your program and read this file exactly once. • Each time you run th…
Write a program that reads a file called parts.dat to create an inventory report
Write a program that reads a file called parts.dat to create an inventory report based on the data in the file. The display should consist of the part number, current balance, and…
Write a program that reads a file consisting of restaurant ratings and the date
Write a program that reads a file consisting of restaurant ratings and the date the rating was submitted. It should then determine the number of ratings in each of the following r…
Write a program that reads a file consisting of students%u2019 test scores in th
Write a program that reads a file consisting of students%u2019 test scores in the range 0%u2013200. It should then determine the number of students having scores in each of the fo…
Write a program that reads a file consisting of students%u2019 test scores in th
Write a program that reads a file consisting of students%u2019 test scores in the range 0%u2013200. It should then determine the number of students having scores in each of the fo…
Write a program that reads a file consisting of students’ test scores in the ran
Write a program that reads a file consisting of students’ test scores in the range 0–200. It should then determine the number of students having scores in each of the following ra…