Hi I am new to C# and I have the following problem to solve, but I do not know where to start!
Write a static method to compute the total number of cents given a number of nickelsn and dimes d. Call this method twice from the Main method, each time with different arguments.