Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1046 / 1333
Write a program called SmallestLargest.java which outputs the biggest and smalle
Write a program called SmallestLargest.java which outputs the biggest and smallest numbers in a list of numbers entered by the user. Ask the user for a terminating value which sho…
Write a program called Split in Java that reads a text file, in.txt, that contai
Write a program called Split in Java that reads a text file, in.txt, that contains a list of positive integers (duplicates are possible, zero is not considered a positive integer)…
Write a program called Split in Java that reads a text file, in.txt, that contai
Write a program called Split in Java that reads a text file, in.txt, that contains a list of positive integers (duplicates are possible, zero is not considered a positive integer)…
Write a program called Split in Java that reads a text file, in.txt, that contai
Write a program called Split in Java that reads a text file, in.txt, that contains a list of positive integers (duplicates are possible, zero is not considered a positive integer)…
Write a program called Split in Java that reads a text file, in.txt, that contai
Write a program called Split in Java that reads a text file, in.txt, that contains a list of positive integers (duplicates are possible, zero is not considered a positive integer)…
Write a program called SumAndAverage to produce the sum of 1, 2, 3, ellipsis, to
Write a program called SumAndAverage to produce the sum of 1, 2, 3, ellipsis, to N, where N is a positive integer number inputted by the user. The program should Use the While loo…
Write a program called SumArray that uses n threads to add the contents of an ar
Write a program called SumArray that uses n threads to add the contents of an array of 1,000,000 random integers. You can assume that n > 1. The first thread should add up the …
Write a program called TaxTable that prints out separate tables for different fi
Write a program called TaxTable that prints out separate tables for different filing status (Single, Married Filing Jointly or Qualifying Widow(er), Married Filing Separately, and…
Write a program called TextFileIO.java to create a file named numbers.dat. Then
Write a program called TextFileIO.java to create a file named numbers.dat. Then create an algorithm that writes all even numbered integers from 1 to 100, separated by a comma. Aft…
Write a program called TimeConvertor.java that converts times expressed in 24 ho
Write a program called TimeConvertor.java that converts times expressed in 24 hour clock to 12 hour clock and that converts times expressed in 12 hour clock to 24 hour clock. Here…
Write a program called Triangles.java that will generate information about trian
Write a program called Triangles.java that will generate information about triangles. Requirements: -Use a main class for accepting inputs and validating inputs Create an object o…
Write a program called Triangles.java that will generate information about trian
Write a program called Triangles.java that will generate information about triangles. Requirements: -Use a main class for accepting inputs and validating inputs Create an object o…
Write a program called Triangles.java that will generate information about trian
Write a program called Triangles.java that will generate information about triangles. Requirements: -Use a main class for accepting inputs and validating inputs Create an object o…
Write a program called TwoSets in Java that reads a text file, in.txt, that cont
Write a program called TwoSets in Java that reads a text file, in.txt, that contains a list of positive integers (duplicates are possible) separated by spaces and/or line breaks. …
Write a program called UNPACK to convert the 16-bit BCD variable in memory locat
Write a program called UNPACK to convert the 16-bit BCD variable in memory locations 0x40001000 and 0x40001001 to four ASCII characters with the high-order digit first, beginning …
Write a program called VehicleCounter.java that reads in a log of axles (as exem
Write a program called VehicleCounter.java that reads in a log of axles (as exemplified above) and outputs the corresponding list of cars and heavy trucks. Your VehicleCounter cla…
Write a program called VehicleCounter.java that reads in a log of axles (as exem
Write a program called VehicleCounter.java that reads in a log of axles (as exemplified above) and outputs the corresponding list of cars and heavy trucks. Your VehicleCounter cla…
Write a program called Volume and Weight Converter (VolumeWeightConverter java)
Write a program called Volume and Weight Converter (VolumeWeightConverter java) that will perform the following conversions: . . . Gallon to Liter Liter to Gallon Pound to Kilogra…
Write a program called WeatherReporter (use only java.util.*; and java.io.*) tha
Write a program called WeatherReporter (use only java.util.*; and java.io.*) that prompts the user for an input file name. reads the given file, which is in the format of RaleighW…
Write a program called WeatherReporter.java that prompts the user for an input f
Write a program called WeatherReporter.java that prompts the user for an input file name. reads the given file, which is in the format of TexasWeather2010.txt, line by line and us…
Write a program called Word Guessing Game. write the contents from the list belo
Write a program called Word Guessing Game. write the contents from the list below into an array of Strings (the file has 87 words in it). Then use a randomly generated number betw…
Write a program called \"Fortune Teller\". The program will prompt the user to g
Write a program called "Fortune Teller". The program will prompt the user to give a number between 1 and 100. Then the program will give a "fortune" depending on the number it rec…
Write a program called \"contains\" that takes two text strings as arguments and
Write a program called "contains" that takes two text strings as arguments and prints "true" followed by a newline if the second string is entirely contained within the first, or …
Write a program called \"hw1d\" which can encode and decode ASCII text files, i.
Write a program called "hw1d" which can encode and decode ASCII text files, i.e., any file you can view and make sense of such as source code or an html file. Since the goal is no…
Write a program called acronym.py that may be used to obtain an acronym for a gi
Write a program called acronym.py that may be used to obtain an acronym for a given sentence. Use Python 3.5. Words such as ‘and’, ‘the’ and ‘for’ must be ignored in the program. …
Write a program called add3.c that sums precisely 3 numerical arguments from the
Write a program called add3.c that sums precisely 3 numerical arguments from the command line: - each numerical arg may be positive (e.g. 1), negative (e.g. -1) or floating point …
Write a program called age.js that determines the age of an individual in second
Write a program called age.js that determines the age of an individual in seconds within 99% accuracy of results. It is not feasible to determine a given person's age to the exact…
Write a program called amortization.c to create a tablecontaining a customized l
Write a program called amortization.c to create a tablecontaining a customized loan amortization table. Your program willprompt the user to enter the amount borrowed (theprincipal…
Write a program called anagram.c that asks the user for 2 words and tells the us
Write a program called anagram.c that asks the user for 2 words and tells the user if those 2 words are anagrams. A word is an anagram of another word if the letters in that word …
Write a program called anagram.c that asks the user for 2 words and tells the us
Write a program called anagram.c that asks the user for 2 words and tells the user if those 2 words are anagrams. A word is an anagram of another word if the letters in that word …
Write a program called anagram.c that asks the user for 2 words and tells the us
Write a program called anagram.c that asks the user for 2 words and tells the user if those 2 words are anagrams. A word is an anagram of another word if the letters in that word …
Write a program called asci.c that prints the ASCII codes of printable character
Write a program called asci.c that prints the ASCII codes of printable characters, uppercase characters, lowercase characters, and of digits, depending on a command-line option. T…
Write a program called balanced that does the following: Prompts the user for a
Write a program called balanced that does the following: Prompts the user for a string (see the get_string function from simpleio). Determines if the given string is a balanced co…
Write a program called balanced that does the following: Prompts the user for a
Write a program called balanced that does the following: Prompts the user for a string (see the get_string function from simpleio). Determines if the given string is a balanced co…
Write a program called crypto.js that encrypts passwords containing uppercase/lo
Write a program called crypto.js that encrypts passwords containing uppercase/lowercase characters, digits, and special characters. Use Pizza2Day! For the password. See Sample Exe…
Write a program called crypto.js that encrypts passwords containing uppercase/lo
Write a program called crypto.js that encrypts passwords containing uppercase/lowercase characters, digits, and special characters. Use Pizza2Day! For the password. See Sample Exe…
Write a program called crypto.js that encrypts passwords containing uppercase/lo
Write a program called crypto.js that encrypts passwords containing uppercase/lowercase characters, digits, and special characters. Use Pizza2Day! For the password. See Sample Exe…
Write a program called lab6.c which will prompt the user to enter a single lette
Write a program called lab6.c which will prompt the user to enter a single letter or a single digit number on the keyboard. If the user enters a lower case letter, the program wil…
Write a program called lol.cpp that allows the user to enter a sentence. Then pr
Write a program called lol.cpp that allows the user to enter a sentence. Then program then searches the sentence for various lolspeak abbreviations and substitutes them with the p…
Write a program called minishell that creates two child processes: one to execut
Write a program called minishell that creates two child processes: one to execute 'ls -al' and the other to execute ‘grep main minishell.c’. After the forks, the original parent p…
Write a program called population.c that determines howlong it will take a town\
Write a program called population.c that determines howlong it will take a town's population to reach a certain size. Yourprogram will ask the user for two values: a starting popu…
Write a program called prism.c that asks the user for the vertices of a rectangu
Write a program called prism.c that asks the user for the vertices of a rectangular prism located in 3-D space. Your program should calculate the surface area and volume of the pr…
Write a program called restaurant.js, that calculates the tab for a couple based
Write a program called restaurant.js, that calculates the tab for a couple based on the use of a gift certificate and the items ordered. Since we are not collecting input from the…
Write a program called vigenere.py that can take text both encode and decode a V
Write a program called vigenere.py that can take text both encode and decode a Vigenere ciphertext based on a given key word. For all given text, convert all letters to lowercase …
Write a program called week2.php that displays a form that submits to itself. Wh
Write a program called week2.php that displays a form that submits to itself. When initially accessed, week2.php displays an HTML form. If the the user POSTs the form, week2.php w…
Write a program called ‘Names’, which does the following: You are given a text f
Write a program called ‘Names’, which does the following: You are given a text file that contains the names of people. Every name in the file consists of a first name and a last n…
Write a program called “recursive_algos.cpp” that contains two recursive and one
Write a program called “recursive_algos.cpp” that contains two recursive and one nonrecursive functions PROGRAM MUST BE WRITTEN IN C++ 1. A recursive boolean function called palin…
Write a program called, A1Q1, that reads a single letter. It will then display t
Write a program called, A1Q1, that reads a single letter. It will then display the corresponding ASCII code of the letter and prints the next character and the character which is …
Write a program class named SquareDisplay that asks the user for a positive inte
Write a program class named SquareDisplay that asks the user for a positive integer no greater than 15. The program should then display a square on the screen using the character …
Write a program code in C++ to compute the ideal weight for both males and femal
Write a program code in C++ to compute the ideal weight for both males and females. According to one study, the ideal weight for a female is 100 pounds plus 5 pounds for each inch…