Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1060 / 1333
Write a program in python that handles an appointment calendar. The user can ent
Write a program in python that handles an appointment calendar. The user can enter an appointment with a month, day, and event, and the appointment can be one-time, daily, or mont…
Write a program in python that reads a word and prints the number of syllables i
Write a program in python that reads a word and prints the number of syllables in the word. For this program, assume the following rules are the only ones you need to determine th…
Write a program in python that reads a word and prints the number of syllables i
Write a program in python that reads a word and prints the number of syllables in the word. For this program, assume the following rules are the only ones you need to determine th…
Write a program in python, c++ or java that use\'s a greedy algorithm or a hill
Write a program in python, c++ or java that use's a greedy algorithm or a hill climber in order to solve the Job shop scheduling problem The problem is as follows, JOB-SHOP SCHEDU…
Write a program in python, c++ or java that use\'s a greedy algorithm or a hill
Write a program in python, c++ or java that use's a greedy algorithm or a hill climber in order to solve the Job shop scheduling problem The problem is as follows, JOB-SHOP SCHEDU…
Write a program in python, c++ or java that use\'s a greedy algorithm or a hill
Write a program in python, c++ or java that use's a greedy algorithm or a hill climber in order to solve the Job shop scheduling problem The problem is as follows, JOB-SHOP SCHEDU…
Write a program in python, c++ or java that use\'s a greedy algorithm or a hill
Write a program in python, c++ or java that use's a greedy algorithm or a hill climber in order to solve the Job shop scheduling problem The problem is as follows, JOB-SHOP SCHEDU…
Write a program in python, c++ or java that use\'s a greedy algorithm or a hill
Write a program in python, c++ or java that use's a greedy algorithm or a hill climber in order to solve the Job shop scheduling problem The problem is as follows, JOB-SHOP SCHEDU…
Write a program in response to the following prompt:Write a method, reverseDigit
Write a program in response to the following prompt:Write a method, reverseDigit, that takes an integer as a parameter and returns the number with its digits reversed. For example…
Write a program in the C language that can serve as a simple calculator. This ca
Write a program in the C language that can serve as a simple calculator. This calculator keeps track of a single number (of type double) that is called result and that starts out …
Write a program in the C programming language for a machine that dispenses money
Write a program in the C programming language for a machine that dispenses money. The machine can dispense both paper money and coins. The denominations dispensed are $20, $5, $1,…
Write a program in the C/C++ programming language, to understand the lexical ana
Write a program in the C/C++ programming language, to understand the lexical analysis phase of program compilation The first phase of compilation is called scanning or lexical ana…
Write a program in the ISA described above that utilizes the following pseudocod
Write a program in the ISA described above that utilizes the following pseudocode. Suppose that the data you need are in the local memory starting from the address that is stored …
Write a program in the file freq.cpp which reads a string from the user and comp
Write a program in the file freq.cpp which reads a string from the user and computes the frequency of each letter that appears in the string. The frequency of a letter is the numb…
Write a program in the file freq.cpp which reads a string from the user and comp
Write a program in the file freq.cpp which reads a string from the user and computes the frequency of each letter that appears in the string. The frequency of a letter is the numb…
Write a program in the file freq.cpp which reads text from the user and then com
Write a program in the file freq.cpp which reads text from the user and then computes the frequency of each vowel as well as the number of consonants that appear in the text. A vo…
Write a program in the file freq.cpp which reads text from the user and then com
Write a program in the file freq.cpp which reads text from the user and then computes the frequency of each vowel as well as the number of consonants that appear in the text. A vo…
Write a program in the file freq.cpp which reads text from the user and then com
Write a program in the file freq.cpp which reads text from the user and then computes the frequency of each vowel as well as the number of consonants that appear in the text. A vo…
Write a program in the following language: Java Your program will consist of a f
Write a program in the following language: Java Your program will consist of a function that accepts two strings. Each string is the name of a file. The first is the name of an in…
Write a program in the java which takes as input an integer (positive or negativ
Write a program in the java which takes as input an integer (positive or negative) in base 10, and returns a string representation in 32-bit of the number in hexadecimal and binar…
Write a program in the java which takes as input an integer (positive or negativ
Write a program in the java which takes as input an integer (positive or negative) in base 10, and returns a string representation in 32-bit of the number in hexadecimal and binar…
Write a program in the language of your choice (prefer C or Java) that will simu
Write a program in the language of your choice (prefer C or Java) that will simulate process scheduling -From the command line, you take in the input file name as one of the argum…
Write a program in the language of your choice which takes as input a string rep
Write a program in the language of your choice which takes as input a string representation of an unsigned hexadecimal number in 32 bits and returns the positive integer that is t…
Write a program in visual studio C++ 2008 If you add up all the digits in 468, y
Write a program in visual studio C++ 2008 If you add up all the digits in 468, you get 4+6+8=18. The square and cube of 468 are 219024 and 102503232, respectively. Interestingly, …
Write a program in which main() calls function f1() in a try block. Keep in mind
Write a program in which main() calls function f1() in a try block. Keep in mind exceptions and the name of the include file void f1(std::string s) { /* if s is empty, throws a st…
Write a program in which simulates a card game of WAR! The game is simple. There
Write a program in which simulates a card game of WAR! The game is simple. There are two players who each are dealt out half of an entire shuffled deck of cards. Each player lays …
Write a program in which the main() function a. Accepts an integer number from t
Write a program in which the main() function a. Accepts an integer number from the user, N. Generates N random numbers between 0 and 1 and writes these out to a file called DataFi…
Write a program in which you create a 2D array of type double with 30 rows and 1
Write a program in which you create a 2D array of type double with 30 rows and 10 columns. Populate it with random real numbers between 1000 and 2000 and print out the array in ta…
Write a program in which you create a 2D array of type double with 40 rows and 1
Write a program in which you create a 2D array of type double with 40 rows and 10 columns. Populate it with random real numbers between 1 and 2000 and print out the array in tabul…
Write a program in which you create a 2D array of type double with 40 rows and 1
Write a program in which you create a 2D array of type double with 40 rows and 10 columns. Populate it with random real numbers between 1 and 2000 and print out the array in tabul…
Write a program in which you create a 2D array of type double with 40 rows and 5
Write a program in which you create a 2D array of type double with 40 rows and 5 columns. Populate it with random real numbers between 1 and 1000 and print out the array in tabula…
Write a program in which you create an array of type double with 200 elements. P
Write a program in which you create an array of type double with 200 elements. Populate the array with random integers between 1 and 1000 (even though your array is of type double…
Write a program in which you declare a class HotelRoom. The class has the fol- l
Write a program in which you declare a class HotelRoom. The class has the fol- lowing private instance variables: the room number (a string), the room capacity (an integer represe…
Write a program in which you have to: 1. Dynamically allocate an array of intege
Write a program in which you have to: 1. Dynamically allocate an array of integers. 2. Take array size as input from user and allocate memoryaccording to this size. 3. Take values…
Write a program in which you manually sort a list of integers from 0 to 9. You c
Write a program in which you manually sort a list of integers from 0 to 9. You can use the following code at the top of your program to generate and randomize the list unordered: …
Write a program in which you read 10 names from a file and store them into an ar
Write a program in which you read 10 names from a file and store them into an array of Strings, and then sort that array using bubble sort, and prompt the user to enter a name to …
Write a program in your java language in a \"procedural\" style to implement the
Write a program in your java language in a "procedural" style to implement the finite state machine shown in that diagram. You can't use classes or inheritance; figure out what's …
Write a program instead of using integers, use rationals. You will need to use t
Write a program instead of using integers, use rationals. You will need to use the split method in the String class. Converting, Replacing, and Spitting strings, to retrieve the n…
Write a program ir C++ that reads several integers from an input rile (one at a
Write a program ir C++ that reads several integers from an input rile (one at a time), and displays the value between O to 999 (o? each one) in words. If the number is negative, n…
Write a program missing. pie that takes an integer. V as command-line argument,
Write a program missing. pie that takes an integer. V as command-line argument, reads in. V - 1 distinct integers between 1 and .V from standard input, and writes the missing numb…
Write a program name numbers.java that repeatedly asks the user to input a numbe
Write a program name numbers.java that repeatedly asks the user to input a number. After each number is inputted, the program displays how many numbers have been entered so far, t…
Write a program named AreaRectangle.java that will ask the user toenter the widt
Write a program named AreaRectangle.java that will ask the user toenter the width and length of a rectangle, and then displays the rectangle’sarea. Use Dialog Boxes. The program s…
Write a program named CheckerBoard.java. The checkerboard class will create and
Write a program named CheckerBoard.java. The checkerboard class will create and display a checkerboard using a two-dimensional array. The first dimension will be the X axis and th…
Write a program named CheckerBoard.java. The checkerboard class will create and
Write a program named CheckerBoard.java. The checkerboard class will create and display a checkerboard using a two-dimensional array. The first dimension will be the X axis and th…
Write a program named ChopstickDemo.java, which has two classes Chopstick and Ch
Write a program named ChopstickDemo.java, which has two classes Chopstick and ChopstickDemo. The Chopstick class has a field name (a String) and a few other members: A private con…
Write a program named ClassifyScores that classifies a series of scores entered
Write a program named ClassifyScores that classifies a series of scores entered by the user into ranges (0-9, 10-19, and so forth). The scores will be numbers between 0 and 100. D…
Write a program named ClassifyScores that classifies a series of scores into dec
Write a program named ClassifyScores that classifies a series of scores into deciles (0-9,10-19,20-29
Write a program named CommonElements that prompts the user to enter two arrays o
Write a program named CommonElements that prompts the user to enter two arrays of integers, saves the common elements that appear in both arrays in an ArrayList and displays the c…
Write a program named ComputeAge that determines the user\'s age in years, month
Write a program named ComputeAge that determines the user's age in years, months, and days. The user enters his or her birthday (Using Scanner), and the program determines how old…
Write a program named ComputeAge that determines the user\'s age in years, month
Write a program named ComputeAge that determines the user's age in years, months, and days. The user enters his or her birthday (Using Scanner), and the program determines how old…