Computer Applications
Write one difference between / and % operator.
Java Operators
ICSE 2017
17 Likes
Answer
/ operator computes the quotient whereas % operator computes the remainder.
Answered By
10 Likes
Related Questions
Rewrite the following program segment using logical operators:
if(x > 5) if(x > y) System.out.println(x + y);A store has purchased some cola cans of various brands. It purchased 50 cans @ ₹15 per can, 30 cans @ ₹20 per can and 40 cans @ ₹21 per can. Write a Java program to compute how much amount did the store pay.