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

Browse P

Alphabetical listing with fast deep pagination.
81033 items • Page 1346 / 1621

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
Program Names: Rational.java and RationalDriver.java Define a class for rational
Program Names: Rational.java and RationalDriver.java Define a class for rational numbers. A rational number is a number that can be represented as the quotient of two integers. Fo…
Program Names: Rational.java and RationalDriver.java Define a class for rational
Program Names: Rational.java and RationalDriver.java Define a class for rational numbers. A rational number is a number that can be represented as the quotient of two integers. Fo…
Program One: Parallel Prefix Sum Write a C or C++ program to calculate Prefix Su
Program One: Parallel Prefix Sum Write a C or C++ program to calculate Prefix Sum Use P Threads Use standard reduction algorithm Compile on head node SSH into amdquad01 and execut…
Program Output at Bottom of Page 1. You are given a starter program that you wil
Program Output at Bottom of Page 1. You are given a starter program that you will need to finish 2. You will then test this program two ways First by letting the computer generate…
Program Overview In this program, you will create a database of Employees. Each
Program Overview In this program, you will create a database of Employees. Each Employee has a name & and ID. Managers must also be part of this database. A manager is an empl…
Program Overview: The game of Minesweeper (http://www.freeminesweeper.org/mineco
Program Overview: The game of Minesweeper (http://www.freeminesweeper.org/minecore.html) is traditionally a one-player game played against a computer. There are several covered sq…
Program P1 1) integer A, B; 2)input (A); 3) while (A > 0) 4 5) A-2*A; 6) ¡f (A 3
Program P1 1) integer A, B; 2)input (A); 3) while (A > 0) 4 5) A-2*A; 6) ¡f (A 30) 7) B A* 2; else B=A+2; 9) 10)output (A, B); 11) input (A); 12) ) 13) output ("Program ends.")…
Program P1 : 1) integer A, B; 2) input (A); 3) while (A > 0) 4) { 5) A = 2 * A;
Program P1 : 1) integer A, B; 2) input (A); 3) while (A > 0) 4) { 5) A = 2 * A; 6) if (A < 20 or A > 30) 7) { 8) B = A * 2; 10) } 11) else 12) { 13) B = A + 2; 15) } 16) …
Program Plan: Start Visual Studio (or Visual Studio Express). Create a new proje
Program Plan: Start Visual Studio (or Visual Studio Express). Create a new project and name it as WordCoun Add a new form Form-Word in WordCount project and add TextBox name it as…
Program Planet Record Sorting Sorting is one of the most common applications of
Program Planet Record Sorting Sorting is one of the most common applications of computer science. Java has built-in sorting methods that allow you to quickly and efficiently sort …
Program Planet Record Sorting Sorting is one of the most common applications of
Program Planet Record Sorting Sorting is one of the most common applications of computer science. Java has built-in sorting methods that allow you to quickly and efficiently sort …
Program Planet Record Sorting Sorting is one of the most common applications of
Program Planet Record Sorting Sorting is one of the most common applications of computer science. Java has built-in sorting methods that allow you to quickly and efficiently sort …
Program Planning Assignments Impact Objective: Environmental Objectives (what ar
Program Planning Assignments Impact Objective: Environmental Objectives (what are some environmental factors leading to TDM2) Activities & Strategies for Reaching Environmenta…
Program Purpose Using Visual Studio 2017 create a CLR console application. Creat
Program Purpose Using Visual Studio 2017 create a CLR console application. Create a program plan and then convert it into C++statements Practice debugging, declaring variables, ty…
Program Purpose Using Visual Studio 2017 create a CLR console application. Creat
Program Purpose Using Visual Studio 2017 create a CLR console application. Create a program plan and then convert it into C++ statements. Practice debugging, declaring variables, …
Program Purpose Using Visual Studio 2017 create a console application. Create a
Program Purpose Using Visual Studio 2017 create a console application. Create a program plan and then convert it into C++ statements. Practice debugging, declaring variables, type…
Program Requirements A movie theater only keeps a percentage of the revenue earn
Program Requirements A movie theater only keeps a percentage of the revenue earned from ticket sales. The remainder goes to the movie distributor. Write a program that calculates …
Program Requirements A party planner needs to do calculations for an event, base
Program Requirements A party planner needs to do calculations for an event, based on the number of guests and the size of tables. Class files are PartyPlanner.java and Party.java …
Program Requirements Create a class called Character. The class should have the
Program Requirements Create a class called Character. The class should have the following public member functions: • A function called copy, that accepts as parameters two arrays …
Program Requirements For part 1, you must write a single program with two functi
Program Requirements For part 1, you must write a single program with two functions: . fib(): Takes a single integer argument num.terms greater than or equal to 1 and for each of …
Program Requirements Modify the class Month from homework #6 (If you wish, you c
Program Requirements Modify the class Month from homework #6 (If you wish, you can use the partial solution posted in Georgia View). The class should have the following private me…
Program Requirements Modify the program you wrote for Java Assn 3, as follows: O
Program Requirements Modify the program you wrote for Java Assn 3, as follows: Overview of Program This program will contain two classes, in two separate files within your project…
Program Requirements You are to construct a program named AccountBank.java that
Program Requirements You are to construct a program named AccountBank.java that keeps a list of files containing names and balance of patrons. The program will ask the patron for …
Program Requirements Your program must meet the following requirements: 1. You m
Program Requirements Your program must meet the following requirements: 1. You must ask the user if they want to perform an encryption or decryption operation. 2. You must ask the…
Program Requirements: Create a (cmd line / terminal) based program: No partners
Program Requirements: Create a (cmd line / terminal) based program: No partners on this assignment. Do not share code or look at others code (you may look at your previous code or…
Program Requirements: Part 1: Polar Rectangular Conversation A location (point)
Program Requirements: Part 1: Polar Rectangular Conversation A location (point) in the two-dimensional Cartesian Coordinate System can be represented in two ways, by its Polar Coo…
Program Requirements: Write a Java program that will 1. Ask the user to type in
Program Requirements: Write a Java program that will 1. Ask the user to type in a sentence, using a JOptionPane.showInputDialog(). 2. The program will examine each letter in the s…
Program Rock.java contains a skeleton for the game Rock, Paper, Scissors. Open i
Program Rock.java contains a skeleton for the game Rock, Paper, Scissors. Open it and save it to your directory. Add statements to the program as indicated by the comments so that…
Program SHOULD be USED in RAPTOR in INTERMEDIATE mode. Design a program that all
Program SHOULD be USED in RAPTOR in INTERMEDIATE mode. Design a program that allows two players to play a game of tic-tac-toe. One approach would use a two-dimensional String arra…
Program SHOULD be used in RAPTOR in INTERMEDIATE MODE. For this program, you wil
Program SHOULD be used in RAPTOR in INTERMEDIATE MODE. For this program, you will calculate a student's average for a semester. The student has earned 6 test grades during the sem…
Program Scenario: Bubba of Bubbas Luxury Pre-Owned Imports has requested an onli
Program Scenario: Bubba of Bubbas Luxury Pre-Owned Imports has requested an online system to enable instant queries and updates to his automobile information database. 1 Create th…
Program Services Management and General Services Total Sponsorecd Programs and D
Program Services Management and General Services Total Sponsorecd Programs and Dnect Services Support Services Aoministatve Resource Grants Salanes 1,630344 6,101 928 2.3614 10093…
Program Set 4 (20 Points) This assignment will give you more experience on the u
Program Set 4 (20 Points) This assignment will give you more experience on the use of. 1. integers (int) 2. floats (float) 3. conditionals 4. iteration The goal of this project is…
Program Speci cation: A Stack is a simple container that is initially empty and
Program Speci cation: A Stack is a simple container that is initially empty and need only support three simple operations: isEmpty - reports true if the stack contains no values, …
Program Specication: There is a \"fun\" children\'s game where one child thinks
Program Specication: There is a "fun" children's game where one child thinks of a "common phrase", then the second child repeatedly makes guesses as to the letters that it contain…
Program Specication: Write a Java program that emulates a simple calculator: Pro
Program Specication: Write a Java program that emulates a simple calculator: Prompts the user to input the left operand and read it into a double variable. Prompts the user to inp…
Program Specication: Write a Java program that emulates a simple calculator: Pro
Program Specication: Write a Java program that emulates a simple calculator: Prompts the user to input the left operand and read it into a double variable. Prompts the user to inp…
Program Specication: You are to develop a program to play a variation on a game
Program Specication: You are to develop a program to play a variation on a game of chance called single player Poker. Game Description: There is a Player who starts with 100 chips…
Program Specication: You are to develop a program to play a variation on a game
Program Specication: You are to develop a program to play a variation on a game of chance called single player Poker. Game Description: There is a Player who starts with 100 chips…
Program Specification : You are to first design and implement a single class whi
Program Specification: You are to first design and implement a single class which can be used to manage the salaries for a small organization. Implement the given interface and cr…
Program Specification An n x n matrix that is filled with the whole numbers 1, 2
Program Specification An n x n matrix that is filled with the whole numbers 1, 2, 3, n2 is a magic square if the sum of the elements in each row, in each column, and in the two di…
Program Specification Write a program that uses an array of structures to store
Program Specification Write a program that uses an array of structures to store the following weather data for a particular month: Total Rainfall High Temperature Low Temperature …
Program Specification: 1. Read data for names and weights for 15 people from the
Program Specification: 1. Read data for names and weights for 15 people from the console where there is a name on a line followed by a weight on the next line, like in names.txt. …
Program Specification: A online retailer has hired you to write a program to cal
Program Specification: A online retailer has hired you to write a program to calculate the total cost of a customer's order. First, the retailer must enter the name and the price …
Program Specification: An array that can grow and shrink (as needed) at run time
Program Specification: An array that can grow and shrink (as needed) at run time is generally called a dynamic array. You are to write a class named DynArray which can hold double…
Program Specification: An array that can grow and shrink (as needed) at run time
Program Specification: An array that can grow and shrink (as needed) at run time is generally called a dynamic array. You are to write a class named DynArray which can hold double…
Program Specification: An n x n matrix that is filled with the whole numbers 1,
Program Specification: An n x n matrix that is filled with the whole numbers 1, 2, 3, .. n2 is a magic square if the sum of the elements in each row, in each column, and in the tw…
Program Specification: The purpose of this lab is for you to learn about buildin
Program Specification: The purpose of this lab is for you to learn about building active Web pages using JavaScript. Design Details: You can use Eclipse, notepad, emacs, or any ot…
Program Specification: There is a \"fun\" children\'s game where one child think
Program Specification: There is a "fun" children's game where one child thinks of a "common phrase", then the second child repeatedly makes guesses as to the letters that it conta…
Program Specification: There is a \"fun\" children\'s game where one child think
Program Specification: There is a "fun" children's game where one child thinks of a "secret" number between zero and two hundred and fifty five, then the second child repeatedly i…