Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1116 / 1333
Write a program that will input a numeric month from the user and outputs the nu
Write a program that will input a numeric month from the user and outputs the number of the days in the given month. Use the shell provided for you. You may deviate from the shell…
Write a program that will input a phrase and convert it to pig latin. Put each w
Write a program that will input a phrase and convert it to pig latin. Put each word in a separate element of a string array. Remove the first letter from each word and concatenate…
Write a program that will input a phrase and convert it to pig latin. Put each w
Write a program that will input a phrase and convert it to pig latin. Put each word in a separate element of a string array. Remove the first letter from each word and concatenate…
Write a program that will input letters grade(A,B,C,D,F), the number of which is
Write a program that will input letters grade(A,B,C,D,F), the number of which is input by the user (a maximum of 50 grades). The grades will be read into array. A function will be…
Write a program that will input letters grade(A,B,C,D,F), the number of which is
Write a program that will input letters grade(A,B,C,D,F), the number of which is input by the user (a maximum of 50 grades). The grades will be read into array. A function will be…
Write a program that will input miles traveled and hours spent in travel. The pr
Write a program that will input miles traveled and hours spent in travel. The program will determine miles per hour. This calculation must be done in a function other than main; h…
Write a program that will input temperatures for consecutive days. The program w
Write a program that will input temperatures for consecutive days. The program will store these values into an array and call a function that will return the average of the temper…
Write a program that will input temperatures for consecutive days. The program w
Write a program that will input temperatures for consecutive days. The program will store these values into an array and call a function that will return the average of the temper…
Write a program that will input the number of wins and losses that a baseball te
Write a program that will input the number of wins and losses that a baseball team acquired during a complete season. The wins should be input in a parameter-less value returning …
Write a program that will input three c-strings into an array of c-strings. Prin
Write a program that will input three c-strings into an array of c-strings. Print only those that end in "es" or begin in "yan" but in different ways. For the last two characters,…
Write a program that will input three decimal numbers from a text file named in.
Write a program that will input three decimal numbers from a text file named in.txt and compute the following statistics about them: The smallest number The largest number The sum…
Write a program that will input two numbers from the keyboard and execute each o
Write a program that will input two numbers from the keyboard and execute each of the signed and unsigned multiply and divide instructions. For each instruction, the program shoul…
Write a program that will let the user play Hangman. Setup Your program should p
Write a program that will let the user play Hangman. Setup Your program should prompt the user to enter a word. If the user enters a word, that will be the word the player guesses…
Write a program that will look up a word provided by the user as an argument the
Write a program that will look up a word provided by the user as an argument then search and display the definition of the input word from the file “dictionary.txt” file (provided…
Write a program that will loop ten times. In each iteration prompt user to enter
Write a program that will loop ten times. In each iteration prompt user to enter an integer between -50&50. Print the input, keep a running sum of the inputs, and track the mi…
Write a program that will make a copy of a text file, line by line. Read the nam
Write a program that will make a copy of a text file, line by line. Read the name of the existing file and the name of the new file the copy from the keyboard. Use the methods o…
Write a program that will make a copy of a text file, line by line. Read the nam
Write a program that will make a copy of a text file, line by line. Read the name of the existing file and the name of the new file the copy from the keyboard. Use the methods of …
Write a program that will make a copy of a text file, line by line. Read the nam
Write a program that will make a copy of a text file, line by line. Read the name of the existing file and the name of the new file the copy from the keyboard. Use the methods of …
Write a program that will manage your school course schedule. The program should
Write a program that will manage your school course schedule. The program should allow you to enter a list of your courses and have them saved in a file. It should also allow you …
Write a program that will move a character from left to rightand then back again
Write a program that will move a character from left to rightand then back again across the monitor of the PC a number of timesas specified by the user's input. The user is to be …
Write a program that will operate on a deck of 52 cards. Your program will: 1. D
Write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each a. The four hands need to be kept in an array for l…
Write a program that will operate on a deck of 52 cards. Your program will: 1. D
Write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each a. The four hands need to be kept in an array for l…
Write a program that will operate on a deck of 52 cards. Your program will: 1. D
Write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each a. The four hands need to be kept in an array for l…
Write a program that will operate on a deck of 52 cards. Your program will: 1. D
Write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each a. The four hands need to be kept in an array for l…
Write a program that will operate on a deck of 52 cards. Your program will: 1. D
Write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each a. The four hands need to be kept in an array for l…
Write a program that will operate on a deck of 52 cards. Your program will: 1. D
Write a program that will operate on a deck of 52 cards. Your program will: 1. Deal them into four random hands of 5 cards each a. The four hands need to be kept in an array for l…
Write a program that will output a table of monthly payments from an initial loa
Write a program that will output a table of monthly payments from an initial loan amount over a range of 15 to 30 years in 5 year increments for several different interest rates. …
Write a program that will perform a mail merge. Background When companies need t
Write a program that will perform a mail merge. Background When companies need to send out the same letter to many different customers, they usually have a form letter which conta…
Write a program that will perform a mail merge. Program Description: When your p
Write a program that will perform a mail merge. Program Description: When your program starts, it will be given the name of letter file and the name of a data file. Your program s…
Write a program that will play games of 10-20-30 given initial card decks as inp
Write a program that will play games of 10-20-30 given initial card decks as input. Input Each input set consists of a sequence of 52 integers separated by spaces and/or ends of l…
Write a program that will play games of 10-20-30 given initial card decks as inp
Write a program that will play games of 10-20-30 given initial card decks as input. Input Each input set consists of a sequence of 52 integers separated by spaces and/or ends of l…
Write a program that will play rock, paper, scissors against them, but since we
Write a program that will play rock, paper, scissors against them, but since we are annoyed at this challenge, write it in such a way that it can never lose. However, it must be a…
Write a program that will play rock, paper, scissors against them, but since we
Write a program that will play rock, paper, scissors against them, but since we are annoyed at this challenge, write it in such a way that it can never lose. However, it must be a…
Write a program that will play the childs game mother may i? The program should
Write a program that will play the childs game mother may i? The program should accept how many children are playing this round. The specified number of children should initially …
Write a program that will predict the size of a population of organisms. The pro
Write a program that will predict the size of a population of organisms. The program should ask for the starting number of organisms, their average daily population increase (as a…
Write a program that will predict the size of a population of organisms. The pro
Write a program that will predict the size of a population of organisms. The program should ask the user for the starting number of organisms, their average daily populationincrea…
Write a program that will predict the size of a population of organisms. The pro
Write a program that will predict the size of a population of organisms. The program should ask for the starting number of organisms, their average daily population increase, and …
Write a program that will predict the size of a population of organisms. The pro
Write a program that will predict the size of a population of organisms. The program should ask for the starting number of organisms, their average daily population increase, and …
Write a program that will predict the size of a population of organisms. The pro
Write a program that will predict the size of a population of organisms. The program should ask for the starting number of organisms, their average daily population increase (as a…
Write a program that will predict the size of a population oforganisms. The prog
Write a program that will predict the size of a population oforganisms. The program should ask the user for the starting numberof organisms, their average dailypopulation increase…
Write a program that will print out statistics for eight coin tosses. CANNOT USE
Write a program that will print out statistics for eight coin tosses. CANNOT USE BRANCHING (if-then statements, switch-case, etc.) The user will input either an H for heads or T f…
Write a program that will prompt a user for a number between 1 and 3999 and prin
Write a program that will prompt a user for a number between 1 and 3999 and prints the Roman numeral equivalent. In other words, if the user enters 500, your program needs to prin…
Write a program that will prompt a user to input coordinates for all the corners
Write a program that will prompt a user to input coordinates for all the corners for drawing a quadrilateral. The program should draw the quadrilateral on AutoCAD screen and print…
Write a program that will prompt a user to input their name (first and last). Ex
Write a program that will prompt a user to input their name (first and last). Ex: Please enter your first and last name: John Doe Then, output the string. Next, prompt the user…
Write a program that will prompt for a template file name, a substitution string
Write a program that will prompt for a template file name, a substitution string, and an output file name. Your program will: 1. Open the template file for input. This template fi…
Write a program that will prompt for and read a positive integer less than 1000
Write a program that will prompt for and read a positive integer less than 1000 from the keyboard, and then create and output a string that is the value of the integer in words. F…
Write a program that will prompt the user for a list of 5 prices. Once the user
Write a program that will prompt the user for a list of 5 prices. Once the user has entered all values, your program should compute and display the following: *The sum of all the …
Write a program that will prompt the user for a list of 5 prices. Once the user
Write a program that will prompt the user for a list of 5 prices. Once the user has entered all values, your program should compute and display the following: The sum of all the p…
Write a program that will prompt the user for a string. Read the string using ge
Write a program that will prompt the user for a string. Read the string using gets(). Convert the string to all capitals using your my_strupper function from the earlier problem. …
Write a program that will prompt the user for the number of times the program sh
Write a program that will prompt the user for the number of times the program should roll the die, then roll the die, count the occurrence of each number, and finally print out a …