I'm having trouble creating a program for this. I'am fairly new to C# so I don't really know exactly what to do.

Create a C# program which prompts to the user to enter some dollar and cent amount. Then display the smallest collection of coins that would make that amount. For example, if the user enters 2.43, the result would be: 2 dollars, 1 quarter, 1 dime, 1 nickel, and 3 pennies.