Browse All
Alphabetical listing with fast deep pagination.
1197283 items • Page 23849 / 23946
write a c program that converts an integer into another base. the input integer
write a c program that converts an integer into another base. the input integer could be in decimal,octal,or hexadecimal. the output could be converted into either of base. a samp…
write a c program that creates customers\' bills for a carpet company when the f
write a c program that creates customers' bills for a carpet company when the following information is given: a.the length and the width of the carpet in feet b. the carpet price …
write a c program that plays a guessing game with the user. a sample run for the
write a c program that plays a guessing game with the user. a sample run for the game as follows. user input is in boldface in the sample run. welcome to the game of guess it! i w…
write a c program that uses the function prototypes int justifyLeft(const char[]
write a c program that uses the function prototypes int justifyLeft(const char[] src, char dest[], int maxsize); which justifies a string left int justifyRight(const char[] src, c…
write a c program to compute the power loss in a transmission line with a resist
write a c program to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. compute the power loss if 500kw of power is transmitted from a power genera…
write a c program to grade an n-question multiple choice exam (for n between 5 a
write a c program to grade an n-question multiple choice exam (for n between 5 and 50) and print the student id number and the score as a percentage. Also provide a feed back anou…
write a c program to implement the following pseudo code see photo please Emphas
write a c program to implement the following pseudo code see photo please Emphasis Heading tructions: Write a C program to implement the following pseudo code: /l make motor 1 go …
write a c program to solve the Hanoi tower problem using problem decomposition *
write a c program to solve the Hanoi tower problem using problem decomposition ****no loops , no cin, include <stdio.h>****** An example of using the function: to print the …
write a c program to solve the following problem. Upload your source code file t
write a c program to solve the following problem. Upload your source code file to Canvas. The file name must be of the form hwarray your name.c substitute your first and last name…
write a c program to solve the following problem. Upload your source code file t
write a c program to solve the following problem. Upload your source code file to Canvas. The file name must be of the form hwarray your name.c substitute your first and last name…
write a c program,(i am using linux system,so that would be better if i can run
write a c program,(i am using linux system,so that would be better if i can run it on Linux),which can read a (sub)string on the command line and search the string in a file calle…
write a c++ You need to write a program to calculate the area under a curve f(x)
write a c++ You need to write a program to calculate the area under a curve f(x) = 5x3 + 7x2 – 3x + 4 for a <= x <= b where a and b are greater than or equal to 0. You will …
write a c++ application to calcualte the grade of students based on three tests.
write a c++ application to calcualte the grade of students based on three tests. The application should have the menu to allow users can do the following tasks: 1. Read informatio…
write a c++ class definition called SAMPLEST_VOIP_FSM which will evaluate the st
write a c++ class definition called SAMPLEST_VOIP_FSM which will evaluate the student performance Page 1 ho po LLLLLILLLLLLLLLLLLLLLLLEILLLLLLLLL THE CITY COLLEGE Or NEW YORK, ELE…
write a c++ code 1.Implement the method for count sort in the file Sortable_list
write a c++ code 1.Implement the method for count sort in the file Sortable_list.h. Note: This count sort is different from the count sort on the Internet. You must read the descr…
write a c++ code 6. Implement quicksort for linked lists. You are required to im
write a c++ code 6. Implement quicksort for linked lists. You are required to implement the linked quicksort template class Sortable_list:public List { public: void quick_sort(); …
write a c++ code Count sort is a simple algorithm that begins with an unsorted l
write a c++ code Count sort is a simple algorithm that begins with an unsorted list and creates a new sorted list. It assumes that all the records/keys in the original unsorted li…
write a c++ code and it has to work on linux machine so no conio.h....etc Let’s
write a c++ code and it has to work on linux machine so no conio.h....etc Let’s design a class “linked_list” that can store a list of integers. For example: 22(head)->10->7-…
write a c++ code for the following game that compiles in visual studio 2010 expr
write a c++ code for the following game that compiles in visual studio 2010 express. It is a question answer game that asks player altogether of 20 question. Two catagories of que…
write a c++ function named larger() that returns the later date of any 2 dates p
write a c++ function named larger() that returns the later date of any 2 dates passed to it. i've compiled and attempted to run the program listed below, but im receiving a few er…
write a c++ function restructure to perform a rotation operation on an unbalance
write a c++ function restructure to perform a rotation operation on an unbalanced binary tree #ifndef AVLTREE_H #define AVLTREE_H #include "AVLEntry.h" #include "BoundaryViolation…
write a c++ loan calculation program that will ask the user to input a loan amou
write a c++ loan calculation program that will ask the user to input a loan amount (in US dollar), a fixed monthly payment amount (in US dolar) , and a fixed annual interest rate …
write a c++ or java program that declare a 10 X 10 matrixof type integer and per
write a c++ or java program that declare a 10 X 10 matrixof type integer and performs the following operations onmatrix. 1.when program executed it asks the user to enter the numb…
write a c++ program and use visual studio Write a C++ program that will input a
write a c++ program and use visual studio Write a C++ program that will input a student's name and four test scores. you want to understand what affect there is if you "toss out" …
write a c++ program and use visual studio Write a program that will input a stud
write a c++ program and use visual studio Write a program that will input a student's name and four test scores. you want to understand what affect there is if you "toss out" the …
write a c++ program by using out txt file to ( #include ) to determine
write a c++ program by using out txt file to ( #include <fstream> ) to determine whether an integer is divisible by 9 .an integer N is divisible by 9 if the sum of the digit…
write a c++ program enter last name of 5 candidates number votes received, then
write a c++ program enter last name of 5 candidates number votes received, then program should output each name, number of votes received, percentage of total votes received and a…
write a c++ program for a simple online shopping situation. The entities in this
write a c++ program for a simple online shopping situation. The entities in this scenario include the web shop, customers, products, orders and invoices. The shop has a list of pr…
write a c++ program for the following question \"Recursion\" An integer. Determi
write a c++ program for the following question "Recursion" An integer. Determine whether the number you entered a Palindrome (read equally both from left to right and from right t…
write a c++ program for this please [1]. The local t-shirt shop sells shirts tha
write a c++ program for this please [1]. The local t-shirt shop sells shirts that retail for $12. Quantity discounts are given as follow: Number of Shirts Discount 5-10 1090 11-20…
write a c++ program implementing Caesar cipher Implement two decryption function
write a c++ program implementing Caesar cipher Implement two decryption functions corresponding to the above ciphers. When decrypting ciphertext, ensure that the produced decrypte…
write a c++ program in which it contains a list of 20 students with their names
write a c++ program in which it contains a list of 20 students with their names and ID, the program should allow the user to enter the student name and ID that enrolled for for th…
write a c++ program that Create a game where a player and an enemy battle each o
write a c++ program that Create a game where a player and an enemy battle each other. Each has a certain amount of health, which decreases when they are attacked. The battle ends …
write a c++ program that asks the user for a radius r. The program must include
write a c++ program that asks the user for a radius r. The program must include a function called calcwradius that accepts the value of the radius r, and calls the function pi sho…
write a c++ program that continue ask a user question and stop when user enter b
write a c++ program that continue ask a user question and stop when user enter bye. program will run like: Hi, welcome. How do you feel today? (user input) I feel sad why do you f…
write a c++ program that deals random sorted \"bridge hands\" using two differen
write a c++ program that deals random sorted "bridge hands" using two different methods. Bridge is a card game that uses a standard deck of 52 cards. There are four players, and e…
write a c++ program that deals random sorted \"bridge hands\" using two differen
write a c++ program that deals random sorted "bridge hands" using two different methods. Bridge is a card game that uses a standard deck of 52 cards. There are four players, and e…
write a c++ program that declare a 10 X 10 matrix of typeinteger and performs th
write a c++ program that declare a 10 X 10 matrix of typeinteger and performs the following operations on matrix. 1.when program executed it asks the user to enter the numberof ro…
write a c++ program that does the following: vvvv Declare an integer pointer var
write a c++ program that does the following: vvvv Declare an integer pointer variable intPointer. Initialize it to point to an int variable named someInt. Assign the value 451 to …
write a c++ program that has a Polygon interface that has abstract functions, ar
write a c++ program that has a Polygon interface that has abstract functions, area(), and perimeter(). implement classes for Triangle, Quadrilateral, Pentagon, Hexagon, and Octago…
write a c++ program that has a Polygon interface that has abstract functions, ar
write a c++ program that has a Polygon interface that has abstract functions, area(), and perimeter(). implement classes for Triangle, Quadrilateral, Pentagon, Hexagon, and Octago…
write a c++ program that has a Polygon interface that has abstract functions, ar
write a c++ program that has a Polygon interface that has abstract functions, area(), and perimeter(). implement classes for Triangle, Quadrilateral, Pentagon, Hexagon, and Octago…
write a c++ program that has a Polygon interface that has abstract functions, ar
write a c++ program that has a Polygon interface that has abstract functions, area(), and perimeter(). implement classes for Triangle, Quadrilateral, Pentagon, Hexagon, and Octago…
write a c++ program that is menu-driven that allows ... Question: Write a C++ pr
write a c++ program that is menu-driven that allows ... Question: Write a C++ program that is menu-driven that allow... Write a C++ program that is menu-driven that allows for the…
write a c++ program that looks like this: Enter phrase: hello. Phrase: -----. En
write a c++ program that looks like this: Enter phrase: hello. Phrase: -----. Enter a guess: h Phrase: h----. Guessed so far: h Wrong guesses left: 7 Enter a guess: e Phrase: he--…
write a c++ program that prompts the user to take one of the following options.
write a c++ program that prompts the user to take one of the following options. 1. CONVERT A CHARACTER TO DECIMAL,OCTAL, AND HEX VALUES 2.. CONVERT A DISTANCE 3. Exit the program …
write a c++ program that reads in the number of minute and seconds a call lasted
write a c++ program that reads in the number of minute and seconds a call lasted. The program should then calculate the ttal cost for the call. The program should print the number…
write a c++ program that repeatedly generate random multiplications to quiz the
write a c++ program that repeatedly generate random multiplications to quiz the user. Randomly generate the operands of a question, and compute the correct answer. Ask the user fo…
write a c++ program that repeatedly generate random multiplications to quiz the
write a c++ program that repeatedly generate random multiplications to quiz the user. Randomly generate the operands of a question, and compute the correct answer. Ask the user fo…
write a c++ program that repeatedly generate random multiplications to quiz the
write a c++ program that repeatedly generate random multiplications to quiz the user. Randomly generate the operands of a question, and compute the correct answer. Ask the user fo…