Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1348 / 1621
Program format 1. Your program must follow this format That is to say, it must h
Program format 1. Your program must follow this format That is to say, it must have a title block, a program description, and a list of variables. See the illustration shown below…
Program functionality. The program asks a user for their hourly wage and the num
Program functionality. The program asks a user for their hourly wage and the number of hours they work per week. It then uses the SalaryCalculator object to do the monthly and yea…
Program gives a word for example \"grade\" and user has to come up with another
Program gives a word for example "grade" and user has to come up with another word changing ONLY one letter OR ADDING/SUBTRACTING one letter at the time form word "grade" (it does…
Program has to be done in C++ language and by only using #include #in
Program has to be done in C++ language and by only using #include <iostream> #include <fstream> libraries and nothing more Program has to be done in C++ language and b…
Program has to have a user playing against a computer. Create a Tic Tac Toe game
Program has to have a user playing against a computer. Create a Tic Tac Toe game with a JPanel that uses an array of nine JButtons to represent the Tic Tac Toe grid. When the user…
Program in C A (mythical) country charges income tax as follows based on a perso
Program in C A (mythical) country charges income tax as follows based on a person's net salary , which is the gross salary minus $1000 for each dependent. No tax is charged on the…
Program in C As you most probably know, any boolean expression can be expressed
Program in C As you most probably know, any boolean expression can be expressed in either a disjunctive normal form or a conjunctive normal form. In a disjunctive normal form, a b…
Program in C I have program that needs to store a students name roll(or ID#) and
Program in C I have program that needs to store a students name roll(or ID#) and precentage in a linked list. This is the basic outline for the structure i used. I just need to kn…
Program in C Program in C The Sieve of Eratosthenes is a fast method to determin
Program in C Program in C The Sieve of Eratosthenes is a fast method to determine all primes less than or equal to a given number N. The method proceeds as follows. Initially, we …
Program in C Question 4 (Eight Queens) Exercise 6.26, pp. 246 You are required t
Program in C Question 4 (Eight Queens) Exercise 6.26, pp. 246 You are required to do the following: (1) Print out an empty chessboard at the beginning (2) Display the Table of Eli…
Program in C Write a program in C to read a temperature in Fahrenheit and conver
Program in C Write a program in C to read a temperature in Fahrenheit and convert it to centigrade. Then display a message saying it is boiling (if temp is greater than 212) or ho…
Program in C bool load_data(char*, int *, double *,char *, int ): This function
Program in C bool load_data(char*, int *, double *,char *, int ): This function takes the input file name, integer, double and character pointers and the size as integer. It opens…
Program in C first char* is filename int* is id double* amt char* desig int size
Program in C first char* is filename int* is id double* amt char* desig int size please help!!!! bool load_data(char*, int *, double *,char *, int ): This function takes the input…
Program in C help me This program is going to store a number of inputs specified
Program in C help me This program is going to store a number of inputs specified by the user in an array, then it will calculate statistical values such as the mean and standard d…
Program in C l angauge only please Program: Painting a wall (C) (1) Prompt the u
Program in C langauge only please Program: Painting a wall (C) (1) Prompt the user to input a wall's height and width. Calculate and output the wall's area. (2 pts) (2) Extend to …
Program in C main program • declare variables, N, f, count • do call getInt (“ e
Program in C main program • declare variables, N, f, count • do call getInt (“ enter number from 1 – 15 inclusive: “ ) store returned value in N Print the return value of sum with…
Program in C need help with sorting by groups void sort_data(int *,double *,char
Program in C need help with sorting by groups void sort_data(int *,double *,char *, int): int * - Integer pointer holding all the valid account IDs double * - Double pointer holdi…
Program in C only. Must work on Visual Studios. Need a program to decrypt a ceas
Program in C only. Must work on Visual Studios. Need a program to decrypt a ceasar cipher.If you are unfamiliar with it here is the link: https://en.wikipedia.org/wiki/Caesar_ciph…
Program in C use -Wall -Werror to compile //This function creates a Node that co
Program in C use -Wall -Werror to compile //This function creates a Node that contains a integer item Node* createNode(int); // This function creates an empty list pointer and ret…
Program in C use pointers not array notation int clean_data(int *id, double *amt
Program in C use pointers not array notation int clean_data(int *id, double *amt, char *desig, int *idClean, double *amtClean, char *desigClean, int Size): int * - pointer contain…
Program in C++ - read all instructions please implement a shopping list that use
Program in C++ - read all instructions please implement a shopping list that uses a linked list to store the information. The program should have a menu for the user to enter item…
Program in C++ In this lab, we will practice functional programming: Let\'s assu
Program in C++ In this lab, we will practice functional programming: Let's assume we have the following simple class called "Student": class Student{ public: std::string name; …
Program in C++ Please! Part One: The game of Tic-Tac-Toe (or Naughts and Crosses
Program in C++ Please! Part One: The game of Tic-Tac-Toe (or Naughts and Crosses) is an ancient game in which 2 players alternate turns placing either X's or O's on a 3x3 square g…
Program in C++ Problem In this assignment, you are going to practice inheritance
Program in C++ Problem In this assignment, you are going to practice inheritance and operator overloading based on your previous work of assignment 10. The requirements are as fol…
Program in C++ Program for everyday life problems, which requires loops using C+
Program in C++ Program for everyday life problems, which requires loops using C++ 1. Write a C++ program that displays a student tuition report. – A loop in the program should ask…
Program in C++ Read in a group of numbers, A, on one line and another group, B,
Program in C++ Read in a group of numbers, A, on one line and another group, B, on the next line of standard input. Using std::set (or std::map) print out if A is a subset of B or…
Program in C++ Task: Create the Fahrinacci sequence. This sequence is made by mu
Program in C++ Task: Create the Fahrinacci sequence. This sequence is made by multiplying the first number by 3 and subtracting the second number. Example: num1 = 4, n…
Program in C++ Task: Create the Fahrinacci sequence. This sequence is made by mu
Program in C++ Task: Create the Fahrinacci sequence. This sequence is made by multiplying the first number by 3 and subtracting the second number. Example: num1 = 4, num2 = 2 Sequ…
Program in C++ The user should be prompted to enter pitch width, x, height, h, a
Program in C++ The user should be prompted to enter pitch width, x, height, h, and the applied forces F1 and F2. You must create and use a function to calculate the hypotenuse of …
Program in C++ Write a function that takes a single, integer parameter n. This f
Program in C++ Write a function that takes a single, integer parameter n. This function should dynamically allocate an integer array of size n. It should then fill the arrays with…
Program in C++ Write a program that prints out a student grade report. There is
Program in C++ Write a program that prints out a student grade report. There is a file, classes, txt, that contains the names of all classes taught at a college, such as CSC1 CSC2…
Program in C++ You will write a program that uses a recursive function to determ
Program in C++ You will write a program that uses a recursive function to determine whether a string is a character-unit palindrome. Moreover, flags can be used to indicate whethe…
Program in C++ and chapter is stacks and queue . You will design a program to ke
Program in C++ and chapter is stacks and queue . You will design a program to keep track of a restaurants wait list using a queue implemented with a linked list. Create a class na…
Program in C++ that read in a text file and outputs another different text file
Program in C++ that read in a text file and outputs another different text file that The letter/frequency pairs should be given in order of descending frequency. For example, the …
Program in C++ the following: Find the probabilities of each type of hand in fiv
Program in C++ the following: Find the probabilities of each type of hand in five-card poker (see below) and rank the types of hands by their probability A SINGLE PAIR This the ha…
Program in C++. you have number 123456789. find the permutations so that the lef
Program in C++. you have number 123456789. find the permutations so that the left most digit is evenly divisible by 1, the 2 left digits are evenly divisible by 2 and 3 left most …
Program in C++: Write a lambda function to check if a number can be divided by t
Program in C++: Write a lambda function to check if a number can be divided by the first input number (assume there are at least 2 input numbers) please create a class named "isGr…
Program in C. need help with cleaning data function int clean_data(int *, double
Program in C. need help with cleaning data function int clean_data(int *, double*, char*, int *, double *, char *, int): int * - pointer containing original all account IDs inform…
Program in C/ C++ The horizontal and vertical motion of the center of mass of an
Program in C/ C++ The horizontal and vertical motion of the center of mass of an airplane in the vertical plane can be described using a two degrees-offreedom 2DOF) model. night p…
Program in C: Your program will compute compounded interest. Suppose you invest
Program in C: Your program will compute compounded interest. Suppose you invest $1000.00 at an interest rate of 2% per year. If the interest is computed at the end of each day, it…
Program in JAVA (Employee Hierarchy) In this chapter, you studied an inheritance
Program in JAVA (Employee Hierarchy) In this chapter, you studied an inheritance hierarchy in which class BasePlusCommissionEmployee inherited from class CommissionEmployee. Howev…
Program in JAVA Need Help Adding GENERICS To This Program // Card.java public cl
Program in JAVA Need Help Adding GENERICS To This Program // Card.java public class Card { public final static int SPADES = 0; // Codes for the 4 suits, plus Joker. public f…
Program in JAVA, a menu bar. This will be added to a Frame. The menus to be adde
Program in JAVA, a menu bar. This will be added to a Frame. The menus to be added are the followng: - Resident (hotkey T), with the following items: 1. Add (hotkey A) 2. Search (h…
Program in JAVA, a menu bar. This will be added to a Frame. The menus to be adde
Program in JAVA, a menu bar. This will be added to a Frame. The menus to be added are the followng: Resident (hotkey T), with the following items: 1. Add (hotkey A) 2. Search (hot…
Program in JAVA. Build off code provided. Database with Sorted Arrays as Indexes
Program in JAVA. Build off code provided. Database with Sorted Arrays as Indexes Practice (not as long as it looks) What to do: Create a simple database with three fields : id, la…
Program in JAVA. Build off code provided. Database with Sorted Arrays as Indexes
Program in JAVA. Build off code provided. Database with Sorted Arrays as Indexes Practice (not as long as it looks) What to do: Create a simple database with three fields : id, la…
Program in JAVA. Using the provided skeleton code, finish the program that evalu
Program in JAVA. Using the provided skeleton code, finish the program that evaluates mathematical expressions. You will be provided with a skeleton code for the EVALUATOR class. T…
Program in JAVA. some example code is given and needs to be assed to. Database w
Program in JAVA. some example code is given and needs to be assed to. Database with Sorted Arrays as Indexes Practice (not as long as it looks) What to do: Create a simple databas…
Program in JAVA. some example code is given and needs to be assed to. Database w
Program in JAVA. some example code is given and needs to be assed to. Database with Sorted Arrays as Indexes Practice (not as long as it looks) What to do: Create a simple databas…
Program in Java (The Person, Student, Employee, Faculty, and Staff classes) Desi
Program in Java (The Person, Student, Employee, Faculty, and Staff classes) Design a class named Person and its two derived classes named Student and Employee Make Faculty and Sta…