Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1077 / 1333
Write a program that creates an output file called “proj7.txt” containing n rand
Write a program that creates an output file called “proj7.txt” containing n random numbers between 10 and 100 inclusive. The program prompts the user for the value of n, generates…
Write a program that creates and displays a 10 by 10 maze. Here is an example of
Write a program that creates and displays a 10 by 10 maze. Here is an example of a maze display: ++++++++++ E + ++ +++ + + ++ +++++++ + ++ +++++++ ++ +++ +++ ++ + E ++++++++++ +++…
Write a program that creates and processes a data structure (DS) (according to t
Write a program that creates and processes a data structure (DS) (according to the variant, MaxSize and fulfills such functions: Create a dynamic data structure (see. table) by ma…
Write a program that creates and returns a one-dimensional array containing all
Write a program that creates and returns a one-dimensional array containing all the elements in a 10 X 12 twodimensional array. Store the values in a row major format. You will po…
Write a program that creates and traverses a binary search tree. This program ma
Write a program that creates and traverses a binary search tree. This program may be written in C or C++. The goal of this project is to write a program that reads the words the u…
Write a program that creates three anonymous functions representing the function
Write a program that creates three anonymous functions representing the functions f(x) = 10 cosx, g(x) = 5 sin x, and h(a, b) = Squareroot (a^2 + b^2). plot h(f(x), g(x)) over the…
Write a program that creates three identical arrays, list1, list2, and list 3, o
Write a program that creates three identical arrays, list1, list2, and list 3, of 5000 elements. The program then sorts list1 using bubble sort, list2 using selection sort, and li…
Write a program that creates three identical arrays, list1, list2, and list3, of
Write a program that creates three identical arrays, list1, list2, and list3, of 5000 elements. The program then sorts list1 using bubble sort, list2 using selection sort, and lis…
Write a program that creates three text files : grade1.txt, grade2.txt, grade3.t
Write a program that creates three text files : grade1.txt, grade2.txt, grade3.txt Each contains 5 students’ names (first name, last name) and grades (integers) that are obtained …
Write a program that creates three thread: one to print letter A ten times, seco
Write a program that creates three thread: one to print letter A ten times, second to print letter B five times, and the third one to print out integers from 1 t0 10. After creati…
Write a program that creates three vector objects. Fill the first two obj
Write a program that creates three vector<float> objects. Fill the first two objects with 25 floating-point numbers using a for loop as follows: 1. fill the first vector obj…
Write a program that creates three vector objects. Fill the first two obj
Write a program that creates three vector<float> objects. Fill the first two objects with 25 floating-point numbers using a for loop as follows: 1. fill the first vector obj…
Write a program that creates two arrays that each hold 5 pieces of data: one tha
Write a program that creates two arrays that each hold 5 pieces of data: one that will hold an invoice number (a number between 0 and 20000) and one that will hold the amount of t…
Write a program that creates two rectangular shapes and then animates them. The
Write a program that creates two rectangular shapes and then animates them. The two shapes should start on opposite ends of the screen and then move toward each other. When they m…
Write a program that de%uFB01nes 3 matrices A, B and C of size 3x3 with int elem
Write a program that de%uFB01nes 3 matrices A, B and C of size 3x3 with int elements. The matrizes should be represented as 2D-arrays. Have the user input matrizes A and B row-by …
Write a program that de%uFB01nes 3 matrices A, B and C of size 3x3 with int elem
Write a program that de%uFB01nes 3 matrices A, B and C of size 3x3 with int elements. The matrizes should be represented as 2D-arrays. Have the user input matrizes A and B row-by …
Write a program that deals a five-card poker hand. The write functions to accomp
Write a program that deals a five-card poker hand. The write functions to accomplish each of the following: Determine whether the hand contains a pair. Determine whether the hand …
Write a program that deals a five-card poker hand. The write functions to accomp
Write a program that deals a five-card poker hand. The write functions to accomplish each of the following: Determine whether the hand contains a pair. Determine whether the hand …
Write a program that deals a five-card poker hand. The write functions to accomp
Write a program that deals a five-card poker hand. The write functions to accomplish each of the following: Determine whether the hand contains a pair. Determine whether the hand …
Write a program that deals a poker hand. Have it chooses five values between 1 a
Write a program that deals a poker hand. Have it chooses five values between 1 and 52 and displays a card corresponding to that value. Display a message to let the person know wha…
Write a program that deals with inflation, which is essentially the rising cost
Write a program that deals with inflation, which is essentially the rising cost of general goods over time. That is, the price of goods, such as a packet of peanuts, goes up as ti…
Write a program that deals with the grades of 10 courses for 15 students. a. Dec
Write a program that deals with the grades of 10 courses for 15 students. a. Declare a two?dimensional array; b. Initialize the array using randomly generated numbers (double data…
Write a program that deals with the grades of 10 courses for 15 students. a. Dec
Write a program that deals with the grades of 10 courses for 15 students. a. Declare a two?dimensional array; b. Initialize the array using randomly generated numbers (double data…
Write a program that declares a 3×5 array of int and initializes it to some valu
Write a program that declares a 3×5 array of int and initializes it to some values of your choice. - Write a function to do the displaying and - a second function to do the doubli…
Write a program that declares a 3×5 array of int and initializes it to some valu
Write a program that declares a 3×5 array of int and initializes it to some values of your choice. - Write a function to do the displaying and - a second function to do the doubli…
Write a program that declares a character array that is able to hold 5 chars. In
Write a program that declares a character array that is able to hold 5 chars. Initialize the array to contain all blank spaces initially. Prompt the user to enter 5 single keystro…
Write a program that declares a character array that is able to hold 5 chars. In
Write a program that declares a character array that is able to hold 5 chars. Initialize the array to contain all blank spaces initially. Prompt the user to enter 5 single keystro…
Write a program that declares a struct to store the data of a football player (p
Write a program that declares a struct to store the data of a football player (players name, players position, number of touchdowns, number of catches, number of passing yards, nu…
Write a program that declares a struct to store the data of a football player (p
Write a program that declares a struct to store the data of a football player (players name, players position, number of touchdowns, number of catches, number of passing yards, nu…
Write a program that declares a struct to store the data of a football player (p
Write a program that declares a struct to store the data of a football player (player’s name, player’s position, number of touchdowns, number of catches, number of passing yards, …
Write a program that declares a two-dimensional array of integer grades using: i
Write a program that declares a two-dimensional array of integer grades using: int gradesArray[students][exams] Then the program will do the following: Display the grades, average…
Write a program that declares an array \"alpha\" of 50 elements of type \"double
Write a program that declares an array "alpha" of 50 elements of type "double". Initialize the array so that the first 25 elements are equal to the square of the index variable a…
Write a program that declares an array holding five float values in the main fun
Write a program that declares an array holding five float values in the main function. The program should also have three other functions: InitArray, PrintArray, and SumArray : …
Write a program that declares an array numList of 100 elements of type int . Ini
Write a program that declares an array numList of 100 elements of type int. Initialize the array with random numbers between 1 and 500. Then use user-defined methods to do the fol…
Write a program that declares an array numList of 100 elements of type int. Init
Write a program that declares an array numList of 100 elements of type int. Initialize the array with random numbers between 1 and 500. Then use user-defined methods to do the fol…
Write a program that declares the following arrays empId: an array of seven long
Write a program that declares the following arrays empId: an array of seven long integers to hold employee identification numbers. The array should be initialized with the followi…
Write a program that declares three arrays named price, qty, and amt. Each array
Write a program that declares three arrays named price, qty, and amt. Each array should be declared in main() and capable of holding 3 values. Make up numbers for price and qty (q…
Write a program that declares three arrays with N elements with random values be
Write a program 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 main function. The…
Write a program that declares three one dimensional arrays named miles, gallons,
Write a program that declares three one dimensional arrays named miles, gallons, and mpg . Each array should be declared in main( ) and should be capable of holding ten double - p…
Write a program that declares three one-dimensional arrays named current, resist
Write a program that declares three one-dimensional arrays named current, resistance, and voltage. Each array should be declared in main() and be capable of holding 10 double-prec…
Write a program that declares three one-dimensional arrays named current, resist
Write a program that declares three one-dimensional arrays named current, resistance, and voltage. Each array should be declared in main() and be capable of holding 10 double-prec…
Write a program that declares three one-dimensional arrays named miles, gallons,
Write a program that declares three one-dimensional arrays named miles, gallons, and mpg. Each array should be capable of holding 10 elements. In the miles array, store the number…
Write a program that declares three one-dimensional arrays named miles, gallons,
Write a program that declares three one-dimensional arrays named miles, gallons, and mpg. Each array should be capable of holding 10 elements. In the miles array, store the number…
Write a program that declares three one-dimensional arrays named miles, gallons,
Write a program that declares three one-dimensional arrays named miles, gallons, and mpg. Each array should be capable of holding 10 elements. In the miles array, store the number…
Write a program that declares three one-dimensional arrays named price, quantity
Write a program that declares three one-dimensional arrays named price, quantity, and amount. Each array should be declared in main() and be capable of holding 10 double-precision…
Write a program that declares three one-dimensional arrays named price, quantity
Write a program that declares three one-dimensional arrays named price, quantity, and amount. Each array should be declared in main() and be capable of holding 10 double-precision…
Write a program that declares three single dimensional array named volts, curren
Write a program that declares three single dimensional array named volts, current and resistance. Each array would be holding 10 double precision number. The number that should be…
Write a program that declares three single dimensional array named volts, curren
Write a program that declares three single dimensional array named volts, current and resistance. Each array would be holding 10 double precision number. The number that should be…
Write a program that declares two variables: a string firstName and int age. Wri
Write a program that declares two variables: a string firstName and int age. Write a function, called getName, that when called, prompts the user for their first name. The functio…
Write a program that declares two variables: x is the value of the argument h is
Write a program that declares two variables: x is the value of the argument h is the accuracy that you want test the program with x= 1; h= .00001 print out the approximation using…