What Is The Output Of The Following Java Codep Pre Langjava #480

What is the output of the following Java code?</p> <pre><code class="language-java"> class Depreciation { public static void main(String arg[]) { int amount, dep, year; System.out.println(Depreciation.Calc(10000, 10, 1)); } static int Calc(int amount, int dep, int year ) { for(int i=0;i<year;i++) { amount=((100-dep)*amount)/100; } return amount; } } </code></pre>

Online Quiz This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Class Components (Using Java) - Member Functions - Quiz No.1.


Similar question(s) are as followings:



Online Quizzes of gs111 OOP Object Oriented Programming Java

Choose an organization

Theme Customizer

Gaussian Texture



Gradient Background