[solved] – Question 98600
2. Given a=x5+y6/3 write a C++ program that allows user to enter the values of x and y and give output of a and b.
3. Write a Java program that computes compound interest (compound yearly) using the following formula A=p(1+r)n p is the original amount invested, r is the annual interest, n is the number of years, A is the amount at the nth year.
Expert Answer
OR

