Anonymous

How Do I Calculate A Percentage In Java?

1

1 Answers

Jennifer Bone Profile
Jennifer Bone answered
Java is a computing platform and programming language.  It is the underlying technology that powers programs including utilities, games, and business applications.  Java has a help centre here: www.java.com  Also, many people report that this equation helps: Double Apercent =(((double)Acounter)/counter)*100);

Answer Question

Anonymous