[solved]-Hello Learning Java Want Code Three Problems Could Give Codes Several Rules T Use Array St Q39005285
Hello, I am learning Java. I want how to code below threeproblems. Could you give me codes? There are several rules.
I can’t use array, string and scanner. Please use loop and ifstatement
// 5) Find the smallest number n such that 1+2+3+4…+n >10002
// 6) Given a number n that is some power of 3 (i.e 3^k = n),find the log base 3 of n (i.e. find k).
// 7) Find the smallest number greater than 1000 that that isdivisible by both 77 and 111.
Expert Answer
Answer to Hello, I am learning Java. I want how to code below three problems. Could you give me codes? There are several rules. I … . . .
OR

