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 1098 / 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 sentence as input and converts each word to \"Pig L
Write a program that reads a sentence as input and converts each word to "Pig Latin". In one version of Pig Latin, you convert a word by removing the first letter, placing that le…
Write a program that reads a sentence from the user. The sentence must contain a
Write a program that reads a sentence from the user. The sentence must contain at least 3 words and upto 4 words. It then creates a password for the user by taking the kth letter …
Write a program that reads a sentence using a dialog box. Depending on the lsat
Write a program that reads a sentence using a dialog box. Depending on the lsat character of the sentence, output another dialog box identifying the sentence as declarative, inter…
Write a program that reads a sequence of input values and displays a bar chart o
Write a program that reads a sequence of input values and displays a bar chart of the values in data, using asterisks, like this: ********************* ************************* *…
Write a program that reads a sequence of input values and displays a bar chart o
Write a program that reads a sequence of input values and displays a bar chart of the values in data, using asterisks, like this: ********************* ************************* *…
Write a program that reads a sequence of input values and displays a bar chart o
Write a program that reads a sequence of input values and displays a bar chart of the values in data, using asterisks, like this: ********************* ************************* *…
Write a program that reads a sequence of input values and displays a bar chart o
Write a program that reads a sequence of input values and displays a bar chart of the values, using asterisks, like this: ********************** **********************************…
Write a program that reads a sequence of integer values from the user, slopping
Write a program that reads a sequence of integer values from the user, slopping when the user enters a negative integer. After that, output only odd numbers. If the sequence of in…
Write a program that reads a sequence of integers into an array and that compute
Write a program that reads a sequence of integers into an array and that computes the alternating sum of all elements in the array. For example, if the program is executed with th…
Write a program that reads a sequence of names, ages, gpa-s, and zip codes for u
Write a program that reads a sequence of names, ages, gpa-s, and zip codes for up to 50 students from an input file.  Store the data in an array that has capacity to hold 50 Stude…
Write a program that reads a sequence of words from an input file, sorts the wor
Write a program that reads a sequence of words from an input file, sorts the words in alphabetical order and then outputs them on the screen. For this exercise a word is a sequenc…
Write a program that reads a series of phone numbers from a file and displays th
Write a program that reads a series of phone numbers from a file and displays them in a standard format. Each line of the file will contain a single phone number, but the numbers …
Write a program that reads a series of phone numbers from a file and displays th
Write a program that reads a series of phone numbers from a file and displays them in a standard format. Each line of the file will contain a single phone number, but the numbers …
Write a program that reads a series of student names and exam scores from an inp
Write a program that reads a series of student names and exam scores from an input file, then calculates and prints the following: Each student's information the total number of s…
Write a program that reads a set of floating-point data values that uses an appr
Write   a   program   that   reads   a   set   of   floating-point   data   values   that   uses   an   appropriate   sentinel   for   indicating   the   end   of   the   data   s…
Write a program that reads a set ofintegers, and then finds and displays the sum
Write a program that reads a set ofintegers, and then finds and displays the sum of the even and oddintegers. You will actually write and submit 3 differentprograms: 1) write this…
Write a program that reads a stream of integers from a file and prints to the sc
Write a program that reads a stream of integers from a file and prints to the screen the range of integers in the file (i.e. [lowest, highest]). You should first prompt the user t…
Write a program that reads a stream of integers from a file and prints to the sc
Write a program that reads a stream of integers from a file and prints to the screen the range of integers in the file (i.e. [lowest, highest]). You should first prompt the user t…
Write a program that reads a stream of integers from a file and writes only the
Write a program that reads a stream of integers from a file and writes only the positive numbers to a second file. The user should be prompted to enter the names of both the input…
Write a program that reads a stream of integers from the console and stores them
Write a program that reads a stream of integers from the console and stores them in an array. The array is then analyzed to compute the average of all the values in the array and …
Write a program that reads a stream of integers from the console and stores them
Write a program that reads a stream of integers from the console and stores them in an array. The array is then analyzed to compute the average of all the values in the array and …
Write a program that reads a stream of integers from the console and stores them
Write a program that reads a stream of integers from the console and stores them in an array. The array is then analyzed to compute the average of all the values in the array and …
Write a program that reads a string an outputs the number of timeseach lowercase
Write a program that reads a string an outputs the number of timeseach lowercase vowel appears in it. Your program must contain afunction with one of its parameters a string, and …
Write a program that reads a string an outputs the number of timeseach lowercase
Write a program that reads a string an outputs the number of timeseach lowercase vowel appears in it. Your program must contain afunction with one of its parameters a string, and …
Write a program that reads a string an outputs the number of timeseach lowercase
Write a program that reads a string an outputs the number of timeseach lowercase vowel appears in it. Your program must contain afunction with one of its parameters a string, and …
Write a program that reads a string and outputs the number of times each lowerca
Write a program that reads a string and outputs the number of times each lowercase vowel appears in it. Your program must contain a function with one of its parameters a string, a…
Write a program that reads a string and outputs the number of times each lowerca
Write a program that reads a string and outputs the number of times each lowercasevowel appears in it. Your program must contain a function with one of its parametersas a string v…
Write a program that reads a string consisting of a positive integer or a positi
Write a program that reads a string consisting of a positive integer or a positive decimal number and converts the number to the numeric format. If the string consists of a decima…
Write a program that reads a string containing exactly four words(separated by *
Write a program that reads a string containing exactly four words(separated by * symbols) into a single string object. Next, extract each word from the original string and store e…
Write a program that reads a string containing exactly four words(separated by *
Write a program that reads a string containing exactly four words(separated by * symbols) into a single string object. Next, extract each word from the original string and store e…
Write a program that reads a string for a date in the format month / day / year
Write a program that reads a string for a date in the format month / day / year and displays it in the format day . month . year, which is a typical format used in Europe. For exa…
Write a program that reads a string from the keyboard and computes the two array
Write a program that reads a string from the keyboard and computes the two arrays of integers upperCase, and lowerCase, each of size 26. The first one represents the frequency of …
Write a program that reads a string from the keyboard and computes the two array
Write a program that reads a string from the keyboard and computes the two arrays of integers upperCase, and lowerCase, each of size 26. The first one represents the frequency of …
Write a program that reads a string from the keyboard and tests whether it conta
Write a program that reads a string from the keyboard and tests whether it contains a valid date. Display the date and a message that indicates whether it is valid. If it is not v…
Write a program that reads a string from the keyboard and tests whether it conta
Write a program that reads a string from the keyboard and tests whether it contains a valid date. Display the date and message that indicates whether it is valid. If it is not val…
Write a program that reads a string from the keyboard and tests whether it conta
Write a program that reads a string from the keyboard and tests whether it contains a valid date. Display the date and message that indicates whether it is valid. If it is not val…
Write a program that reads a string from the keyboard and tests whether it conta
Write a program that reads a string from the keyboard and tests whether it contains a valid date. Display the date and a message that indicates whether it is valid. If it is not v…
Write a program that reads a string from the keyboard and then display all vowel
Write a program that reads a string from the keyboard and then display all vowels contained within a user-input string. (Vowels are: a e i o u) Write a program that prompts the us…
Write a program that reads a string from the keyboard. The string may or may not
Write a program that reads a string from the keyboard. The string may or may not have trailing white space (for the purpose of this assignment we define white spaces to be "normal…
Write a program that reads a string from the user containing a date in the forma
Write a program that reads a string from the user containing a date in the format ( mm/dd/yyyy. ) You program should print the date in the form: November 17,2011. Additional Progr…
Write a program that reads a string from the user containing a date in the forma
Write a program that reads a string from the user containing a date in the format ( mm/dd/yyyy. ) You program should print the date in the form: November 17,2011. Additional Progr…
Write a program that reads a string from the user then prints it reversed. by (a
Write a program that reads a string from the user then prints it reversed. by (assembly language) Program Structure: Input: a string. Output: The string after reversing it. Defini…
Write a program that reads a string from the user then prints it reversed.(by mi
Write a program that reads a string from the user then prints it reversed.(by mips assembly language) Program Structure: Input: a string. Output: The string after reversing it. De…
Write a program that reads a string of characters, pushing each character onto a
Write a program that reads a string of characters, pushing each character onto a stack as it is read and simultaneously adding it to a queue. When the end of the string is encount…
Write a program that reads a student Solution 001 #include 002 #include 003 #inc
Write a program that reads a student
Write a program that reads a student\'s name together with his or her test score
Write a program that reads a student's name together with his or her test scores. The program should then compute the average test score for each student and assign the appropriat…
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 compute the averagetest score for each student and ssign the appropriate grade.…
Write a program that reads a student\'s name, together with his or her test scor
Write a program that reads a student's name, together with his or her test scores. The program should then compute the average test score for each student and assign the appropria…
Write a program that reads a students name together with his orher test scores.
Write a program that reads a students name together with his orher test scores. The program should then compute the average testscore each student and assign the appropriate grade…
Write a program that reads a students name together with hisor her test scores.
Write a program that reads a students name together with hisor her test scores. The program should then compare the averagetest score for each student and assign the appropriate g…