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 1075 / 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 contains the function calories() that is to accept a long i
Write a program that contains the function calories() that is to accept a long integer number total and the addresses of the integer variables pizza, chips, apples, and mustard. T…
Write a program that contains the function measure() that is to accept a long in
Write a program that contains the function measure() that is to accept a long integer number total and the addresses of the integer variables inches, feet, yards, and miles. The p…
Write a program that contains the functions called insertEntry() to insert a new
Write a program that contains the functions called insertEntry() to insert a new entry into a linked list and removeEntry() to remove an entry from a linked list. Have insertEntry…
Write a program that contains two arrays called actors and roles, each of size N
Write a program that contains two arrays called actors and roles, each of size N. For each i, actors[i] is the name of an actor and roles[i] is a multiset of strings that contains…
Write a program that contains two classes: the class StudentInfo and the class S
Write a program that contains two classes: the classStudentInfo and the classScoresReport The StudentInfo class has following fields and methods ·         firstname,lastname: Stri…
Write a program that continues to ask the user for a number between one and elev
Write a program that continues to ask the user for a number between one and eleven (inclusive) until the total of the numbers is greater than 21. Be sure to reject any number that…
Write a program that continues to prompt the user (until the user quits) if he/s
Write a program that continues to prompt the user (until the user quits) if he/she wants the computer to randomly generate an integer between 1 and 12 and displays the English mon…
Write a program that convert integer Fahrenheit temperature to Celsius or Celsiu
Write a program that convert integer Fahrenheit temperature to Celsius or Celsius to Fahrenheit. Use floating points with 3-digit precision. Your program should 1- Prompt to CF or…
Write a program that convert integer Fahrenheit temperature to Celsius or Celsiu
Write a program that convert integer Fahrenheit temperature to Celsius or Celsius to Fahrenheit. Use floating points with 3-digit precision. Your program should 1- Prompt to CF or…
Write a program that converts 24-hour time to 12-hour time using C++. You will d
Write a program that converts 24-hour time to 12-hour time using C++. You will define an exception class called TimeFormatMistake. If the user enters an illegal time, like 10:67 o…
Write a program that converts 24-hour time to 12-hour time. The following is a s
Write a program that converts 24-hour time to 12-hour time. The following is a sample dialogue: Enter time in 24-hour notation: 13:07 That is the same as 1:07 PM Again?(y/n) y Ent…
Write a program that converts Fahreheit temperatures to Celsius. Display convers
Write a program that converts Fahreheit temperatures to Celsius. Display conversions from 0-212 with 3 digits of precision. Use: Celsius = 5.0 / 9.0 * (Fahrenheit %u2013 32); Exam…
Write a program that converts a Roman number such as MCMLXXVIII to its decimal n
Write a program that converts a Roman number such as MCMLXXVIII to its decimal number representation that uses the following functions: int romanCharValue(char r): yields the nume…
Write a program that converts a number entered in Roman numerals to a decimal. Y
Write a program that converts a number entered in Roman numerals to a decimal. Your program should consist of a class, say, romanType. An object of type romanType should do the fo…
Write a program that converts a number entered in Roman numerals to a decimal. Y
Write a program that converts a number entered in Roman numerals to a decimal. Your program should consist of a class, say, romanType. An object of type romanType should do the fo…
Write a program that converts a number entered in Roman numerals to decimal form
Write a program that converts a number entered in Roman numerals to decimal form. Your program should consist of a class, say romanType. An object of romanType should do the follo…
Write a program that converts a number entered in Roman numerals to decimal. You
Write a program that converts a number entered in Roman numerals to decimal. Your program should consist of a class Roman.  An object of type Roman should do the following: store …
Write a program that converts a number entered in Roman numerals to decimal. You
Write a program that converts a number entered in Roman numerals to decimal. Your program should consist of a Class, like romanType. An object of type romanType should do the foll…
Write a program that converts a number entered in Roman numerals to decimal. You
Write a program that converts a number entered in Roman numerals to decimal. Your program should consisit of a "class", say, romanType. An object of type romanType should do the f…
Write a program that converts a number entered in Roman numerals to decimal. You
Write a program that converts a number entered in Roman numerals to decimal. Your program shoild consist of a class, say Roman. An object should do the following -Store the number…
Write a program that converts a number entered in Roman numerals to decimal. You
Write a program that converts a number entered in Roman numerals to decimal. Your program should consist of a class, say, Roman. An object of type Roman should do the following: a…
Write a program that converts a number entered in Roman numerals to decimal. you
Write a program that converts a number entered in Roman numerals to decimal. your program should consist of a class, say, Roman. An object of type Roman should do the following: a…
Write a program that converts a number etered in Roman numerals to a decimal. Yo
Write a program that converts a number etered in Roman numerals to a decimal.  Your program should consist of a class, say, romanType.  An object of type romanType should do the f…
Write a program that converts a time from 24-hour notation to 12-hour notation.
Write a program that converts a time from 24-hour notation to 12-hour notation. The following is a sample interaction between the user and the program: Enter time in 24-hour notat…
Write a program that converts a word input by the user intopig latin. The rules
Write a program that converts a word input by the user intopig latin. The rules for pig latin are: -For words that begin with consonants, move the leadingconsonant to the end of t…
Write a program that converts an infix expression into an equivalent postfix exp
Write a program that converts an infix expression into an equivalent postfix expression. The rules to convert an infix expression into an equivalent postfix expression are as foll…
Write a program that converts and prints a user-supplied measurement in inches i
Write a program that converts and prints a user-supplied measurement in inches into foot (12 inches) yard (36 inches), centimeter (2.54 inches) and meter (39.37 inches). Screen sa…
Write a program that converts anumber entered in Roman numerals to decimal. Your
Write a program that converts anumber entered in Roman numerals to decimal. Your program shouldconsist of a class, say,romanType. An object of typeromanType should do thefollowing…
Write a program that converts dates from numerical month/day/year format to nor-
Write a program that converts dates from numerical month/day/year format to nor- mal "month day, year" format (for example, 12/25/2000 corresponds to December 25, 2000). You will …
Write a program that converts dates from numerical month/day/year format to norm
Write a program that converts dates from numerical month/day/year format to normal “month day, year” format (for example, 12/25/2000 corresponds to December 25, 2000). You will de…
Write a program that converts dates from numerical “month/day/year” format to no
Write a program that converts dates from numerical “month/day/year” format to normal “month day, year” format (for example, 12/25/2000 corresponds to December 25, 2000). You will …
Write a program that converts degrees Celsius (TC) to degrees Rankin (TR). Recal
Write a program that converts degrees Celsius (TC) to degrees Rankin (TR). Recall TF = TR-459-67. And TF=(9/5)TC+32 Output the Fahrenheit and Rankin equivalent to the input Celsiu…
Write a program that converts distance values. The program should give the user
Write a program that converts distance values. The program should give the user three options: convert a whole number of inches to feet and inches, convert feet and inches to deci…
Write a program that converts miles and kilometers as shown in the figure below.
Write a program that converts miles and kilometers as shown in the figure below. If you enter a value in the Mile text field and press the Enter key, the corresponding kilometer m…
Write a program that converts miles and kilometers as shown in the figure below.
Write a program that converts miles and kilometers as shown in the figure below. If you enter a value in the Mile text field and press the Enter key, the corresponding kilometer m…
Write a program that converts miles and kilometers as shown in the figure below.
Write a program that converts miles and kilometers as shown in the figure below. If you enter a value in the Mile text field and press the Enter key, the corresponding kilometer m…
Write a program that converts miles and kilometers as shown in the figure below.
Write a program that converts miles and kilometers as shown in the figure below. If you enter a value in the Mile text field and press the Enter key, the corresponding kilometer m…
Write a program that converts miles and kilometers as shown in the figure below.
Write a program that converts miles and kilometers as shown in the figure below. If you enter a value in the Mile text field and press the Enter key, the corresponding kilometer m…
Write a program that converts miles and kilometers as shown in the figure below.
Write a program that converts miles and kilometers as shown in the figure below. If you enter a value in the Mile text field and press the Enter key, the corresponding kilometer m…
Write a program that converts miles and kilometers as shown in the figure below.
Write a program that converts miles and kilometers as shown in the figure below. If you enter a value in the Mile text field and press the Enter key, the corresponding kilometer m…
Write a program that converts numbers from one base to another. The program prom
Write a program that converts numbers from one base to another. The program prompts the user for three nonnegative integers n, b1, and b2. If n is a valid number in base b1, it pr…
Write a program that converts the alphabetic characters in a text file into the
Write a program that converts the alphabetic characters in a text file into the corresponding words in the International Civil Aviation Organization (ICAO) alphabet. Your program …
Write a program that converts the temperature variable (double a = 73.5) from Fa
Write a program that converts the temperature variable (double a = 73.5) from Fahrenheit (F) to Celsius (C) using the below formula. Show the two values before and after conversio…
Write a program that converts time provided in seconds into a human readable for
Write a program that converts time provided in seconds into a human readable form. (Can you toll how long 238472352 seconds are?) The input and output should be exactly: Input tim…
Write a program that converts words to pig Latin. Words that begin with a vowel
Write a program that converts words to pig Latin. Words that begin with a vowel are unchanged. Words that begin with a consonant have the starting consonant moved to the end of th…
Write a program that converts words to the CS1 dialect of Pig Latin1. This progr
Write a program that converts words to the CS1 dialect of Pig Latin1. This program has several steps. To begin, you will first implement an isVowel method, which takes as argument…
Write a program that converts words to the CS1 dialect of Pig Latin1. This progr
Write a program that converts words to the CS1 dialect of Pig Latin1. This program has several steps. To begin, you will first implement an isVowel method, which takes as argument…
Write a program that correctly implements both the Quicksort and Mergesort algor
Write a program that correctly implements both the Quicksort and Mergesort algorithms.   The program should: generate an array of 500 random numbers in the 1-100 range.   The prog…
Write a program that count the frequency of letters in a paragraph in java langu
Write a program that count the frequency of letters in a paragraph in java language. After that replace the most frequent letter with letter “e”. The output will be the same as th…
Write a program that counts down from 10. Implement your program first with a wh
Write a program that counts down from 10. Implement your program first with a while loop. Now implement your program with a for loop. Include both versions in your submission file…