Posts

Showing posts from March, 2013

Write a general-purpose function to convert any given year into its roman equivalent. Example: Roman equivalent of 1988 is mdcccclxxxviii Roman equivalent of 1525 is mdxxv

Write a function power ( a, b ), to calculate the value of a raised to b.

Write a function that receives 5 integers and returns the sum, average and standard deviation of these numbers. C#