Computer Science

Fill in the blanks:

If int a=43;int b=5;int c=0; and c = a%b; then the value of c will be _________.

Java Operators

5 Likes

Answer

3

Answered By

1 Like


Related Questions