Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1053 / 1333
Write a program in C++ to implement two different searching techniques: - Linear
Write a program in C++ to implement two different searching techniques: - Linear search - Binary search on a set of integer values stored in a single dimension array. The user wil…
Write a program in C++ to implement two different searching techniques: - Linear
Write a program in C++ to implement two different searching techniques: - Linear search - Binary search on a set of integer values stored in a single dimension array. The user wil…
Write a program in C++ to implement two different searching techniques: - Linear
Write a program in C++ to implement two different searching techniques: - Linear search - Binary search on a set of integer values stored in a single dimension array. The user wil…
Write a program in C++ to maintain an inventory for a small used vehicle dealer
Write a program in C++ to maintain an inventory for a small used vehicle dealer (Please show proof that program works).The C++ program should maintain and display a list of vehicl…
Write a program in C++ to open a text file named \"CSC2134N.TXT\" for output, th
Write a program in C++ to open a text file named "CSC2134N.TXT" for output, then accept an integer from the console and a float value from the console (in separate input operation…
Write a program in C++ to perform the following: 1. Prompt the user to input a s
Write a program in C++ to perform the following: 1. Prompt the user to input a string - "Enter a string " Input a string using getline Extract the second character of the string a…
Write a program in C++ to print result of arithmetic expressions (only plus and
Write a program in C++ to print result of arithmetic expressions (only plus and minus operand) Input First line : integer N (1 <= N <= 1000) Second line : equation ex. 10 + …
Write a program in C++ to simulate a lottery drawing that uses balls numbered fr
Write a program in C++ to simulate a lottery drawing that uses balls numbered from 1 to 10. Assume that five balls are drawn at random. All five balls for each drawing are unique.…
Write a program in C++ unising the following instructions: You are to design a s
Write a program in C++ unising the following instructions: You are to design a system to keep track of either a CD or DVD/Blu-ray collection. The program will only work exclusivel…
Write a program in C++ using printf and scanf to calculate the registration char
Write a program in C++ using printf and scanf to calculate the registration charge for 10 attendees to a convention. The convention has a base price of $1500.00. Each attendee is …
Write a program in C++ where you keep reading strings from the input, and then:
Write a program in C++ where you keep reading strings from the input, and then: if the number of characters is three or less, you will store the string in a vector; if the number …
Write a program in C++ which creates class named as · Item This class should con
Write a program in C++ which creates class named as · Item This class should contain following members o stock //for stockquantity of a certain item o quan…
Write a program in C++ which creates class named as · Item This class should con
Write a program in C++ which creates class named as · Item This class should contain following members o stock //forstock quantity of a certain item o quan…
Write a program in C++ which creates class named as · Item This class should con
Write a program in C++ which creates class named as · Item This class should contain following members o stock //for stockquantity of a certain item o quant…
Write a program in C++ which is to simulate a software that will be used to inst
Write a program in C++ which is to simulate a software that will be used to instantly check or report on the truthfulness of politicians. The way it will work is that whenever a p…
Write a program in C++ which reads in a linked list of integers using pointers t
Write a program in C++ which reads in a linked list of integers using pointers to structures instead of array indices. The integers must be read from an input file determined by p…
Write a program in C++ which: Asks the user to enter his/her name AND validates
Write a program in C++ which: Asks the user to enter his/her name AND validates it Once the name is validated, then the program prompts the user to enter anything (s)he wants unti…
Write a program in C++ with a function to read in the file parts.txt into either
Write a program in C++ with a function to read in the file parts.txt into either parallel vectors or a vector of structs. The first few lines of the file look like: P-13725 A 23 6…
Write a program in C++ with at least 3 functions. One function can do a linear s
Write a program in C++ with at least 3 functions.One function can do a linear search on an array. The other can do a binary search. You will need to modify the binary search code …
Write a program in C++, to convert the time from 24-hour notation to 12-hour not
Write a program in C++, to convert the time from 24-hour notation to 12-hour notation and vice versa. Your program must be menu driven, giving the user the choice of converting th…
Write a program in C++, which will ask the user how many names (one word, no spa
Write a program in C++, which will ask the user how many names (one word, no spaces) they wish to enter. The program will then read that many names, store them in a two dimensiona…
Write a program in C++. You need everything everythihng given You will create a
Write a program in C++. You need everything everythihng given You will create a function that validates input. It should accept only non-negative integers. If the input is incorre…
Write a program in C++.Prompt the user for his/her first name. Output the user\'
Write a program in C++.Prompt the user for his/her first name. Output the user's nickname. Use this algorithm to generate a nickname: If the first letter in the user's name is odd…
Write a program in C, (not c++ not c#) Write a program takes messages from a sta
Write a program in C, (not c++ not c#) Write a program takes messages from a standard input or a file in a loop, collects the messages in a cache, and then invokes a function mess…
Write a program in C. (The homework topic is Dynamic Memory Allocation) I need h
Write a program in C. (The homework topic is Dynamic Memory Allocation) I need help with calling functions in main. I have called the function double * reverse(const double a[], u…
Write a program in C. Assume that an int variable age has been declared and alre
Write a program in C. Assume that an int variable age has been declared and already given a value and assume that a char variable choice has beendeclared as well. Assume furthe…
Write a program in C. Word Search is a popular puzzle game that consists of a gr
Write a program in C. Word Search is a popular puzzle game that consists of a grid of alphabetical letters, and a number of words that players have to find within the grid. The wo…
Write a program in C89 that takes in a TEXT FILE as input in via a command line
Write a program in C89 that takes in a TEXT FILE as input in via a command line argument. The program should print to the screen the number of characters in that file, the number …
Write a program in C: (Total Sales) Use a double-subscripted array to solve the
Write a program in C: (Total Sales) Use a double-subscripted array to solve the following problem. A company has four salespeople (1 to 4) who sell five different products (1 to 5…
Write a program in C: The program shows the string alignment and the cost per al
Write a program in C: The program shows the string alignment and the cost per aligned/matched pair between two input strings. Your solution can be either recursive or iterative. H…
Write a program in Clojure that will read a binary file containing 32-bit unsign
Write a program in Clojure that will read a binary file containing 32-bit unsigned integers (which will be provided later). Your program will read in a large collection of integer…
Write a program in Common Lisp using a pure functional style (no global variable
Write a program in Common Lisp using a pure functional style (no global variables, no side-effects) to find the best placement of two chess queens on a n by n sized chess board so…
Write a program in HCS12 assembly that converts any floating point number given
Write a program in HCS12 assembly that converts any floating point number given in ascii to IEEE 754 format. You must also create an appropriate data set
Write a program in IJVM Assembly Language, as expected by the mic1 IJVM Assemble
Write a program in IJVM Assembly Language, as expected by the mic1 IJVM Assembler, for a microwave controller. Your program will take a single digit input from the user and displa…
Write a program in JAVA (IT MUST ALL BE IN ONE PROJECT - MENU STYLE) Problem A:
Write a program in JAVA (IT MUST ALL BE IN ONE PROJECT - MENU STYLE) Problem A: Land Enclosure You are a farmer and need a certain amount of land in the shape of a rectangle. In p…
Write a program in JAVA (project) that asks the user to specify an input file an
Write a program in JAVA (project) that asks the user to specify an input file and output file. Have the program read each line in the input file to find the smallest number. Then …
Write a program in JAVA Motivation: to practice exceptions. Assignment. Define a
Write a program in JAVA Motivation: to practice exceptions. Assignment. Define a class Course. The description of each course should contain: a class title. the corresponding majo…
Write a program in JAVA in your own original code, because i know this is alread
Write a program in JAVA in your own original code, because i know this is already on chegg which draws (yes it actually makes a picture) a triangular fractal using recursion. This…
Write a program in JAVA that prints all strings defined by a regular expression
Write a program in JAVA that prints all strings defined by a regular expression up to a given length. Assume the alphabet ={1,0}. Prompt the user to enter a regular expression and…
Write a program in JAVA that prompts for an integer N, and allows the user to en
Write a program in JAVA that prompts for an integer N, and allows the user to enter the last names of N candidates in a local election and the number of votes received by each can…
Write a program in JAVA that prompts the user to enter the population values of
Write a program in JAVA that prompts the user to enter the population values of 5 towns. After the 5 populations have been entered, the program should display a horizontal bar gra…
Write a program in JAVA that simulates a checkout line at a supermarket.The line
Write a program in JAVA that simulates a checkout line at a supermarket.The line is a queue object. Customers (i.e., customer objects)arrive in random integer intervals of 1–4 min…
Write a program in JAVA that takes in two words, and then it recursively determi
Write a program in JAVA that takes in two words, and then it recursively determines if the letters of the first word are contained, in any order, in the second word. If the size o…
Write a program in JAVA that will ask for the customer’s last and current meter
Write a program in JAVA that will ask for the customer’s last and current meter reading in Kilowatt Hours (KwHs). Determine the amount of usage for the month and calculate a subto…
Write a program in JAVA that will input the lengths of the two legs of a triangl
Write a program in JAVA that will input the lengths of the two legs of a triangle using Dialog Boxes. Then calculate the hypotenuse and the six trig functions for one of the angle…
Write a program in JAVA to encrypt and decrypt strings of characters using Matri
Write a program in JAVA to encrypt and decrypt strings of characters using Matrix transposition cipher Your program should contain functions/methods to encrypt a given plaintext s…
Write a program in JAVA to evaluate the area of a triangle given the lengths of
Write a program in JAVA to evaluate the area of a triangle given the lengths of its sides using Heron's Formula[1]. Here is an outline: Get the three side lengths from the user (w…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…