Answer:
Run time error, no output. If myInt = 0 and other is 3, then 3%0 will never occur...apart from that, myInt was neither declared nor initialized
Explanation:
The code to be simplified is not indicated but I will give you a general guide to simplifying Java codes.
<h3>How do you simplify Java Code?</h3>
- At the top, declare and initialize your variables. Late declaration disrupts readability.
- Create specific functions that are modular. It is inefficient to have functions that attempt to "do it all".
- Make it a practice to name the function to correspond to the task.
- All duplications must be removed and rectified
- Having comments provide a fantastic way to summarize the purpose of a code.
- Do not overuse recursion. Doing this makes it difficult to understand at a glance.
- If possible, do not use global variables. The local variable takes precedence over the global variable in JavaScript.
Learn more about Java code at;
brainly.com/question/18554491
#SPJ1
Answer:
E
Explanation:
i think it is E because if you think about it they don't make everything accurate on normal mapping its just to give you an idea of where to go or find.
Explanation:
A computer programmer, sometimes called a software developer, a programmer or more recently a coder (especially in more informal contexts), is a person who creates computer software.