Answer to Question #302698 in Java | JSP | JSF for datt

Question #302698

Swati bought 600 shares of stock at a price of Rs 20 per share. She must pay her stock broker a 2% commission for the transaction.


1
Expert's answer
2022-02-25T10:29:05-0500
public class Main {
    public static void main(String[] args) {
        System.out.println("Commission: " + 600 * 20 * 0.02);
    }
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS