Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1353 / 1621
Program: Function floor ( found in the math library ) may be used to round a num
Program: Function floor (found in the math library) may be used to round a number to a specific decimal place. The statement: y= floor (x * 10 + .5) / 10; rounds x to the tenths p…
Program: Grade Stats In this program you will create a utility to calculate and
Program: Grade Stats In this program you will create a utility to calculate and display various statistics about the grades of a class. In particular, you will read a CSV file (co…
Program: Integer Postfix Calculator In this program, you will write acommand lin
Program: Integer Postfix Calculator In this program, you will write acommand line calculator that can evaluate simple mathematical expressions on ints typed in postfix notation (a…
Program: Iterative Persistence Please help complete program below in C language.
Program: Iterative Persistence Please help complete program below in C language. Multiplying the digits of an integer and continuing this process gives the surprising result that …
Program: Online shopping cart (continued) (C++) This program extends the earlier
Program: Online shopping cart (continued) (C++) This program extends the earlier "Online shopping cart" program. (Consider first saving your earlier program). (1) Extend the ItemT…
Program: Playlist (C) You will be building a linked list. Make sure to keep trac
Program: Playlist (C) You will be building a linked list. Make sure to keep track of both the head and tail nodes. (1) Create three files to submit. Playlist.h - Struct definition…
Program: Playlist (Java) You will be building a linked list. Make sure to keep t
Program: Playlist (Java) You will be building a linked list. Make sure to keep track of both the head and tail nodes. (1) Create two files to submit. • SongEntry.java - Class d…
Program: Pointer Manipulation The following are the procedure to follow: A). Thi
Program: Pointer Manipulation The following are the procedure to follow: A). This program must have a main routine and two functions. B). Declare in main: int x=10, int y=20, *ptr…
Program: Pointer Manipulation The following are the procedure to follow: A). Thi
Program: Pointer Manipulation The following are the procedure to follow: A). This program must have a main routine and two functions. B). Declare in main: int x=10, int y=20, *ptr…
Program: Points with Structs Please help complete program below in C. The top of
Program: Points with Structs Please help complete program below in C. The top of a file contains a single number, say n. This number is then followed by n pairs of integer values …
Program: Postfix Calculator with Memory In this program, you will write a comman
Program: Postfix Calculator with Memory In this program, you will write a command line calculator that can evaluate simple mathematical expressions on doubles typed in postfix not…
Program: Program to calculate average rainfall over a given period of years mont
Program: Program to calculate average rainfall over a given period of years months ["January", "February", "March", "April", "May", "June","July","August","September", "October", …
Program: Read in a file of positive integers ( > 0) from \'\'integer.dat\'\' (pe
Program: Read in a file of positive integers ( > 0) from ''integer.dat'' (perform file validation - e.g. file exists, empty file, etc.) and create a doubly linked list of integ…
Program: Soccer team roster (Dictionaries) (Python 3) So far the answers on this
Program: Soccer team roster (Dictionaries) (Python 3) So far the answers on this question have no incorporated the sample program given(located below). Thank you! (1) Prompt the u…
Program: Sorting movies (Lists and Dictionaries) (Python 3) (1) Build a dictiona
Program: Sorting movies (Lists and Dictionaries) (Python 3) (1) Build a dictionary that contains the movie collection below. Hint: Combine movie title and director into a list. (2…
Program: Sorting movies (Lists and Dictionaries) (Python 3) (1) Build a dictiona
Program: Sorting movies (Lists and Dictionaries) (Python 3) (1) Build a dictionary that contains the movie collection below. Hint: Combine movie title and director into a list. Ye…
Program: Subtraction Please help with this problem. The square pattern is obtain
Program: Subtraction Please help with this problem. The square pattern is obtained by putting the numbers 37, 28, 1, and 25 at the corners of square. By joining the midpoints of i…
Program: The Circle2D class Problem Description: Define the Circle2D class that
Program: The Circle2D class Problem Description: Define the Circle2D class that contains: • Two double data fields named x and y that specify the center of the circle with get met…
Program: The main activities of this program are to draw shapes using different
Program: The main activities of this program are to draw shapes using different kinds of Java drawing methods. Particularly, you are asked to draw a frosty snowman. Use your imagi…
Program: This will use almost all the knowledge about GUI we covered in this cla
Program: This will use almost all the knowledge about GUI we covered in this class. Particularly, we are going to write a program that draws a Sudoku board with buttons, combobox …
Program: Twin Primes Please help complete the program below in C language. Two n
Program: Twin Primes Please help complete the program below in C language. Two numbers are called twin primes if both numbers are prime numbers and their difference is 2. For exam…
Program: Work with Census Data Use this file: http://www.census.gov/population/w
Program: Work with Census Data Use this file: http://www.census.gov/population/www/censusdata/files/urpop0090.txt The census file is a text file with data for the 10-year census f…
Program: Write a Terminate and Stay Resident program that will displayyour Name
Program: Write a Terminate and Stay Resident program that will displayyour Name and VU ID (ABC, xC0xxxxxxxx) in the centre of theblank screen after 5 seconds (only if no operation…
Program: Write a program called mysort.c that simulates sort utility in unix and
Program: Write a program called mysort.c that simulates sort utility in unix and takes -r as option and a filename as arguments. Assume that the file contains only integers and ma…
Program: Write an Arduino sketch to simulate the traffic lights at 19^th and Bos
Program: Write an Arduino sketch to simulate the traffic lights at 19^th and Boston. The lights should cycle green rightarrow yellow rightarrow red, with a shorter cycle time for …
Program: Write, compile, and run a C++ program that generates 200 random integer
Program: Write, compile, and run a C++ program that generates 200 random integers in between 1 to 200. Some of the randomly generated integers may be repeated. Next sort the rando…
Program: assign03b.c Modify the assign03b.c to ask the user to enter a temperatu
Program: assign03b.c Modify the assign03b.c to ask the user to enter a temperature increase. The increased temperature cannot be out of range. Save a copy of your assign03a.c as a…
Program: eval_infix(s) Method 1. The current infixToPostfix(s) method from the b
Program: eval_infix(s) Method 1. The current infixToPostfix(s) method from the book has the problem that it will not read numbers of more than one digit or float numbers such as 9…
Program: import javax.swing.*; import javax.swing.border.*; import java.awt.*; i
Program: import javax.swing.*; import javax.swing.border.*; import java.awt.*; import java.awt.event.*; public class PizzaCalculator extends JFrame implements ActionListener { …
Program: mathmatica Using your program, plot the Planck distribution rho (lambda
Program: mathmatica Using your program, plot the Planck distribution rho (lambda) from the equation d'E = rho (lambda) d lambda for five different temperatures of your choice. In …
Program: struct Here is the struct that you need to create for your program: C++
Program: struct Here is the struct that you need to create for your program: C++ struct Manufacturer (string), Model (string), Year built (string), Car miles per gallon (double) F…
ProgramRunTime=Instructions/Program times Cycles/Instruction times Time/Cycle As
ProgramRunTime=Instructions/Program times Cycles/Instruction times Time/Cycle Assume your program of interest is being executed by a 50 MHz processor core, which executes approxim…
Programing C# The High adventure Agency offers four vacation packages for thrill
Programing C# The High adventure Agency offers four vacation packages for thrill-seeking customers. The rates and options vary for each package. You are asked to design , and code…
Programing Language: C How do you handle End of file so that you only take the f
Programing Language: C How do you handle End of file so that you only take the first 4 charachters from the file and stores it into a 2D Array and then displays the remaining file…
Programing assignment in C++ The following description has been adopted from Dei
Programing assignment in C++ The following description has been adopted from Deitel & Deitel. One of the most popular games of chance is a dice game called "craps," which is p…
Programing code that does the following requirements, hopefully I can find someo
Programing code that does the following requirements, hopefully I can find someone who will help me this I/O hardware using C++ problem. Thanks In this lab you will learn how to i…
Programing course,, Write a program that gets a set of characters from the user
Programing course,, Write a program that gets a set of characters from the user and stores them in an array chars ]. The program stops when the number of characters is greater tha…
Programing for C++ Develop and implement an interactive two-player Yahtzee game.
Programing for C++ Develop and implement an interactive two-player Yahtzee game. Yahtzee is a dice game that was invented by Milton Bradley and Edwin S. Lowe in 1956. The challeng…
Programing in C //My Code #include //fns prototype float calculate_percetage(flo
Programing in C //My Code #include //fns prototype float calculate_percetage(float score, float max_score); float getAvg(float number_1, float number_2, float number_3)…
Programing in C 4. Following function swap the values of two variables a and b.
Programing in C 4. Following function swap the values of two variables a and b. For example, if value of a is 4 and value of b is 5, then the function will change the value of a t…
Programing in C question, can some one help me with this code without using the
Programing in C question, can some one help me with this code without using the string library. Part II: Lab Assignment Getting started Change into the cse220 directory. Create a …
Programing in C: (not C++) Today we are working with singly linked lists. Last w
Programing in C: (not C++) Today we are working with singly linked lists. Last week in class we covered inserting into, deleting from, sorting, and printing a singly linked list. …
Programing in Prolog Electricity consumers are supplied with electricity from an
Programing in Prolog Electricity consumers are supplied with electricity from an electricity generating station. Electricity is distributed from the main power station to the vari…
Programing language is C++ define three classes: Shape, Rect, and Triangle. Rect
Programing language is C++ define three classes: Shape, Rect, and Triangle. Rect and Triangle should inherit from the Shape class. Shape class is quite generic and just has two fu…
Programing language is c++ BACKGROUND INFORMATION: A cryptosystem is a system fo
Programing language is c++ BACKGROUND INFORMATION: A cryptosystem is a system for encryption and decryption. Encryption, also called encoding or enciphering message, while decrypt…
Programing requirement for: Safety Alert System Version 01 I. Project and class
Programing requirement for: Safety Alert System Version 01 I. Project and class name Create a new project name: yourfirst lastname program01 (you must include your name in the pro…
Programing with java BINARY SEARCH TREE DATA STRUCTURE OBJECTIVES -Students know
Programing with java BINARY SEARCH TREE DATA STRUCTURE OBJECTIVES -Students know how to implement the Binary Search Tree structure: How to insert a node to a tree, How to fetch, d…
Programm in Eclipse. (Java). Problem a : Write a program that reads a stream of
Programm in Eclipse. (Java). Problem a : Write a program that reads a stream of integers from the console and stores them in an array. The array is then analyzed to compute the av…
Programmable controllers were developed by the automobile industry as a way to a
Programmable controllers were developed by the automobile industry as a way to automate the manufacture of vehicles. How many number of input/output interfaces are necessary? Shou…
Programmatically determine the maximum Kelvin temperature in your data set. Usin
Programmatically determine the maximum Kelvin temperature in your data set. Using fprintf, print the results from the prompts in this paragraph to the screen with appropriate labe…