multiplication C++ currency converter Unknown 04:17 ~On a certain day the British pound was equivalent to $1.467 U.S., the French franc was $0.172, the German deutschmark was $0.584, and the ... Read more 4 comments:
islower(); C++ using islower() Unknown 04:12 ~A library function, is lower(), takes a single character (a letter) as an argument and returns a nonzero integer if the letter is lowercas... Read more No comments:
escape sequence C++ printing poem with escape sequence(\n) Unknown 04:02 ~Write a program that displays your favorite poem. Use an appropriate escape sequence for the line breaks. If you don't have a favorite... Read more No comments:
subtraction C++ arithmetic & decrement operator Unknown 03:36 Write a program that generates the following output: 10 20 30 Use an integer constant for the 10, an arithmetic assignmen... Read more No comments:
table form C++ Printing data in tabular form using setw() Unknown 03:20 ~Write a program that generates the following output : 1990 135 1991 7290 1992 11300 1993 16200 Use a single cout st... Read more 1 comment:
gallon to cubic feet C++ Program to convert gallons into cubic feets Unknown 07:02 ~ Assuming there are 7.481 gallons in a cubic foot, write a program that asks the user to enter a number of gallons, and then displays the... Read more No comments: