Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1000 / 1333
Write a fortran 95 program to find angles of the triangle using Vector Algebra i
Write a fortran 95 program to find angles of the triangle using Vector Algebra if the three vertices [0,0,0], [1,2,3], [4,-1,3], of the triangle are given.
Write a fortran program that creates (prints to the console) a nice table of the
Write a fortran program that creates (prints to the console) a nice table of the values of sine, cosine, tangent, secant, cosecant, and cotangent at all even degree multiples of 1…
Write a fortran program to read a string and count the vowels (“a”, “e”, “i”, “o
Write a fortran program to read a string and count the vowels (“a”, “e”, “i”, “o”, and “u”). The program should provide a count for each vowel and a total count of vowels. The pro…
Write a four function calculator (+,-,*,/) that works with an arbitrary number o
Write a four function calculator (+,-,*,/) that works with an arbitrary number of inputs. This means that instead of just taking two inputs it takes numbers and operations until t…
Write a four to five (4-5) page paper in which you: Examine and assess the main
Write a four to five (4-5) page paper in which you: Examine and assess the main computing problems Digipos faced with regard to system upgrades. Evaluate the solutions that Digipo…
Write a four to six (4-6) page paper in which you: Determine the key characteris
Write a four to six (4-6) page paper in which you: Determine the key characteristics of the users of the products and/or services of the health care provider you selected. Analyze…
Write a four to six (4-6) page paper in which you: Determine the key characteris
Write a four to six (4-6) page paper in which you: Determine the key characteristics of the users of the products and/or services of the health care provider you selected. Analyze…
Write a fourth game program that evaluates the random distribution of a die. The
Write a fourth game program that evaluates the random distribution of a die. The game should first prompt the client for a number of die throws that he would like. The game then t…
Write a fraction class whose objects will represent fractions. You should provid
Write a fraction class whose objects will represent fractions. You should provide the following member functions: Two constructors, a default constructor which assigns the value 0…
Write a fraction class whose objects will represent fractions. You should provid
Write a fraction class whose objects will represent fractions. You should provide the following member functions: Two constructors, a default constructor which assigns the value 0…
Write a fragment of code that opens a file named numbers.txt, reads in pairs of
Write a fragment of code that opens a file named numbers.txt, reads in pairs of number until end of file and sends the smaller of the two to a file named min.txt and the larger of…
Write a fragment of code to: 1) input a floating point number. 2) use if stateme
Write a fragment of code to: 1) input a floating point number. 2) use if statements to print an error if it above 100 or below 0. 3) cout appropriate message …
Write a frame with components for an order form for a pizza (see image of frame)
Write a frame with components for an order form for a pizza (see image of frame). The frame should be able to run itself and include an appropriate title bar. All your frame compo…
Write a frame with components for an order form for a pizza. The frame should be
Write a frame with components for an order form for a pizza. The frame should be able to run itself and include an appropriate title bar. All your frame components will have an ap…
Write a fuction called delete_repeats that has a partiallyfilled array of charac
Write a fuction called delete_repeats that has a partiallyfilled array of characters as a formal parameter and that deletesall repeated letters from the array. Since a partially f…
Write a full C++ program that computes the volume of a cylinder of radius, r, an
Write a full C++ program that computes the volume of a cylinder of radius, r, and length L (V_cyl = pi r^2 L) and part of the Area of a Cylinder (A_cyl = 2 pi r L/h) where h is so…
Write a full C++ program that computes the volume of a sphere of radius, r, (V_s
Write a full C++ program that computes the volume of a sphere of radius, r, (V_sphere = 4/3 pir^3) and the Area of a sphere (A_sphere = 4 pi r^2/h) where h is some division(a sect…
Write a full C++program to do the following processes on a two dimension array o
Write a full C++program to do the following processes on a two dimension array of integers. Assume the size is 4x4. 1- Fill the array with the numbers like this pattern: Note: Do …
Write a full MIPS program that provides the exact same output as the reference C
Write a full MIPS program that provides the exact same output as the reference C code. The code asks the user for an input string and removes all space characters from it. The pro…
Write a full class definition for a class named ContestResult , and containing t
Write a full class definition for a class named ContestResult , and containing the following members: A data member winner of type string , initialized to the empty string. A data…
Write a full class definition for a class named ContestResult , and containing t
Write a full class definition for a class named ContestResult , and containing the following members: A data member winner of type string , initialized to the empty string. A data…
Write a full class definition for a class named Counter, and containing the foll
Write a full class definition for a class named Counter, and containing the following members: A data member counter of type int. A data member named limit of type int. A static i…
Write a full class definition for a class named Counter, and containing the foll
Write a full class definition for a class named Counter, and containing the following members: A data member counter of type int. A constructor that takes one int argument and ass…
Write a full class definition for a class named GasTank, and containing the foll
Write a full class definition for a class named GasTank, and containing the following members: A data member named amount of type double . A constructor that no parameters . T…
Write a full class definition for a class named GasTank, and containing the foll
Write a full class definition for a class named GasTank, and containing the following members: A data member named amount of type double . A constructor that accepts no paramete…
Write a full class definition for a class named Player , and containing the foll
Write a full class definition for a class named Player , and containing the following members: A data member name of type string . A data member score of type int . A member funct…
Write a full definition for a class named GasTank, and containing the following
Write a full definition for a class named GasTank, and containing the following members: A data member named amount of type double. A constructor that no parameters. The Construct…
Write a full java program to solve the following problem: Read in a sum of money
Write a full java program to solve the following problem: Read in a sum of money and determine the number of quarters, dimes, nickels, and pennies represented in the cents portion…
Write a full java program to solve the following problem: Read in a sum of money
Write a full java program to solve the following problem: Read in a sum of money and determine the number of quarters, dimes, nickels, and pennies represented in the cents portion…
Write a full java program to solve the following problem: Read in a sum of money
Write a full java program to solve the following problem: Read in a sum of money and determine the number of quarters, dimes, nickels, and pennies represented in the cents portion…
Write a full program with a function named convert that takes two integer argume
Write a full program with a function named convert that takes two integer arguments corresponding to kilograms and grams, passes them to a function named calculate that calculates…
Write a full script to create a new SQL Server database called BusDriver4703 and
Write a full script to create a new SQL Server database called BusDriver4703 and three tables as shown in the figure above, including BusModel, Bus, and Driver. Columns and primar…
Write a full script to create a new SQL Server database called BusDriver4703 and
Write a full script to create a new SQL Server database called BusDriver4703 and three tables as shown in the figure above, including BusModel, Bus, and Driver. Columns and primar…
Write a full script to create a new SQL Server database called BusDriver4703 and
Write a full script to create a new SQL Server database called BusDriver4703 and three tables as shown in the figure above, including BusModel, Bus, and Driver. Columns and primar…
Write a fulll program in which the user repeatedly enters one of 3 things: 1) th
Write a fulll program in which the user repeatedly enters one of 3 things: 1) the word ADD followed by an integer, 2) the word UNDO, or 3) the word DISPLAY. Starting at 0, each ti…
Write a fully-documented class named Planner which stores an ordered list of Cou
Write a fully-documented class named Planner which stores an ordered list of Course objects. The array indices determine the preference of the courses (do not use ArrayList, Vecto…
Write a funciton that takes three sounds and blends them together. Start with ,
Write a funciton that takes three sounds and blends them together. Start with , then a blend of sound1 and then a blend of sound2 and , and finally end with the rest of . Hints: U…
Write a function (WC .m) that takes as input a string containing the filename of
Write a function (WC .m) that takes as input a string containing the filename of a text file and returns three values: the number of lines, number of words, and number of characte…
Write a function (in python) that creates a 32-bit hash of a file (you can repre
Write a function (in python) that creates a 32-bit hash of a file (you can represent 32-bits in hexadecimal and use it as the output for simplicity) through the following steps: 1…
Write a function (including body) called lowercase that accepts two character ar
Write a function (including body) called lowercase that accepts two character arguments, a and b. This function returns the value 1 if both arguments are uppercase letters of the …
Write a function (insertionSort) that implements the insertion sort algorithm, T
Write a function (insertionSort) that implements the insertion sort algorithm, This function will take exactly one argument, and returns a list. The argument is a list of integers…
Write a function (method, procedure to modify the array to represent the encoded
Write a function (method, procedure to modify the array to represent the encoded form of the messagw using a Caesar cipher. Have the main function ask for the shift amount. Pass t…
Write a function (sumSquareOfOddNumbers this number) that addsthe square of the
Write a function (sumSquareOfOddNumbers this number) that addsthe square of the odd integers from 0 to n. Assume thisNumber is apositive integer. Example: (sumSquareOfOddNumbers …
Write a function (that doesn\'t use math.h or string.h) int lenOfRun(int a[], in
Write a function (that doesn't use math.h or string.h) int lenOfRun(int a[], int n); that replaces the numbers in the array a of length n by the lengths of its runs, namely the nu…
Write a function (that doesn\'t use math.h or string.h) int lenOfRun(int a[], in
Write a function (that doesn't use math.h or string.h) int lenOfRun(int a[], int n); that replaces the numbers in the array a of length n by the lengths of its runs, namely the nu…
Write a function (use jes or python) changeRGB that takes four parameters: a pic
Write a function (use jes or python) changeRGB that takes four parameters: a picture , and an amount to change the red ,green , and blue (in that order)pixels,Each amount should b…
Write a function CheckPhrase to check spelling in a phrase. It should have the f
Write a function CheckPhrase to check spelling in a phrase. It should have the following parameters: . a string phrase, - a string outputFile .an array of strings correctWords Siz…
Write a function DOT-PRODUCT that takes two lists, each list has three numbers (
Write a function DOT-PRODUCT that takes two lists, each list has three numbers (elements), and produces the dot product of the vectors that they represent. For example, -> (DOT…
Write a function DistVelocity(vo, a, t) that calculates the distance and velocit
Write a function DistVelocity(vo, a, t) that calculates the distance and velocity of a car undergoing constant acceleration at a time t. V=Vo+a t s=Vot+1/2at^2 The equations: wher…
Write a function Eratos that takes an int indicating the upper range of the numb
Write a function Eratos that takes an int indicating the upper range of the numbers and a vector of ints that will contain the prime numbers: void Eratos( int length, vector&l…