Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse All

Alphabetical listing with fast deep pagination.
1197283 items • Page 23854 / 23946

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 containing two classes named student and roster, respectively. T
write a program containing two classes named student and roster, respectively. The program will maintain a current roster of students within a given course. Student data for the p…
write a program create a vector with random numbers. Use merge sortto reorder th
write a program create a vector with random numbers. Use merge sortto reorder the vector. Prompt user to enter a number to search in the vector. If there are more than one number …
write a program create a vector with random numbers. Use merge sortto reorder th
write a program create a vector with random numbers. Use merge sortto reorder the vector. Prompt user to enter a number to search in the vector. If there are more than one number …
write a program for a computer dating service. Each client gives you his or her
write a program for a computer dating service. Each client gives you his or her name, phone number, and a list of interests. It is your job to maintain lists of men and women usin…
write a program for a computer dating service. Each client gives you his or her
write a program for a computer dating service. Each client gives you his or her name, phone number, and a list of interests. It is your job to maintain lists of men and women usin…
write a program for a game where the user and the computer compete to build the
write a program for a game where the user and the computer compete to build the biggest sandcastle. The game is played in turns. Each turn, the user and the computer decide which …
write a program for binary search tree Solution #include #include #include /*Def
write a program for binary search tree
write a program for me . The purpose of this programming project is to demonstra
write a program for me . The purpose of this programming project is to demonstrate a significant culmination of most constructs learnedthus far in the course. This includes Lists,…
write a program in C language using arrays for booking ticketsof bus (5 seats) t
write a program in C language using arrays for booking ticketsof bus (5 seats) the program should be like this press 1 to show number of seats available. press the desired seat nu…
write a program in C language using arrays for booking ticketsof bus (5 seats) t
write a program in C language using arrays for booking ticketsof bus (5 seats) the program should be like this press 1 to show number of seats available. e.g 1,2,3,4,5 are availab…
write a program in C language using arrays for booking ticketsof bus (6 seats) t
write a program in C language using arrays for booking ticketsof bus (6 seats) the program should be like this press 1 to show number of seats available. e.g 1,2,3,4,5,6 are avail…
write a program in C plain, there is a function called itob which takes three ar
write a program in C plain, there is a function called itob which takes three arguments, a character array (for a buffer) and two numeric arguments. The first argument is a buffer…
write a program in C that converts decimals to binary. 1. No “magic numbers”, i.
write a program in C that converts decimals to binary. 1. No “magic numbers”, i.e., do not have literal values other than -1, 0, 1 or 2 in your code (use the #define pre-processor…
write a program in C that reads an 8-bit number n using a DIP switch pack (8-bit
write a program in C that reads an 8-bit number n using a DIP switch pack (8-bit input) on UNI DS6 board, computes, then stores each Fibonacci number up to number n, to the extern…
write a program in C++ that implements a sorted linked list using dynamic alloca
write a program in C++ that implements a sorted linked list using dynamic allocated arrays. DataFile.txt contains the information of poker cards. 1. C: clubs (lowest), D: diamonds…
write a program in C++ that reads a text file containing a number of words and d
write a program in C++ that reads a text file containing a number of words and displays the words on the screen in reverse order using a stack. A pseudo?code outline for the progr…
write a program in C++ that simulates a simple blackjack card game. in BJ, the o
write a program in C++ that simulates a simple blackjack card game. in BJ, the object is to get card totaling 21, or to get closer to 21 than dealer without going over 21, 1) the …
write a program in C++. STACK and QUEUE ADT (TEMPLATES)Project: Project: Word-By
write a program in C++. STACK and QUEUE ADT (TEMPLATES)Project: Project: Word-By-Word Palindromes. A word-by word palindrome is a string of words such that the words read the same…
write a program in C++. STACK and QUEUE ADT (TEMPLATES)Project: Project: Word-By
write a program in C++. STACK and QUEUE ADT (TEMPLATES)Project: Project: Word-By-Word Palindromes. A word-by word palindrome is a string of words such that the words read the same…
write a program in C++that calculates the occupancy rate for each floor of a hot
write a program in C++that calculates the occupancy rate for each floor of a hotel . the program should start by asking for the number of floors that the hotel has. a loop should …
write a program in C++that converts number bases. In particular, the program wil
write a program in C++that converts number bases. In particular, the program will perform the following tasks: 1)      The program should accept entries in decimal, binary, and oc…
write a program in Java that computes the number of words in a text entered in a
write a program in Java that computes the number of words in a text entered in a text field. Use the following graphical objects:    •   a text field for the input text (one line …
write a program in Java to complete the following tasks using the Dijkstra\'s sh
write a program in Java to complete the following tasks using the Dijkstra's shortest past algorithm.    diagram    adjacency matrix a. make an adjacency distance matrix and save …
write a program in Python 3.xx Numerologists claim to be able to determine a per
write a program in Python 3.xx Numerologists claim to be able to determine a person's character traits based on the "numeric value" of a name. The value of a name is determined by…
write a program in Swift Xcode that reads an integer and displays, using asteris
write a program in Swift Xcode that reads an integer and displays, using asterisks a filled and hollow square, placed next to each other. for example if side length is 5 the progr…
write a program in \"C+\" that will create the a set of 16 semi-random letters i
write a program in "C+" that will create the a set of 16 semi-random letters in a 4-by-4 grid and have the user enter in as many words as possible that can be made from these lett…
write a program in borland c++that can be used to train the user to use less sex
write a program in borland c++that can be used to train the user to use less sexist language by suggesting alternative versions given by theuser. The program will ask for a senten…
write a program in c language according to the instruction below. Please write i
write a program in c language according to the instruction below. Please write it by using following instruction and function-prototype. Topics: User defined functions, character …
write a program in c++ XYZ Airport has two currency exchange offices. ABC Conver
write a program in c++ XYZ Airport has two currency exchange offices. ABC Conversions services the north and east side of the airport while DEF Conversions services the south and …
write a program in c++ that Implement the simple Caesar cipher (letter + key) mo
write a program in c++ that Implement the simple Caesar cipher (letter + key) mod 26 decipher (letter - key) mod 26. Remember to create FUNCTIONS so that you main() program is sma…
write a program in c++,The body mass index (BMI = mass / height^2 of a person is
write a program in c++,The body mass index (BMI = mass / height^2 of a person is used to check whether a person’s weight is normal or not, (see the BMI table below). It is defined…
write a program in java in which Given any date you can calculate how many days
write a program in java in which Given any date you can calculate how many days are left until or have passed since another date that year, such as your birthday or another import…
write a program in java in which Given any date you can calculate how many days
write a program in java in which Given any date you can calculate how many days are left until or have passed since another date that year, such as your birthday or another import…
write a program in java that can encrypt and decrypt a message using a simple co
write a program in java that can encrypt and decrypt a message using a simple columnar transposition encryption algorithm. For the purposes of this project, you will only use one …
write a program in java that draws a certain pattern. Based on the number entere
write a program in java that draws a certain pattern. Based on the number entered by the user, display a set of (reversed) triangles on the screen. If a negative number is entered…
write a program in java to implement the following problem. mr Kyle has a sequen
write a program in java to implement the following problem. mr Kyle has a sequence of students mark for course computer since:78,55,88,95,64 and 60. he wants to store the marks in…
write a program in php: create an application that opens a file that contains a
write a program in php: create an application that opens a file that contains a list of movie information, each movie record on a separate line. Each movie record contains the tit…
write a program in php: create an application that opens a file that contains a
write a program in php: create an application that opens a file that contains a list of movie information, each movie record on a separate line. Each movie record contains the tit…
write a program in which the user can enter X amount of numbers. Once the user h
write a program in which the user can enter X amount of numbers. Once the user has enter 10 positive numbers, he or she may not enter anymore numbers. Then the program should disp…
write a program in which the user can enter X amount of numbers. Once the user h
write a program in which the user can enter X amount of numbers. Once the user has enter 10 positive numbers, he or she may not enter anymore numbers. Then the program should disp…
write a program in which the user can enter X amount of numbers. Once the user h
write a program in which the user can enter X amount of numbers. Once the user has enter 10 positive numbers, he or she may not enter anymore numbers. Then the program should disp…
write a program in word VBA that will use the method of least squares (linear re
write a program in word VBA that will use the method of least squares (linear regression) to calculate the m, b and r values for a given set of data points. The given data represe…
write a program monthssale using array initilatization . user enter starting mon
write a program monthssale using array initilatization . user enter starting month between ending month how to calculate mtotal sale in month These are the monthly sales for the p…
write a program name anagram.java that prompt the user for a user input file, re
write a program name anagram.java that prompt the user for a user input file, reads the input words and computes anagram of words. An anagram of a word is a permutation of the let…
write a program name calc.java that evaluates an infix expression entered by the
write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series of decimal …
write a program name calc.java that evaluates an infix expression entered by the
write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series of decimal …
write a program name calc.java that evaluates an infix expression entered by the
write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series of decimal …
write a program name calc.java that evaluates an infix expression entered by the
write a program name calc.java that evaluates an infix expression entered by the user. The expression may contain the following tokens: (1) Integer constants (a series of decimal …
write a program name match.java.... I need the whole code You are to write a pro
write a program name match.java.... I need the whole code You are to write a program name match. Java that reads input from a Java program file, check to see if the comments (//. …
write a program name phonedir that maintains a list of records containing names
write a program name phonedir that maintains a list of records containing names and phone numbers. The program will prompt the user for a command, execute the command, then prompt…