Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1043 / 1333
Write a program (PYTHON) that allows the user to add, delete and organize the it
Write a program (PYTHON) that allows the user to add, delete and organize the items in a list. Your program will provide the following options: Append: adds an items, input by the…
Write a program (PersonalityTest.java) to score users responses to the classic M
Write a program (PersonalityTest.java) to score users responses to the classic Myers-Briggs personality test. Assume that the test has 70 questions that determine a persons person…
Write a program (PersonalityTest.java) to score users responses to the classic M
Write a program (PersonalityTest.java) to score users responses to the classic Myers-Briggs personality test. Assume that the test has 70 questions that determine a persons person…
Write a program (Program A) that creates a linked list of 100 nodes, each contai
Write a program (Program A) that creates a linked list of 100 nodes, each containing a random positive integer between 0 and 99. The program must provide the user with four choi…
Write a program (RadixSortAnimation.java) that animates the radix sort algorithm
Write a program (RadixSortAnimation.java) that animates the radix sort algorithm. Create an array that consists of 20 random integers from 0 to 999, inclusive. The array elements …
Write a program (Using C not C ++ ) to calculate the average of an arbitrary num
Write a program (Using C not C ++ ) to calculate the average of an arbitrary number of positive numbers that the user will enter. The program should stop collecting values from th…
Write a program (VBA Program not CC) that calculates and displays in a MsgBox th
Write a program (VBA Program not CC) that calculates and displays in a MsgBox the bill for a cellular telephone company. The company offers two types of service. The rates are com…
Write a program (a filter) that reads a stream of ASCII from standard input and
Write a program (a filter) that reads a stream of ASCII from standard input and sends characters to standard output. The program discards all whitespace and punctuation and sends …
Write a program (bills.c) for an automatic teller machine that dispenses money.
Write a program (bills.c) for an automatic teller machine that dispenses money. The user should enter the amount desired (a multiple of 20 dollars) and the machine dispenses this …
Write a program (carpet_fishing.py) to implement Dilbert\'s Carpet Fishing Game.
Write a program (carpet_fishing.py) to implement Dilbert's Carpet Fishing Game. Let's call Dilbert's cubicle floor "Carpet Sea". Carpet Sea is divided into a grid of N x N cells. …
Write a program (class and demo) with this UML RainFall - rain: double[] +RainFa
Write a program (class and demo) with this UML RainFall - rain: double[] +RainFall(r:double[]) +getTotalRainFall(): double +getAverageRainFall(): double +getHighestMonth(): double…
Write a program (hat outputs a histogram of grades for an assignment given to a
Write a program (hat outputs a histogram of grades for an assignment given to a class of students. The program should input each student's grade as an integer and store the grade …
Write a program (in C) for the following man page : NAME mytouch - change the fi
Write a program (in C) for the following man page : NAME mytouch - change the file timestamps SYNOPSIS mytouch FILE [SECONDS] DESCRIPTION Update the access and modification times …
Write a program (in C) that prints out conversion tables forCelsius to Fahrenhei
Write a program (in C) that prints out conversion tables forCelsius to Fahrenheit (0o to 100o) and Fahrenheit to Celsius (32o to 212o). Useseparate functions to convert Fahrenheit…
Write a program (in C++) that inputs a date (for example, July 4, 2008) and outp
Write a program (in C++) that inputs a date (for example, July 4, 2008) and outputs the day of the week that corresponds to that date. The following algorithm is from http://en.wi…
Write a program (in C++) that inputs a date (for example, July 4, 2008) and outp
Write a program (in C++) that inputs a date (for example, July 4, 2008) and outputs the day of the week that corresponds to that date. The following algorithm is from http://en.wi…
Write a program (in C++) that opens two text files (input1.txt and input2.txt) f
Write a program (in C++) that opens two text files (input1.txt and input2.txt) for input and one for output (output.txt). The program should merge the two input files in the outpu…
Write a program (in Java) that computes and outputs the monthly payments for a h
Write a program (in Java) that computes and outputs the monthly payments for a home loan. The program prompts the user to input loan amount, interest rate, loan length, and future…
Write a program (in Java) that implements a method to find the Pentagonal number
Write a program (in Java) that implements a method to find the Pentagonal number of a positive integer. The program prompts the user to input a positive integer and outputs the Pe…
Write a program (in Java) that prompts the user to input a number, and outputs t
Write a program (in Java) that prompts the user to input a number, and outputs the cubed value of the number. Then program computes and outputs the sum of following sequence, 1 + …
Write a program (in Java) that prompts the user to input an integer. Try to find
Write a program (in Java) that prompts the user to input an integer. Try to find a divisor for this integer, if there are no divisors the integer is a prime number, otherwise it i…
Write a program (in Java) that will calculate the grams of a molecule according
Write a program (in Java) that will calculate the grams of a molecule according to given moles. Create three classes that will successfully run. User will need to input an element…
Write a program (in Python V.2) that is able to pick a random word from a list o
Write a program (in Python V.2) that is able to pick a random word from a list of words contained in a file and lets the user who is interacting with the game guess it one charact…
Write a program (in Python, Java, or etc) that solves the generalized mutilated
Write a program (in Python, Java, or etc) that solves the generalized mutilated checkerboard problem for an 8x8 checkerboard. Your program should read in the "blocked" positions. …
Write a program (in Q0.c) to do the following: In main(), declare an integer x.
Write a program (in Q0.c) to do the following: In main(), declare an integer x. Print the address of x (using the address-of operator). Pass x as an argument to a function void fo…
Write a program (in any programming language) that would reproduce figure 2.3 on
Write a program (in any programming language) that would reproduce figure 2.3 on page 55 for the Caesar Cipher. Your program should accept as input the ciphertext and produce a ta…
Write a program (in assembly language) that will do the following. Provides cont
Write a program (in assembly language) that will do the following. Provides control of 8 LEDS split into three groups. Green : RA1, RB1 Yellow : RA2, RB0, RB2, RB3 Red : RA0, RA3 …
Write a program (in c source code) that declares three arrays with N elements wi
Write a program (in c source code) that declares three arrays with N elements with random values between -100 to 100. Use “#define N 10” to set N to an arbitrary number before the…
Write a program (in c++ or Matlab language) that implements the perfect hashing
Write a program (in c++ or Matlab language) that implements the perfect hashing scheme. Submit both a listing of source code AS WELL AS the results of running program on the input…
Write a program (method main) using an array to solve the following problem: Pro
Write a program (method main) using an array to solve the following problem: Prompt the user to enter a String of data Using the charAt(index) method in the String class to access…
Write a program (method main) using an array to solve the following problem: Pro
Write a program (method main) using an array to solve the following problem: Prompt the user to enter a String of data Using the charAt(index) method in the String class to access…
Write a program (method main) using an array to solve the following problem: •Pr
Write a program (method main) using an array to solve the following problem: •Prompt the user to enter a String of data •Use the length() method in order to make your code more sc…
Write a program (method main) using an array to solve the following problem: •Pr
Write a program (method main) using an array to solve the following problem: •Prompt the user to enter a String of data •Use the length() method in order to make your code more sc…
Write a program (non recursive) using stacks. The program should evaluate the tr
Write a program (non recursive) using stacks. The program should evaluate the truth value of a given logical expression consisting of the two truth-value constants, TRUE (T) and F…
Write a program (preferably in c++ or java as they are the easiest for me to und
Write a program (preferably in c++ or java as they are the easiest for me to understand, but any similar language is fine) that will simulate FCFS, SJN, SRT, and round robin sched…
Write a program (script) to solve the quadratic equation ax^2+bx+c=0 for any val
Write a program (script) to solve the quadratic equation ax^2+bx+c=0 for any values of user inputs a, b, and c. Your program should improve on the solution of the book by checking…
Write a program (starting at memory location 0x3000) to take a string as input a
Write a program (starting at memory location 0x3000) to take a string as input and then output information about this string. The end of the string will be denoted with the "#" ch…
Write a program (stored in the file collision.py) that does the following: Reads
Write a program (stored in the file collision.py) that does the following: Reads in data from the file points1.txt and adds all data into a Pointset. (Please use 10 rows and 10 co…
Write a program (vector.cpp) that computes the dot product, norm,normalized vect
Write a program(vector.cpp)that computes the dot product, norm,normalized vector and angle between two vectors. Detail`s of theassignment are as follows: A.Declare two arrays of s…
Write a program (with c only) to implement a simple currency converter program.
Write a program (with c only) to implement a simple currency converter program. Commands are as follows: Euro-US US-Euro Euro-Pound Pound-Euro Pound-US US-Pound showrates quit Not…
Write a program (with the name Palindrome.java) that will use stacks to recogniz
Write a program (with the name Palindrome.java) that will use stacks to recognize palindromic sequences of integers. A sequence of integers is palindromic if it reads the same bac…
Write a program (with well written comments and explanations) to implement the b
Write a program (with well written comments and explanations) to implement the binary modular exponentiation algorithm in Section 4.2. The program prompts the user for base 10 int…
Write a program (without imports) that prompts the user to enter a double value.
Write a program (without imports) that prompts the user to enter a double value. This double represents the length of a side of a cube. The program has a method to compute and ret…
Write a program (written in C language NOT C++) that will read two sequences of
Write a program (written in C language NOT C++) that will read two sequences of characters (two c-strings) from a file (named input.txt) and print the matched leading characters o…
Write a program BinaryChanger.java that accepts a 4 bit binary number as a Strin
Write a program BinaryChanger.java that accepts a 4 bit binary number as a String, and converts it into a decimal number. Description: Binary is the base-2 number system, so numbe…
Write a program BoysAndGirls.java that takes an integer command-line argument T
Write a program BoysAndGirls.java that takes an integer command-line argument T. In each of T independent experiments, simulate a couple having children until they have at least o…
Write a program BoysAndGirls.java that takes an integer command-line argument T
Write a program BoysAndGirls.java that takes an integer command-line argument T. In each of T independent experiments, simulate a couple having children until they have at least o…
Write a program BoysAndGirls.java that takes an integer command-line argument T
Write a program BoysAndGirls.java that takes an integer command-line argument T. In each of T independent experiments, simulate a couple having children until they have at least o…
Write a program BoysAndGirls.java that takes an integer command-line argument T.
Write a program BoysAndGirls.java that takes an integer command-line argument T. In each of T independent experiments, simulate a couple having children until they have at least o…
Write a program C++ Write a program that calculates the average of a group of te
Write a program C++ Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It should use the following functions: •…