Breaking News
C++ Programming and Solutions
No posts with label
c++ conversion
.
Show all posts
No posts with label
c++ conversion
.
Show all posts
Home
Featured
Popular
C++ currency converter
~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 ...
C++ Program to convert gallons into cubic feets
~ 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...
C++ Printing data in tabular form using setw()
~Write a program that generates the following output : 1990 135 1991 7290 1992 11300 1993 16200 Use a single cout st...
C++ printing poem with escape sequence(\n)
~Write a program that displays your favorite poem. Use an appropriate escape sequence for the line breaks. If you don't have a favorite...
C++ arithmetic & decrement operator
Write a program that generates the following output: 10 20 30 Use an integer constant for the 10, an arithmetic assignmen...
C++ using islower()
~A library function, is lower(), takes a single character (a letter) as an argument and returns a nonzero integer if the letter is lowercas...