The Java expression 9 / 5 + 9 % 5 equals ______.
a) 0
b) 1
c) 3
d) 5
e) 6
d.
Computer Science & Information Technology
You might also like to view...
________ tools enable groups of people to connect and exchange ideas
A) Social media B) Computer forensics C) Affective computing D) Debugging
Computer Science & Information Technology
Which of the following are C-string constants? Give the number of characters in each of these.
a. ‘\n’ b. ‘n’ c. “Lamb\n” d. “Mary” e. “M”
Computer Science & Information Technology