Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1063 / 1333
Write a program that accepts a paragraph of text that can be manipulated. The re
Write a program that accepts a paragraph of text that can be manipulated. The resulting manipulated text will output to the console. Constraints The user should input a paragraph …
Write a program that accepts a phrase of unspecified length onthe command line.
Write a program that accepts a phrase of unspecified length onthe command line. For example: prompt% letterprint Operating Systems Class at Kent-State The main() in this program h…
Write a program that accepts a series of strings from the keyboard, and prints t
Write a program that accepts a series of strings from the keyboard, and prints to the screen only those that start with a certain character. The string, which may contain spaces, …
Write a program that accepts a single integer input from the user. The program w
Write a program that accepts a single integer input from the user. The program will then determine whether or not the number is prime. If the number is prime, a message indicating…
Write a program that accepts a string input from the user andreverses the conten
Write a program that accepts a string input from the user andreverses the contents of the string. Your program should work byusing two pointers. The “head” pointer should be set t…
Write a program that accepts a string that is a space-delimited arithmetic expre
Write a program that accepts a string that is a space-delimited arithmetic expression in postfix notation. Use a vector to compute the value. Example: The input string 54 + 3 10* …
Write a program that accepts a test score, that is, a positive integer in the ra
Write a program that accepts a test score, that is, a positive integer in the range 0 through 100 inclusive, and displays an equivalent letter grade: A (90+), B (80-89), C (70-79)…
Write a program that accepts a test score, that is, a positive integer in the ra
Write a program that accepts a test score, that is, a positive integer in the range 0 through 100 inclusive, and displays an equivalent letter grade: A (90+), B (80-89), C (70-79)…
Write a program that accepts a year and determines whether ornot the year is a l
Write a program that accepts a year and determines whether ornot the year is a leap year. Use the mod function. Theoutput should be the variable extra_day, which should be 1if the…
Write a program that accepts a year written as a four-digit Arabic ( ordinary) n
Write a program that accepts a year written as a four-digit Arabic ( ordinary) numeral and outputs the year written in Roman numerals. Important Roman numerals are V for 5, X for …
Write a program that accepts a year written as a four-digit Arabic numeral and o
Write a program that accepts a year written as a four-digit Arabic numeral and outputs the year written in Roman numerals. Important Roman numerals are V for 5, X for 10, L for 50…
Write a program that accepts an angle, x, in degrees and then calculates the val
Write a program that accepts an angle, x, in degrees and then calculates the value of sin(x) and outputs it to the screen. Example input: x = 30, sin(30) = 0.5 Write a program whi…
Write a program that accepts an arithmetic expression of unsigned integers in po
Write a program that accepts an arithmetic expression of unsigned integers in postfix notation and builds the arithmetic expression tree that represents that expression. From that…
Write a program that accepts an input string from the user, and determines how m
Write a program that accepts an input string from the user, and determines how many times a user-specified character appears within the string. (Hint: Look up the 's' option of th…
Write a program that accepts an integer N as a command line input and then proce
Write a program that accepts an integer N as a command line input and then proceeds to launch N threads within that process. Each process should consist of an infinite loop that p…
Write a program that accepts an integer N as a command line input and then proce
Write a program that accepts an integer N as a command line input and then proceeds to launch N threads within that process. Each process should consist of an infinite loop that p…
Write a program that accepts an integer N as a command line input and then proce
Write a program that accepts an integer N as a command line input and then proceeds to launch N processes on your system. Each process should consist of an infinite loop that prin…
Write a program that accepts an n x n matrix. The program should also: Total and
Write a program that accepts an n x n matrix. The program should also: Total and display the sum of each row and each column Find the product of each row and column Find the highe…
Write a program that accepts as input a date in the form e.g 12 29 2002. The pro
Write a program that accepts as input a date in the form e.g 12 29 2002. The program should then compute the date's position in the year.For example the date given above should di…
Write a program that accepts as input the loan amount, the interest rate per yea
Write a program that accepts as input the loan amount, the interest rate per year, and the monthly payment. (Enter the interest rate as a percentage. For example, if the interest …
Write a program that accepts as inputs an asciiz string consisting of a sequence
Write a program that accepts as inputs an asciiz string consisting of a sequence of words separated by one or more blanks, and outputs the string with all blanks removed. Example:…
Write a program that accepts astring from the user. You can assume the length of
Write a program that accepts astring from the user. You can assume the length of the string willbe less than 30 characters and only lower case letters areentered. Your program sho…
Write a program that accepts astring from the user. You can assume the length of
Write a program that accepts astring from the user. You can assume the length of the string willbe less than 30 characters and only lower case letters areentered. Your program sho…
Write a program that accepts input from the keyboard (with the input terminated
Write a program that accepts input from the keyboard (with the input terminated by pressing the Enter key) and counts the number of letters (A-Z and az), numerical digits (0-9), a…
Write a program that accepts input like the program in Display 7.8and that outpu
Write a program that accepts input like the program in Display 7.8and that outputs a bar graph like the one in that display exceptthat your program will output the bars vertically…
Write a program that accepts input like the program in Display 7.8and that outpu
Write a program that accepts input like the program in Display 7.8and that outputs a bar graph like the one in that display exceptthat your program will output the bars vertically…
Write a program that accepts integer values from the keyboard one at a time unti
Write a program that accepts integer values from the keyboard one at a time until the absolute difference between two successive integers is greater than, or equal to, 10. [You'll…
Write a program that accepts integers for as long as the input is positive. If a
Write a program that accepts integers for as long as the input is positive. If a negative or 0 is input, the program would stop and display the number of inputs that are equal to …
Write a program that accepts numeric grades of multiple exams for multiple stude
Write a program that accepts numeric grades of multiple exams for multiple students. Then print the followings: • A table of numeric grades (the numeric grades must be between 0 t…
Write a program that accepts the following inputs: w, a, s, d, or q. If the user
Write a program that accepts the following inputs: w, a, s, d, or q. If the user types w, the program instantly prints UP. If the user types a, the program instantly prints LEFT. …
Write a program that accepts the following inputs: w, a, s, d, or q. If the user
Write a program that accepts the following inputs: w, a, s, d, or q. If the user types w, the program instantly prints UP. If the user types a, the program instantly prints LEFT. …
Write a program that accepts two command line arguments. The first is the name o
Write a program that accepts two command line arguments. The first is the name of a file that is to be used as the input file and the second is the name of the output file. The pr…
Write a program that accepts two command line arguments. The first is the name o
Write a program that accepts two command line arguments. The first is the name of a file that is to be used as the input file and the second is the name of the output file. The pr…
Write a program that accepts two integer arrays as input. Array 1 of size 10 and
Write a program that accepts two integer arrays as input. Array 1 of size 10 and Array 2 of size 9. Find an integer in Array 1 that does not have its pair in Array 2 (if there are…
Write a program that accepts up to six arguments at the command line prompt. The
Write a program that accepts up to six arguments at the command line prompt. The program should print the first character of any oddnumbered arguments (numbers 0, 2, and 4), and t…
Write a program that accepts your first name into a character arraystring variab
Write a program that accepts your first name into a character arraystring variable. Print the name backwards. #include<iostream> #include<conio.h> using namespace std;…
Write a program that acts as a self-checkout register at a store and lets the us
Write a program that acts as a self-checkout register at a store and lets the user buy 2 items The program will prompt the user and read in: - the name of item 1. The name can be …
Write a program that acts as a simple \"slot machine\". The user starts with 100
Write a program that acts as a simple "slot machine". The user starts with 100 tokens and with each pullof the handles loses one token. The computer spins threewheels each consist…
Write a program that acts as a simple \"slot machine\". The user starts with 100
Write a program that acts as a simple "slot machine". The user starts with 100 tokens and with each pullof the handles loses one token. The computer spins threewheels each consist…
Write a program that adds and subtracts polynomials. Each polynomial is to be re
Write a program that adds and subtracts polynomials. Each polynomial is to be represented as a linked list. The first node in the list represents the first term in the polynomial,…
Write a program that adds, subtracts, multiply, and divide fractions. Example (1
Write a program that adds, subtracts, multiply, and divide fractions. Example (1,2) in fraction is 1/2. My question is when i want to add an int x to the fraction, it doesn't work…
Write a program that administers a short, if unscientific, personality test, sco
Write a program that administers a short, if unscientific, personality test, scores the test, and determines whether or not the user’s personality is Type A, Type B, or somewhere …
Write a program that administers a short, if unscientific, personality test, sco
Write a program that administers a short, if unscientific, personality test, scores the test, and determines whether or not the user's personality is Type A, Type B. or somewhere …
Write a program that allows a single Player (the user) to play a simple three di
Write a program that allows a single Player (the user) to play a simple three dice game of chance against a single Opponent (the computer). Game Description: • There is a single P…
Write a program that allows a single Player (the user) to play a simple three di
Write a program that allows a single Player (the user) to play a simple three dice game of chance against "The Odds". There is a single player, with three (12 sided) dice. The sid…
Write a program that allows a single Player (the user) to play a simple two dice
Write a program that allows a single Player (the user) to play a simple two dice game of chance against a single Opponent (the computer). Game Description: -There is a single Play…
Write a program that allows each employee to enter the temperature at noon of ea
Write a program that allows each employee to enter the temperature at noon of each of the five days and displays the highest, lowest, and average (mean) temps. Write javascript th…
Write a program that allows each employee to enter the temperature at noon of ea
Write a program that allows each employee to enter the temperature at noon of each of the five days and displays the highest, lowest, and average (mean) temps. Write javascript th…
Write a program that allows each employee to enter the temperature at noon of ea
Write a program that allows each employee to enter the temperature at noon of each of the five days and displays the highest, lowest, and average (mean) temps. Write javascript th…
Write a program that allows me to enter two ASCII format integers, add them, sub
Write a program that allows me to enter two ASCII format integers, add them, subtract them, and multiple them and display the ASCII results of each. You must use the AAA, AAS and …