InterviewSolution
Saved Bookmarks
| 1. |
Mark true (T) or false (f) for the following statementsA. if n a multiple of 2 then `n^(3)` is also multiple of 2B. if n is not a multiple of 2 then `n^(3)`is also not a multiple of 2C. If n ends in 3 then `n^(3)` ends in 7D. A perfect cube can end with even numbr of zeroes |
| Answer» Correct Answer - (a) T (b) T (c )T (d)f (e )T | |