Browse All
Alphabetical listing with fast deep pagination.
1197283 items • Page 23855 / 23946
write a program that accepts a numerical value x from 0 to 100 as input and cmpu
write a program that accepts a numerical value x from 0 to 100 as input and cmputes and displays the corresponding letter grade given by the following table. A x >= 90 B 80<…
write a program that accepts a year written as a four-digit Arabic( ordinary) nu
write a program that accepts a year written as a four-digit Arabic( ordinary) numeral and outputs the year written in Roman numerals. Imoirtant Roman numerals are V for 5, X for 1…
write a program that allows someone to play \"Top Trumps\" against the computer.
write a program that allows someone to play "Top Trumps" against the computer. ( using java ) You can use Easy Graphics to display the game information in an easy-to-follow manner…
write a program that an investor can use to compute future bank balances. The pr
write a program that an investor can use to compute future bank balances. The program asks the user for two pieces of information: The amount of an initial deposit (entered as a d…
write a program that analyzes the time it takes to sort a list of numbers using
write a program that analyzes the time it takes to sort a list of numbers using bubble sort, insertion sort, selection sort and the default sorting algorithm in python
write a program that ask the user to enter up to 20 integers. Store the integers
write a program that ask the user to enter up to 20 integers. Store the integers in an array of longs. Then, ask the user to enter an integer. The program should use the function …
write a program that asks a user for a date, month, day, year separately, and ou
write a program that asks a user for a date, month, day, year separately, and outputs the date of the next day. don't forget leap year this is the code i wrote cant someone help m…
write a program that asks the user \"How high should I count\" and stores the us
write a program that asks the user "How high should I count" and stores the user's response in a primitive integer value. Next, the program should declare a reference to a date ob…
write a program that asks the user for the names of two files. the first file sh
write a program that asks the user for the names of two files. the first file should be opened for reading and the second file should be opened for writing . the program should re…
write a program that asks the user to enter a few sentences - print out the numb
write a program that asks the user to enter a few sentences - print out the number of sentences they entered. #include using namespace std; int characterarray(char [], int); int m…
write a program that asks the user to enter a series of integers then sorts the
write a program that asks the user to enter a series of integers then sorts the integers by calling the function selection_sort.When given an array with n elements, selection_sort…
write a program that asks the user to enter the month ( letting the user enter a
write a program that asks the user to enter the month ( letting the user enter an integer of 1 through 12) and the year. T he program should then display the number of days in tha…
write a program that asks the users to enter today\'s sales forfive store. the p
write a program that asks the users to enter today's sales forfive store. the program should display a bar chart comparing each store'ssales. Creat each bar in the bar chart by di…
write a program that asks the users to enter today\'s sales forfive store. the p
write a program that asks the users to enter today's sales forfive store. the program should display a bar chart comparing each store'ssales. Creat each bar in the bar chart by di…
write a program that caculates and prints the monthly paycheck for an employee.
write a program that caculates and prints the monthly paycheck for an employee. The net pay is caculated after taking the following deductions: Federal Income tax : 15% Statte Tax…
write a program that calculates and prints the bill for a cellular telephone com
write a program that calculates and prints the bill for a cellular telephone company.The company offers two types of service:regular and premium.It rates vary,depending on the typ…
write a program that calculates how much change should be given and determine th
write a program that calculates how much change should be given and determine the number of each type of coin to dispense. We will assume that all prices are multiples of 5 cents …
write a program that calculates the acceleration (m/s^2) of a jet fighter launch
write a program that calculates the acceleration (m/s^2) of a jet fighter launched from an aircraft-carrier-based catapult, given the jet's takeoff speed in km/hr and the distance…
write a program that calculates the acceleration (m/s^2) of a jet fighter launch
write a program that calculates the acceleration (m/s^2) of a jet fighter launched from an aircraft-carrier-based catapult, given the jet's takeoff speed in km/hr and the distance…
write a program that calculates the average of N integers. The program should pr
write a program that calculates the average of N integers. The program should prompt the user to enter the value of N and then afterward must enter all N numbers. If the user ente…
write a program that calculates the average of an arbitrary number of grades inp
write a program that calculates the average of an arbitrary number of grades inputted by the user. this can be done by continuously prompting the user for additional number. in th…
write a program that calculates the average of an arbitrary number of grades inp
write a program that calculates the average of an arbitrary number of grades inputted by the user. this can be done by continuously prompting the user for additional number. in th…
write a program that can be used to train the user to use lesssexist language by
write a program that can be used to train the user to use lesssexist language by suggesting alternative versions given by theuser. The program will ask for a sentence, read the se…
write a program that can read a text file of numbers and calculate the mean and
write a program that can read a text file of numbers and calculate the mean and standard deviation of those numbers. Print the result in another text file. Put the result on the c…
write a program that changes a temperature reading fromFahrenheit to Celsius usi
write a program that changes a temperature reading fromFahrenheit to Celsius using the following formula: Celsius =(100 / 180) * (Fahrenheit - 32). Your program should prompt the …
write a program that checks a text file for several formatting and punctuation m
write a program that checks a text file for several formatting and punctuation matters. The program ask for the names of both an inputfile and an output file. It then copies all t…
write a program that contains the function calories() that is to accept a long i
write a program that contains the function calories() that is to accept a long integer number total and the address of the integer variables pizza, chips, apples, mustard. the pas…
write a program that converts cents to dollars,quarters,dimesand cents. A) use i
write a program that converts cents to dollars,quarters,dimesand cents. A) use interactive approach to ask users to input the totalnumber of cents from the keyboard. B) use symbol…
write a program that converts multiple words and multiple numbers to its Morse c
write a program that converts multiple words and multiple numbers to its Morse code using Matlab. (For example convert the sentences: "I love my car" to its morse code and also nu…
write a program that coutns the number of elements in an array that are even num
write a program that coutns the number of elements in an array that are even number, the array has 11 elements, each 16 bit and is stored in memory location starting from $800 (hi…
write a program that coutns the number of elements in an array that are even num
write a program that coutns the number of elements in an array that are even number, the array has 11 elements, each 16 bit and is stored in memory location starting from $800 (hi…
write a program that creates a class to hold Netflix data, which will have Movie
write a program that creates a class to hold Netflix data, which will have Movie objects. You will ask the user if he/she wants to enter a new movie to the database or find a movi…
write a program that creates a student class consisting of student ID and three
write a program that creates a student class consisting of student ID and three exam scores. in a seperate implementation class allow the user to enter class values. call the cons…
write a program that creates a two dimensional array to save the week days. Then
write a program that creates a two dimensional array to save the week days. Then ask the user to enter a number between 0 and 6. The program should print the corresponding day. wr…
write a program that creates an array of 10 integers the program should then use
write a program that creates an array of 10 integers the program should then use the following functions. write a Statistical Analysis program that creates an array of 10 integers…
write a program that deals random sorted \"bridge hands\" using two different me
write a 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 each …
write a program that declares three one dimensional arrays named volts, current,
write a program that declares three one dimensional arrays named volts, current, and resistance. Each array should be declared in main () and be capable of holding 10 double preci…
write a program that declares three one dimensional arrays named volts, current,
write a program that declares three one dimensional arrays named volts, current, and resistance. Each array should be declared in main () and be capable of holding 10 double preci…
write a program that defines two different structures as follows: 1) A cPu struc
write a program that defines two different structures as follows: 1) A cPu structure that contains a manufacturers Name (string), a model number (int), a speed (float), and a pric…
write a program that defines two different structures as follows: 1) A cPu struc
write a program that defines two different structures as follows: 1) A cPu structure that contains a manufacturers Name (string), a model number (int), a speed (float), and a pric…
write a program that describes three one dimensional array named price,quantity,
write a program that describes three one dimensional array named price,quantity, and amount. eacch array should be declared in main() and be capable of holding 10 double-precison …
write a program that determines a student\'s grade. It readsthree test scores (b
write a program that determines a student's grade. It readsthree test scores (between 0 and 100) and calls a function thatcalculates and returns a student's grade based on the fol…
write a program that determines which of five geographic region within a major c
write a program that determines which of five geographic region within a major city north,north,east,west and central) had the fewest reported automobile accidents last year. it s…
write a program that displays a random permutation of the numbers 1 to 10. The r
write a program that displays a random permutation of the numbers 1 to 10. The resulting permutation is stored in an array of integers. To generate a random permutation, you need …
write a program that does basic vector operations. You will write a function to
write a program that does basic vector operations. You will write a function to perform each operation, using arrays and loops as necessary. You may leave all the functions in the…
write a program that does basic vector operations. You will write a function to
write a program that does basic vector operations. You will write a function to perform each operation, using arrays and loops as necessary. You may leave all the functions in the…
write a program that does the following: 1. Read a list with names and year born
write a program that does the following: 1. Read a list with names and year born from a file into an array. 2. There will not be more than 30 names in the file. 3. Write a functio…
write a program that does the following: 1. Read a list with names and year born
write a program that does the following: 1. Read a list with names and year born from a file into an array. 2. There will not be more than 30 names in the file. 3. Write a functio…
write a program that draws a graphical display of a 2D random walk using a Drawi
write a program that draws a graphical display of a 2D random walk using a DrawingPanel. Start a pixel walker in the middle of the panel. On each step, choose to move 1 pixel up, …
write a program that draws a graphical display of a 2D random walk using a Drawi
write a program that draws a graphical display of a 2D random walk using a DrawingPanel. Start a pixel walker in the middle of the panel. On each step, choose to move 1 pixel up, …