Answer:
D. Grilled sandwich
Explanation:
Grilled sandwich is a kind of hot sandwich.
When numbers are divided, the integer portion is kept and the remainder is disregarded (meaning 10/9 would return 1). Following this format, we get the answer of <span>6 6 6 3 7 7 9 5 8 8.
I also see that this program can be optimized because you use the same for loop twice, and both of them manipulate list elements in some way. A more optimized program would be:
</span><span>int a [] = {64 , 66 , 67 , 37 , 73 , 70 , 95 , 52 , 81 , 82};
for (int i = 0; i < a.length; i++) {
a[i] = a[i] / 10;
</span>System.out.print(a[i] + " ");<span>
}
Or maybe you don't need to store the list values for later on. You could do:
</span>for (int i = 0; i < a.length; i++) {
System.out.print(a[i] / 10 + " ");
}
In any situation, your answer is choice 2.
The act of knowing incorrect claim payments and fraudulent activities falls under insurance type of data mining applications.
<h3>How is data mining used?</h3>
Data mining is known to be a tool that is often used by lots of insurance providers as it helps them to be able to know or predict the claims that are fraudulent so that one can be able to rightly target their resources and recoup a good amounts of money.
Conclusively, the act of Identifying and preventing incorrect claim payments and fraudulent activities falls under insurance type of data mining applications as it helps handles all issues regarding the above.
Learn more about data mining applications from
brainly.com/question/2596411
Secure software development is known to be a kind of methodology (often linked with DevSecOps) for making software that incorporates a lot of security into every stage of the software development life cycle (SDLC).
<h3>What is secure software development practices?</h3>
Secure software development is seen as a method that is used form the creation of a lot of software that uses both security into all of the phase of the software development making cycle.
This book is known to be A Programmer's Guide that can be able to leads readers in all of the tasks and activities that one can do to be successful computer programmers and it is one that helps to navigate in the area of reading and analyzing requirements as well as choosing development tools, and others.
Hence, Secure software development is known to be a kind of methodology (often linked with DevSecOps) for making software that incorporates a lot of security into every stage of the software development life cycle (SDLC).
Learn more about Secure software development from
brainly.com/question/26135704
#SPJ1
Answer:
Las instalaciones y actividades de transporte afectan los patrones de desarrollo de la comunidad.
Explanation: