Computer Science, asked by mrskrishnaghosh, 4 months ago

java statement for to check the variable x is exactly divisible by 7 or not​

Answers

Answered by Oreki
8

\textsf{\large \textbf{Java Statement}}

   \texttt{ x \% 7 == 0,} \text{ checks if \textit{x} is completely divisible by 7 or not.}

Similar questions