Showing posts with label functions. Show all posts
Showing posts with label functions. Show all posts

Wednesday, November 20, 2013

C++ Program That Converts Any Given Year Into Its Roman Equivalent Using Functions

 Write a general-purpose function to convert any given year into its roman equivalent. The following table shows the roman equivalents of decimal numbers:

Sunday, November 17, 2013

C++ Hotel Program Which Asks the User Room type,Number of People,Number of Night Stay, Guests and Prints The Total Cost

Write a Program That asks the user
A)room type
B)number of People
C)number of additional guests
D)number of night stays
E)Prints Total cost