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.


Expert's answer

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!

LATEST TUTORIALS
APPROVED BY CLIENTS