Answer:
c
Explanation:
assuming you are coding in python and have not install any calculation codes, the answer is most likely c
First of all, we will need a function that checks if a number is prime or not:
boolean isPrime(int n){
for(int i=2; i<=math.sqrt(n); i++){
if(n % i == 0) return false;
}
return true;
}
Then, in the main program, we will call this function with all the desired inputs, and we will print the prime numbers:
for(int n=100; n<= 1000; n++){
if(isPrime(n)) print(n);
}
<h2>
Answer:</h2>
Cornucopian
<h2>
Explanation:</h2>
A Cornucopian is an optmistic futurist that has several predictions of the relationship between human population, resources and technology. The cornucopian believe that regardless of how limited resources are, the human race will still thrive. They also relate advances in technology to sustainable growth by saying that, the more people there are on the planet, the more the drive and thus increase in technology development and advancement to support this growth.
Answer:
runtime error
Explanation:
Based on the information provided within the question it can be said that the line of code "System.out.println(resultSet.getString(1));" would not print out anything and instead would give you a runtime error. This is because there is no resultSet.next() line in your code allowing for the resultSet to start in the first row and move consequently down the rows. Thus giving a runtime error.
If you have any more questions feel free to ask away at Brainly.
Hehehehehehehehehehdurnrjrir