Hi All ,how do i round up this to 2 decimals:
public override double GetPaymentAmount()
{
double paymentAmount = (WeeklySalary * 52 / 12);
return paymentAmount;
}
PulsarScript 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.