P. S. //Calculate the total cost of charter by number of hours X selected yacht x the rate per hour. The above is the calculation I was thing of using. I'm having trouble coding it. Jeff
C
Cali1999
@Cali1999
Posts
-
C# Code for a calculation -
C# Code for a calculationHi Everyone, I'm learning C# and am stuck on writing code for a calculation. Here's the parameters: Calculate and display the price. The calculations will require price per hour. My project has the customer name input, item rented input x the # of hours rented = total cost. Pressing the calculate button will perform this function. Any help here would be appreciated. Thanks jeff