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 1357 / 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
Programming Challenge in Java (Netbeans JDK) Design a class named Employee. The
Programming Challenge in Java (Netbeans JDK) Design a class named Employee. The class should keep the following information in fields: • Employee name • Employee number in the for…
Programming Challenge in Java (Netbeans JDK) Please provide instructions for com
Programming Challenge in Java (Netbeans JDK) Please provide instructions for compiling mutiple .java files (public classes) into one program. 1)Design a class named BankAccount to…
Programming Challenge. Solve the following problem by writing a program in Java
Programming Challenge. Solve the following problem by writing a program in Java that will answer the following question: You are given the following pieces of information about th…
Programming Challenge. Write a program using Java, that solves the following pro
Programming Challenge. Write a program using Java, that solves the following problem: A binary clock is a clock which displays sexagesimal time (military format) in a binary forma…
Programming Challenges 1. Charge Account Validation Write a program that lets th
Programming Challenges 1. Charge Account Validation Write a program that lets the user enter a charge account number. The program should determine if the number is valid by checki…
Programming Challenges Programming Challenges 1-5 allow you to practice working
Programming Challenges Programming Challenges 1-5 allow you to practice working with arrays without using structures or classes. Programming Challenges 5-14 use arrays with struct…
Programming Challenges Visit b.com to complete many of these Programming Challen
Programming Challenges Visit b.com to complete many of these Programming Challen online and get instant feedback 1. Employee and Produ Design a class Employee. Classes keep the fo…
Programming Challenges Write another function that accepts a C-string as its arg
Programming Challenges Write another function that accepts a C-string as its argument. This function should ount the number of consonants appearing in the string and return that n…
Programming Classes In this part of the lab we will create a program by writing
Programming Classes In this part of the lab we will create a program by writing two classes. One that represents books and one that represens a library, or a collection of books. …
Programming CycleFileInput - Write in Java with comments Revisit the Cycle class
Programming CycleFileInput - Write in Java with comments Revisit the Cycle class in Unit 3. Modify your application such that the properties will be read from a text file called “…
Programming CycleFileOutput - Write in Java with comments Revisit the Cycle clas
Programming CycleFileOutput - Write in Java with comments Revisit the Cycle class in Unit 3. Modify your application such that the properties will be written to a text file called…
Programming Essentials Mutator Method Explain the purpose of the mutator method.
Programming Essentials Mutator Method Explain the purpose of the mutator method. What does it normally return and why? Explain aliasing, how does it affect the mutation of an obje…
Programming Excercise 20.18 ~Java Perform simulations to compare the observed pe
Programming Excercise 20.18 ~Java Perform simulations to compare the observed performance of hashing with the theoretical results. Declare a probing hash table, insert 10,000 rand…
Programming Excercises. Chapter 2 page 97 Microsoft Visual C# 2015 Write a C# pr
Programming Excercises. Chapter 2 page 97 Microsoft Visual C# 2015 Write a C# program named MilesToKilometers that declares a named constant that holds the number of kilometers in…
Programming Exercise #3 (Recursive Lines): a.Name your Python program recursive_
Programming Exercise #3 (Recursive Lines): a.Name your Python program recursive_lines.py. b.Your program should ask the user for the number of lines to be drawn. Ensure that the n…
Programming Exercise #3 Page 505 (Person and Customer classes): a.Name the first
Programming Exercise #3 Page 505 (Person and Customer classes): a.Name the first Python file person.py. This file will define the Person and Customer classes. Write get and set me…
Programming Exercise #6 (Employee Management System): Use the Contact Manager Sy
Programming Exercise #6 (Employee Management System): Use the Contact Manager System from pages 456 to 462 as a guide. You will be using a dictionary, a menu system, and pickling …
Programming Exercise #6 (File Analysis): a.Name your Python file FileAnalysis.py
Programming Exercise #6 (File Analysis): a.Name your Python file FileAnalysis.py b.There are two text files provided with this lab assignment, textFile1.txt and textFile2.txt. The…
Programming Exercise (Graded) In this assignment, you will be learning Scheme th
Programming Exercise (Graded) In this assignment, you will be learning Scheme through the use of Dr. Racket. We would like to start with some basic concepts; trying to under prefi…
Programming Exercise 1 (StudentGrades class) Implement a class Student, a studen
Programming Exercise 1 (StudentGrades class) Implement a class Student, a student has a name and total quiz score. Supply an appropriate constructor and methods getName0, addQuiz …
Programming Exercise 11 from C++ Programming Chapter 11 Design various classes a
Programming Exercise 11 from C++ Programming Chapter 11 Design various classes and write a program to comperterize the billing system of a hospital. Design the class doctorType, i…
Programming Exercise 11 from C++ Programming Chapter 11 Design various classes a
Programming Exercise 11 from C++ Programming Chapter 11 Design various classes and write a program to comperterize the billing system of a hospital. Design the class doctorType, i…
Programming Exercise 11 in Chapter 8 explains how to add large integers using ar
Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at most, 20 digits.This ch…
Programming Exercise 11 in Chapter 8 explains how to add large integers using ar
Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at most, 20 digits. This c…
Programming Exercise 11 in Chapter 8 explains how to add large integers using ar
Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at most, 20 digits. This c…
Programming Exercise 18.7 Please include specific comments Chapter 18: Recursion
Programming Exercise 18.7 Please include specific comments Chapter 18: Recursion Programming Exercises: 18.1 (Factorial) Using the Biginteger class introduced in section 10.9, you…
Programming Exercise 2. In Python, the use the binary search functions given(rec
Programming Exercise 2. In Python, the use the binary search functions given(recursive and iterative). Generate a random ordered list of integers and do a benchmark analysis. What…
Programming Exercise 2: Computerization of Health Records) A health care issue t
Programming Exercise 2: Computerization of Health Records) A health care issue that has been in the news lately is the computerization of health records. This possibility is being…
Programming Exercise 2: Inner Product of Two Arrays Write a program that will in
Programming Exercise 2: Inner Product of Two Arrays Write a program that will input two arrays of information. Each array will contain exactly 4 floating point values. Your progra…
Programming Exercise 2: implement the member function moveToNth(...) that remove
Programming Exercise 2: implement the member function moveToNth(...) that removes the item marked by the cursor and inserts it as the nth element of the list; test your implementa…
Programming Exercise 3-10 Instructions JobPricing.java 1 import java.util.Scanne
Programming Exercise 3-10 Instructions JobPricing.java 1 import java.util.Scanner; 2 class JobPricing Herbert's Home Repair estimates each job cost as the cost of materials plus $…
Programming Exercise 3-9 | Instructions Insurance.java+ 1 import java.util.Scann
Programming Exercise 3-9 | Instructions Insurance.java+ 1 import java.util.Scanner 2 class Insurance [ The Harrison Group Life Insurance LCompany computes annual policy public sta…
Programming Exercise 3.20 required you to design a PID manager that allocated a
Programming Exercise 3.20 required you to design a PID manager that allocated a unique process identifier to each process. Exercise 4.20 required you to modify your solution to Ex…
Programming Exercise 3: Non-recursive Fibonacci (10 points The Fibonacci sequenc
Programming Exercise 3: Non-recursive Fibonacci (10 points The Fibonacci sequence is l, l, 2, 3, 5, 8, 13, 21, 34, 55, he first term is 1. The second term is 1. Each term thereaft…
Programming Exercise 4-2 Using if, else-if, and else statements, write a program
Programming Exercise 4-2 Using if, else-if, and else statements, write a program which prompts the user to enter their age, and then displays a different message depending on the …
Programming Exercise 4.7 Write A Script That Decrypts A Message Coded By The Met
Programming Exercise 4.7 Write A Script That Decrypts A Message Coded By The Method ... Question: Python Programming Exercise 4.7 Write a script that decrypts a message coded by t…
Programming Exercise 5-4 | Instructions CellPhoneServi+ 1 import java.util.* 2 p
Programming Exercise 5-4 | Instructions CellPhoneServi+ 1 import java.util.* 2 public class CellPhoneService Write a program for Horizon Phones, a provider of cellular phone servi…
Programming Exercise 6-2 (10 Points) Define a class called Car. This class is us
Programming Exercise 6-2 (10 Points) Define a class called Car. This class is used to simulate a car driving, and calculates how far the car was able to drive based on fuel tank s…
Programming Exercise 7.1 Assign grades) Write a program that reads student score
Programming Exercise 7.1 Assign grades) Write a program that reads student scores, gets the best score, and then assigns grades based on the following scheme Grade is A if score i…
Programming Exercise 8-4 Due Today at 11:59 PM CDT TipCalculation.cs TipCalculat
Programming Exercise 8-4 Due Today at 11:59 PM CDT TipCalculation.cs TipCalculation that includes two overloaded methods named DisplayTipInfo. 1 using static System.Console; 2 cla…
Programming Exercise 9-4 | Instructions Salespersonava Salespersonsor...+ 1 publ
Programming Exercise 9-4 | Instructions Salespersonava Salespersonsor...+ 1 public class Salesperson In Chapter 8, you created a Salesperson class with fields for an ID number and…
Programming Exercise Addition and subtraction are performed on 32 bit integer nu
Programming Exercise Addition and subtraction are performed on 32 bit integer numbers held in the general purpose registers (32 bit-wide each) inside the register file. The result…
Programming Exercise Chapter 7 Problem 17 Create a virtual. digital Galton Board
Programming Exercise Chapter 7 Problem 17 Create a virtual. digital Galton Board. Your code will use a function - char dropMarble() to determine the marble’s direction when it hit…
Programming Exercise For the following programming exercise, please study the co
Programming Exercise For the following programming exercise, please study the code SingleLinkedList.java (enclosed in this folder) and work on the following exercises. 1. Write a …
Programming Exercise I (4 points): (Implementing DigitValue2ASCID) The objective
Programming Exercise I (4 points): (Implementing DigitValue2ASCID) The objective of this exercise is to write the procedure DigitValue2ASCII that converts a value v of a hexadecim…
Programming Exercise I (4 points): (Implementing DigitValue2ASCIT) The objective
Programming Exercise I (4 points): (Implementing DigitValue2ASCIT) The objective of this exercise is to write the procedure DigitValue2ASCII that converts a value v of a hexadecim…
Programming Exercise and Bonus Exercise (Next Page) 1) Define a class called Ord
Programming Exercise and Bonus Exercise (Next Page) 1) Define a class called OrderPizza that has member variables to track the type of pizza being order (either deep dish, hand to…
Programming Exercise using Strings with Java Part A. Using Strings and String me
Programming Exercise using Strings with Java Part A. Using Strings and String methods. Modify the source code presented in class for searching String arrays, Change the elements o…
Programming Exercise(s): refresher Write a program in Java that asks for user in
Programming Exercise(s): refresher Write a program in Java that asks for user input for the names of 5 people and their ages. Then in the display list the 5 students in order by a…
Programming Exercise: Create a tic-tac-toe game by using arrays. Consider the fo
Programming Exercise: Create a tic-tac-toe game by using arrays. Consider the following requirements during your implementation: 1. You have the choice to play: user-to-user or us…