Users Pricing

forum

Home Forums Multiply percantage values – MindStick

Multiply percantage values

Anonymous User 1499 08 Dec 2015
I need to multiply a double value by 12%, how can I do so?

public class AnnualMaintenanceFee {
  public void GetTotal(int TotalND) {
    double software=1500;
    double TNDWithSof= 1500+TotalND;
    double AMF= TNDWithSof 12;
    System.out.println("New Total: "+AMF);
  }
}

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md