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 1118 / 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 will read the radii of circles. Use an array of records whe
Write a program that will read the radii of circles. Use an array of records where each record will have the radius of the circle                 read from the keyboard and the di…
Write a program that will read the radii of circles. Use an array of records whe
Write a program that will read the radii of circles. Use an array of records where each record will have the radius of the circle read from the keyboard and the Circumference and …
Write a program that will read two floating point numbers (the first read into a
Write a program that will read two floating point numbers (the first read into a variable called first and the second read into a variable called second) and then calls the functi…
Write a program that will read two floating point numbers (the first read into a
Write a program that will read two floating point numbers (the first read into a variable called first and the second read into a variable called second). Your main function shoul…
Write a program that will recognize palindromes with the help of a stack. A pali
Write a program that will recognize palindromes with the help of a stack. A palindrome is a strting that can be read the same way from the left and from the right. For example: "A…
Write a program that will record the votes for one of two candidates by using th
Write a program that will record the votes for one of two candidates by using the class VoteRecorder, which you will design and create. VoteRecorder will have static variables to …
Write a program that will remove a random integer (between 0-6) from an array co
Write a program that will remove a random integer (between 0-6) from an array containing random integers (between 0-6). This program must use four methods to accomplish this:     …
Write a program that will repeatedly ask the user to enter a floating-point numb
Write a program that will repeatedly ask the user to enter a floating-point number. the program should continue to ask the user to enter numbers until a zero or negative number is…
Write a program that will repeatedly ask the user to enter a floating-point numb
Write a program that will repeatedly ask the user to enter a floating-point number. the program should continue to ask the user to enter numbers until a zero or negative number is…
Write a program that will represent an axis-aligned right triangle in the x-y pl
Write a program that will represent an axis-aligned right triangle in the x-y plane as a Class. A right triangle has a right angle (90-degree angle) and two sides adjacent to the …
Write a program that will represent an axis-aligned right triangle in the x-y pl
Write a program that will represent an axis-aligned right triangle in the x-y plane as a Class. A right triangle has a right angle (90-degree angle) and two sides adjacent to the …
Write a program that will represent an axis-aligned right triangle in the x-y pl
Write a program that will represent an axis-aligned right triangle in the x-y plane as a Class. A right triangle has a right angle (90-degree angle) and two sides adjacent to the …
Write a program that will search a binary file of numbers of type int and write
Write a program that will search a binary file of numbers of type int and write the largest and the smallest numbers to the screen. The file contains nothing but numbers of type i…
Write a program that will search a input file of numbers of type int and write t
Write a program that will search a input file of numbers of type int and write the largest and the smallest numbers to a output file. The input file contains nothing but numbers o…
Write a program that will search soccer players data to check whether a name sup
Write a program that will search soccer players data to check whether a name supplied by the user is on that list. For doing the search, the user may provide either the player ’ s…
Write a program that will simulate non - preemptive process scheduling algorithm
Write a program that will simulate non - preemptive process scheduling algorithms in C++: FCFS(First Come First Serve). SJN(Shortest Job Next) Priority Your program should input t…
Write a program that will sort a basket of clothes into their proper drawers. If
Write a program that will sort a basket of clothes into their proper drawers. If you were not aware you are sort clothes by their type in this order: Top Drawer-Undergarments Next…
Write a program that will store 7 integers (entered by the user) into an array c
Write a program that will store 7 integers (entered by the user) into an array ca lled "list1". Next, prompt the user for 5 integers and put them into an array called "list2". Now…
Write a program that will store 7 integers (entered by the user) into an array c
Write a program that will store 7 integers (entered by the user) into an array ca lled "list1". Next, prompt the user for 5 integers and put them into an array called "list2". Now…
Write a program that will store 7 integers (entered by the user) into an array c
Write a program that will store 7 integers (entered by the user) into an array ca lled "list1". Next, prompt the user for 5 integers and put them into an array called "list2". Now…
Write a program that will substitute one string for a new string throught the te
Write a program that will substitute one string for a new string throught the text. There will be several sets of strings for this program assignment. The first word on a line wil…
Write a program that will take 7 integers from the user, store them in an array.
Write a program that will take 7 integers from the user, store them in an array. Write three functions which takes the aforementioned array as input and display them on the screen…
Write a program that will take a 3x3 matrix and test to see if it is a magic squ
Write a program that will take a 3x3 matrix and test to see if it is a magic square. A 3x3 matrix is “magic” if all of the following sums are the same: each row, each column, and …
Write a program that will take a sentence (a single String), picks out the indiv
Write a program that will take a sentence (a single String), picks out the individual words (substrings), and puts each of them into a String array. Ex. input: "the lazy dog" outp…
Write a program that will take a sentence (a single String), picks out the indiv
Write a program that will take a sentence (a single String), picks out the individual words (substrings), and puts each of them into a String array. Ex. input: "the lazy dog" outp…
Write a program that will take two lines in a two dimensional space and print ou
Write a program that will take two lines in a two dimensional space and print out whether they - Intersect - Are parallel - Are co-located- (they are lines are the same line, they…
Write a program that will take two words entered by the user and determine how m
Write a program that will take two words entered by the user and determine how many letters they have in common. For example, suppose the user enters 'these and 'trees', then the …
Write a program that will tell you how many months it will take you to pay off t
Write a program that will tell you how many months it will take you to pay off the loan, as well as the total amount of interest paid over the life of the loan. Use a loop to calc…
Write a program that will trace how Fibonacci numbers are generated recursively
Write a program that will trace how Fibonacci numbers are generated recursively (for any N) and display the trace in the following way : Example (N=4): Entering level 0         En…
Write a program that will trace how Fibonacci numbers are generated recursively
Write a program that will trace how Fibonacci numbers are generated recursively (for any N) and display the trace in the following way : Example (N=4): Entering level 0         En…
Write a program that will use partially filled parallel arrays to store the peri
Write a program that will use partially filled parallel arrays to store the periodic table information. Your main program will call the function read_periodic_table to read the pe…
Write a program that will use the following function prototypes: int readData(do
Write a program that will use the following function prototypes: int readData(double data[]); //ask user for number of points and read in points and return number of points double…
Write a program that will utalize a Fraction struct that has a numerator and a d
Write a program that will utalize a Fraction struct that has a numerator and a denominator. Make an overloaded operator + for the struct that can add two Fractions and return a Fr…
Write a program that will write a sentence using constant character arrays and p
Write a program that will write a sentence using constant character arrays and pointer arithmetic. For this assignment you will use only the following two variable declarations: c…
Write a program that works as a mini Student Registration System. The program wi
Write a program that works as a mini Student Registration System. The program will manipulate a list of students that are registering the course COMP2MM The list, which is stored …
Write a program that works as a simple RPN (Reverse Polish Notation) calculator.
Write a program that works as a simple RPN (Reverse Polish Notation) calculator. RPN calculators work slightly different than normal calculators. Because they work on the model of…
Write a program that works with a user\'s password. The program should prompt th
Write a program that works with a user's password. The program should prompt the user for a possible password. Your program should check to be sure this is a 'good' password. Spec…
Write a program that works with a user\'s password. The program should prompt th
Write a program that works with a user's password. The program should prompt the user for a possible password. Your program should check to be sure this is a 'good' password. Spec…
Write a program that works with a user\'s password. The program should prompt th
Write a program that works with a user's password. The program should prompt the user for a possible password. Your program should check to be sure this is a 'good' password. Spec…
Write a program that works with fractions. You are first to implement three meth
Write a program that works with fractions. You are first to implement three methods, each to perform a different calculation on a pair of fractions: subtract, multiply, and divide…
Write a program that works with fractions. You are first to implement three meth
Write a program that works with fractions. You are first to implement three methods, each to perform a different calculation on a pair of fractions: subtract, multiply, and divide…
Write a program that would ask the user to input marks of N (define as a preproc
Write a program that would ask the user to input marks of N (define as a preprocessor integer constant) number of quizzes in an array of size N. After getting the input from the u…
Write a program that would input an integer number and then indicate whether the
Write a program that would input an integer number and then indicate whether the number is an even or an odd number. Write a program that would input the value of variable REPLY a…
Write a program that would read the following information from an input file: Th
Write a program that would read the following information from an input file: The first number in the file represents the number of cars sold, the second information indicates the…
Write a program that » Firstly, asks the user for value of positive int variable
Write a program that » Firstly, asks the user for value of positive int variable N (ensure N>100) » Secondly, the program generates 25 random numbers in the interval [1, N]and …
Write a program that • creates three text files: grade1.txt, grade2.txt, grade3.
Write a program that • creates three text files: grade1.txt, grade2.txt, grade3.txt o Each contains 5 students’ names (first name, last name) and grades (integers) that are obtain…
Write a program that, given a seven-digit number, uses a Formatter object to wri
Write a program that, given a seven-digit number, uses a Formatter object to write to a file every possible seven-letter word combination corresponding to that number. There are 2…
Write a program that, prints a \'pine tree\' consisting of triangles of increasi
Write a program that, prints a 'pine tree' consisting of triangles of increasing sizes, filled with a character ('*' or '+' or '$' etc). Your program should consist of three funct…
Write a program that: (a) calls function called cleandata that reads each value
Write a program that: (a) calls function called cleandata that reads each value into a one-dimensional array called NELM and writes it to a new file if it is not a    -9999 value.…
Write a program that: 1) Asks from the user an integer number N (N>10) 2) Create
Write a program that: 1) Asks from the user an integer number N (N>10) 2) Creates N processes that: a) Each process prints its own PID b) Each process prints the current time (…