Computer Science, asked by sharmistadebbarma, 8 months ago

Write the value of t after the execution of the following code:
int t?
int s?
S=6?
t = (8 *s) % 7?​

Answers

Answered by mt2258985
0

Answer:

Last option t=(8*s) %7

Similar questions