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

Browse Y

Alphabetical listing with fast deep pagination.
29588 items • Page 550 / 592

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
Your program should: display an informative title prompt the user for the number
Your program should: display an informative title prompt the user for the number of hours worked prompt the user for the hourly pay rate use the values that the user entered to ca…
Your program should: display an informative title prompt the user for the number
Your program should: display an informative title prompt the user for the number of hours worked prompt the user for the hourly pay rate use the values that the user entered to ca…
Your program should: display an informative title prompt the user for the number
Your program should: display an informative title prompt the user for the number of hours worked verify that the number of hours worked is greater than 0 prompt the user for the h…
Your program will \"drop balls\" each of which will bounce randomly and land in
Your program will "drop balls" each of which will bounce randomly and land in a slot. There will be 21 slots (numbered from -10 to 10). Each ball will be dropped over the middle s…
Your program will \"drop balls\" each of which willbounce randomly and land in a
Your program will "drop balls" each of which willbounce randomly and land in a slot. There will be 21 slots(numbered from -10 to 10). Each ball will be dropped over themiddle slot…
Your program will accept one or two command line arguments. The first argument i
Your program will accept one or two command line arguments. The first argument is the name of a battleship puzzle board file similar to the file shown below. This sample file begi…
Your program will ask the user for an integer and then display the hex (i.e. bas
Your program will ask the user for an integer and then display the hex (i.e. base 16) representation of the number. It will do the conversion using shift and masking operations. H…
Your program will ask the user to enter an ISBN number, and verify that the user
Your program will ask the user to enter an ISBN number, and verify that the user entered 9 digits. If input was invalid, prompt the user to try again. Print the complete ISBN with…
Your program will calculate employees\' wages from data read from a file combine
Your program will calculate employees' wages from data read from a file combined with data inputted by the user. The file contains employee records, and each record consists of an…
Your program will display a window containing 30 squares of random size, color,
Your program will display a window containing 30 squares of random size, color, and location. All squares should be unfilled, except for the largest square, which should be filled…
Your program will do the following: You are to produce a Multiplication Table in
Your program will do the following: You are to produce a Multiplication Table in your console window. Your program should prompt the user to input a number (integer type) as the s…
Your program will first define the following C++ structure: struct StudentRec {
Your program will first define the following C++ structure: struct StudentRec { string Name; // in the format of "Last name, First Name" string ID; double GPA; }; You will then de…
Your program will first put the correct data into 12 struct month objects. Here
Your program will first put the correct data into 12 struct month objects. Here is the definition you must use for a struct month. struct month { char nameEng[10]; char nameSpan[1…
Your program will include four classes: DigitalTime, TimeInterval, DaysOfWeek, a
Your program will include four classes: DigitalTime, TimeInterval, DaysOfWeek, and Course. The header files for DigitalTime and TimeInterval are provided. Note A description of th…
Your program will mimic a phone book.You will be given a file. In the file is a
Your program will mimic a phone book.You will be given a file. In the file is a set of names and phone numbers (an entry). There will be one item per line, 3 items per entry, you …
Your program will need a loop to check the characters of the String entered by t
Your program will need a loop to check the characters of the String entered by the user. You can extract a character as a char variable using the charAt( position ) method of a st…
Your program will need to do the following: 1. Read in a list of calendar remind
Your program will need to do the following: 1. Read in a list of calendar reminders from a file called “reminders.txt” (they will be stored initially as “mm/dd reminder_string”…e.…
Your program will prompt the user for the name of the input file and read the da
Your program will prompt the user for the name of the input file and read the data from it. Your program will generate a report showing the ID#, the best two scores, the average o…
Your program will read eight numbers from the user. These eight inputs correspon
Your program will read eight numbers from the user. These eight inputs correspond to the number of $20 bills, $10 bills, $5 bills, $1 bills, quarters, dimes, nickels and pennies t…
Your program will read the items you have in stock from a file. Each line read f
Your program will read the items you have in stock from a file. Each line read from the file will be an Item object. There will be 10 in total. The Item objects created MUST be st…
Your program will take a random number seed as a command line argument. You will
Your program will take a random number seed as a command line argument. You will convert this argument to a decimal number and use it as the parameter for the srandom() function. …
Your program will take arguments from the command-line , including one or more i
Your program will take arguments from the command-line, including one or more input strings to be evaluated with your recursive palindrome-checking function. An optional command-l…
Your program will take its input from this file and sendit’s output to the scree
Your program will take its input from this file and sendit’s output to the screen. The output will be the name of thestudent and his/her average all on one line on the screen. Use…
Your program will take the name of the file containing the process information f
Your program will take the name of the file containing the process information first. The next parameter will be either 'rr' to perform round-robin scheduling, or 'srt' if shortes…
Your program will use a linked list in this assignment. The program is to mainta
Your program will use a linked list in this assignment. The program is to maintain a sorted list of integers. The program will read integers from a file named intlnput.dat and cre…
Your program will use a linked list. The program is to maintain a sorted list of
Your program will use a linked list. The program is to maintain a sorted list of integers. The program will read integers froma file named intInput.dat and create the original ink…
Your program, call it spec.cc, should first prompt the user for the name of the
Your program, call it spec.cc, should first prompt the user for the name of the dictionary file, read in the words from that file and store them for future reference. It should th…
Your program, called bstsort (binary search tree sort), will take the following
Your program, called bstsort (binary search tree sort), will take the following command line arguments: % bstsort [-c] [-o output_file_name] [input_file_name] If -c is present, th…
Your programming assignment in this Module has three parts. Follow the instructi
Your programming assignment in this Module has three parts. Follow the instructions below: Create a class Person, which has a name, address, city, state, zip, and phone number. Cr…
Your programming assignment in this Module has three parts. Follow the instructi
Your programming assignment in this Module has three parts. Follow the instructions below: Create a class Person, which has a name, address, city, state, zip, and phone number. Cr…
Your programming assignment is to: Create an application that declares a class,
Your programming assignment is to: Create an application that declares a class, and in it two friend functions. Declare and implement one friend function in such way that, you sho…
Your programming task is to write a program which creates two new classes, “Car”
Your programming task is to write a program which creates two new classes, “Car” and “CarGame” The Car class will keep track of three things about the car: Model (e.g. “Corvette”)…
Your programming task is to write a program which creates two new classes, “Car”
Your programming task is to write a program which creates two new classes, “Car” and “CarGame” The Car class will keep track of three things about the car: Model (e.g. “Corvette”)…
Your programs must include the following information in comments: (1) problem nu
Your programs must include the following information in comments: (1) problem number, (2) course information, (3) assignment, (4) date, and (5) student name. 1. (20 points) Modify…
Your programs must include the following information in comments: (1) problem nu
Your programs must include the following information in comments: (1) problem number, (2) course information, (3) assignment, (4) date, and (5) student name. 1. (20 points) Modify…
Your programs must include the following information in comments: (1) problem nu
Your programs must include the following information in comments: (1) problem number, (2) course information, (3) assignment, (4) date, and (5) student name. 1. (20 points) Modify…
Your programs should include appropriate comments and should follow the program
Your programs should include appropriate comments and should follow the program documentation requirements listed in the syllabus. (30 points) Do programing project # 8 (Lo Shu Ma…
Your program’s user interface should appear exactly as follows: Welcome to the F
Your program’s user interface should appear exactly as follows: Welcome to the File Copy Program by <yourname>! Enter the name of the file to copy from: <type in file nam…
Your project group will assume the role of young entrepreneurs to start a small
Your project group will assume the role of young entrepreneurs to start a small company. Your company will rent a retail cart inside the Stonebridge Mall to buy plain T-shirts and…
Your project has been staffed and you are about to meet with the team for the fi
Your project has been staffed and you are about to meet with the team for the first time. How would you address the following: 1. Goals: What the project hopes to accomplish. 2. C…
Your project is progressing well in your estimation. Your team has collected the
Your project is progressing well in your estimation. Your team has collected the following data. From these data, calculate the project’s ETC. Activity A is 60% complete at a cost…
Your project is to build a simple GUI that enables the user to create and view A
Your project is to build a simple GUI that enables the user to create and view ASCII animations. Requirements: Use a JFrame or JApplet as the primary interface Extend whatever Swi…
Your project is to get caramel apples to a client by the end of September in tim
Your project is to get caramel apples to a client by the end of September in time for the Halloween rush. Your company is responsible for acquiring the apples, coating them in can…
Your project is to get caramel apples to a client by the end of September in tim
Your project is to get caramel apples to a client by the end of September in time for the Halloween rush. Your company is responsible for acquiring the apples, coating them in can…
Your project is to get caramel apples to a client by the end of September in tim
Your project is to get caramel apples to a client by the end of September in time for the Halloween rush. Your company is responsible for acquiring the apples, coating them in can…
Your project is to read in a series of fractions from a text file, which will ha
Your project is to read in a series of fractions from a text file, which will have each line formatted as follows: “A/B”. A sample text file is listed below, and the purpose of yo…
Your project is to write a Python program that records your computer\'s local an
Your project is to write a Python program that records your computer's local and global IP addresses to a public website. Python can be installed on almost any operating system. T…
Your project is to write a test program that will measure the time to transfer 1
Your project is to write a test program that will measure the time to transfer 1 GB of data under various conditions and prepare a report that charts the results. Transfer rate, b…
Your project is to write a test program that will measure the time to transfer 1
Your project is to write a test program that will measure the time to transfer 1 GB of data under various conditions and prepare a report that charts the results. Transfer rate, b…
Your project lead has asked you to determine if PVSS has ever conducted an audit
Your project lead has asked you to determine if PVSS has ever conducted an audit. After further investigation of the situation, you determine that this will be the first review th…