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 1119 / 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: 1) converts an unsigned integer of a specified base to an
Write a program that: 1) converts an unsigned integer of a specified base to an unsigned integer of another specified base ; 2) converts a signed decimal integer to its 32-bit sig…
Write a program that: 1. Ask the user for names of the two iput files and a name
Write a program that: 1. Ask the user for names of the two iput files and a name of an output file. The two input files contain integers in any order. Eachimput file contains no m…
Write a program that: 1. Ask the user for names of the two iput files and a name
Write a program that: 1. Ask the user for names of the two iput files and a name of an output file. The two input files contain integers in any order. Eachimput file contains no m…
Write a program that: Asks the user to enter a word. If word starts with a vowel
Write a program that: Asks the user to enter a word. If word starts with a vowel, the program prints that it starts with a vowel. If word starts with a consonant, the program prin…
Write a program that: Asks the user to input a non-negative integer value in bas
Write a program that: Asks the user to input a non-negative integer value in base 10. Asks the user to input a base to which the base 10 value should be converted. The user should…
Write a program that: Define a structure \"city\" to house a cities name (name n
Write a program that: Define a structure "city" to house a cities name (name not to exceed 20 char), the city's population as integer and surface area in square miles as a double.…
Write a program that: Promote the user to enter the path to a file and opens the
Write a program that: Promote the user to enter the path to a file and opens the file. Read five integers from the input file. Print each number without decimals (before table). P…
Write a program that: Prompts the user to enter the number of cells C. Declares
Write a program that: Prompts the user to enter the number of cells C. Declares an integer array cell[] with C elements. Prompts the user to enter the number of time steps N. Prom…
Write a program that: Prompts user for: (1) Name, (2) Favorite Color, (3) Favori
Write a program that:      Prompts user for: (1) Name, (2) Favorite Color, (3) Favorite Food      Output results to file called "Lastname_favorites.txt" ***Make sure that each exe…
Write a program that: converts a float into its base 2 scientific notation addit
Write a program that: converts a float into its base 2 scientific notation additional specification: You may assume that all inputs will be valid. There is no need for error check…
Write a program thataccepts 3 values as input,the first input value will be oneo
Write a program thataccepts 3 values as input,the first input value will be oneof four operation codes either "A" for addition, "M" for multiplication, "S" forsubtraction or "D" f…
Write a program thatdeclares and initializes four arrays (A,B,C,D) in the main f
Write a program thatdeclares and initializes four arrays (A,B,C,D) in the main function, as follows: I) Declare and initialize an (int) array A of length 10 that contains the valu…
Write a program thatdefines a template function named add(). Thisfunction takes
Write a program thatdefines a template function named add(). Thisfunction takes two arguments, add two variables and then return thesum. In main function,define two variables of t…
Write a program thatmimics a calculator. The program should take as input two in
Write a program thatmimics a calculator. The program should take as input two integersand the operator that the operation to be performed. It should thenoutput the numbers, the op…
Write a program thatp ers, and outputs the volume of the and bj de gnast, ne of
Write a program thatp ers, and outputs the volume of the and bj de gnast, ne of the oby t youhe bill. grams per cubic centimeters. gra epts as input the mass, in formula: volume =…
Write a program the meets the conditions as described below. You will need to di
Write a program the meets the conditions as described below. You will need to display a menu of four options that the user can choose from. Make sure that you code includes you na…
Write a program the meets the conditions as described below. You will need to di
Write a program the meets the conditions as described below. You will need to display a menu of four options that the user can choose from. Make sure that you code includes you na…
Write a program the meets the conditions as described below. You will need to di
Write a program the meets the conditions as described below. You will need to display a menu of options that the user can choose from. Make sure that you code includes you name, c…
Write a program the will allow the user to enter a four digit integer representi
Write a program the will allow the user to enter a four digit integer representing the year (for example 2013, 1994, 2001, 1950) . The program should execute continually until the…
Write a program the will convert Celsius to Fahrenheit or the other way.The user
Write a program the will convert Celsius to Fahrenheit or the other way.The user is asked to enter a floating point number.The user should be asked to select the conversation that…
Write a program thet uses the function strcmp() to compare two strings input by
Write a program thet uses the function strcmp() to compare two strings input by the user. The program should state whether the first string is less then, equal to, or greater then…
Write a program titled \"YourLastName_GameOfLife\" which will implement Conway\'
Write a program titled "YourLastName_GameOfLife" which will implement Conway's Game of Life. Life is a simulation of simple one-celled organisms and therefore typically played on …
Write a program titled \"YourLastName_GameOfLife\" which will implement Conway\'
Write a program titled "YourLastName_GameOfLife" which will implement Conway's Game of Life. Life is a simulation of simple one-celled organisms and therefore typically played on …
Write a program titled \"YourLastName_Geometry\" which has the following methods
Write a program titled "YourLastName_Geometry" which has the following methods: - A static method that accepts the radius of a circle and returns the area of the circle. - Use the…
Write a program to (1) Open an input file called \"in.txt for reading. The file
Write a program to (1) Open an input file called "in.txt for reading. The file in.txt" will be located in the same directory from which the executable from your program will be ru…
Write a program to accept 2 sets of 10 integer values. A. Store the values in tw
Write a program to accept 2 sets of 10 integer values. A. Store the values in two arrays (array1 and array2). B. Calculate the sum, difference and quotient of each pair of element…
Write a program to accept a string from the keyboard, reverse the string, capita
Write a program to accept a string from the keyboard, reverse the string, capitalize al alphabet chars in the string, print each char on its own line, print the number of alphabet…
Write a program to accept any two dates in the form of month, day, and year (8 2
Write a program to accept any two dates in the form of month, day, and year (8 23 2000), separated by spaces, and calculate the total number of days that has elapsed between the t…
Write a program to accept inputs from a user including yourName, numbershares sh
Write a program to accept inputs from a user including yourName, numbershares shares (only whole shares allowed) purchased of some stock (for example the Microsoft stock symbol is…
Write a program to accept the input of 10 students\' test scores in the range 0-
Write a program to accept the input of 10 students' test scores in the range 0-100. The program should then calculate the Highest test score as well as the average test score, and…
Write a program to accept the input of 10 students\' test scores in the range 0-
Write a program to accept the input of 10 students' test scores in the range 0-100. The program should then calculate the Highest test score as well as the average test score, and…
Write a program to accomplish the following tasks: 1) make a random number betwe
Write a program to accomplish the following tasks: 1) make a random number between 10 and 100; 2) make an array of the size of the random number; 3) fill the array with random int…
Write a program to accomplish the following tasks: 1) make a random number betwe
Write a program to accomplish the following tasks: 1) make a random number between 10 and 100; 2) make an array of the size of the random number; 3) fill the array with random int…
Write a program to accomplish the following tasks: 1) make a random number betwe
Write a program to accomplish the following tasks: 1) make a random number between 10 and 100; 2) make an array of the size of the random number; 3) fill the array with random int…
Write a program to accomplish the following tasks: 1) make a random number betwe
Write a program to accomplish the following tasks: 1) make a random number between 10 and 100; 2) make an array of the size of the random number; 3) fill the array with random int…
Write a program to accomplish the following tasks: 1) make a random number betwe
Write a program to accomplish the following tasks: 1) make a random number between 10 and 100; 2) make an array of the size of the random number; 3) fill the array with random int…
Write a program to accomplish the following tasks: 1) make a random number betwe
Write a program to accomplish the following tasks: 1) make a random number between 10 and 100; 2) make an array of the size of the random number; 3) fill the array with random int…
Write a program to add all the odd numbers from 1 to n. The value of n will be i
Write a program to add all the odd numbers from 1 to n. The value of n will be in R_5. The result of the additions will be in R_0. raw the Flow chart of your program. Write a comp…
Write a program to add and multiply elements in two arrays. Use operator overloa
Write a program to add and multiply elements in two arrays. Use operator overloading for addition and multiplication by using two member functions. Also the size of each array sho…
Write a program to allow a user to enter the name of a starting city and a desti
Write a program to allow a user to enter the name of a starting city and a destination city. Output the mileage between cities and an estimate of the total number of gas stations …
Write a program to allow the user to calculate the distance between cities on a
Write a program to allow the user to calculate the distance between cities on a map. Sounds pretty complicated, eh? Don't worry, we'll make a few simplifications here: The distanc…
Write a program to allow the user to enter an input file name and an output file
Write a program to allow the user to enter an input file name and an output file name. Only if both files are successfully opened, read the input file data into two parallel array…
Write a program to allow the user to: 1. Create two classes. Employee and Depart
Write a program to allow the user to: 1. Create two classes. Employee and Departments. The Department class will have: DepartmentID, Departmentname, DepartmentHeadName. The Employ…
Write a program to allow the user to: 1. Create two classes. Employee and Depart
Write a program to allow the user to: 1. Create two classes. Employee and Departments. The Department class will have: DepartmentID, Departmentname, DepartmentHeadName. The Employ…
Write a program to allow you to enter the basic salary of anindividual, his year
Write a program to allow you to enter the basic salary of anindividual, his years of experience and the number of hisdependents. From the years of experience calculate the experie…
Write a program to alphabetize a list of last names. The user will input an unde
Write a program to alphabetize a list of last names. The user will input an undetermined number of last names. The program will display the number of names entered and alphabetize…
Write a program to alphabetize a list of last names. The user will input an unde
Write a program to alphabetize a list of last names. The user will input an undetermined number of last names. The program will display the number of names entered and alphabetize…
Write a program to alphabetize a list of last names. The user will input an unde
Write a program to alphabetize a list of last names. The user will input an undetermined number of last names. The program will display the number of names entered and alphabetize…
Write a program to analyze scientific data. Input: The first line of the file co
Write a program to analyze scientific data. Input: The first line of the file contains the number of data readings. The following lines contain the data presented as floating-poin…
Write a program to answer questions like the following: Suppose the species Klin
Write a program to answer questions like the following: Suppose the species Klingon ox has a population of 100 and a growth rate of 15 percent, and the species elephant has a popu…