Answer:
The output of this question is 21. As show in the image
The explanation is given in below
Explanation:
Let first write the question
C=1
sum = 0
while(C<10):
C=C+3
sum=sum + C
print(sum)
Now Focus on
while(C<10):
C=C+3
sum=sum + C
The value of C is initially 1
C=1+3
Sum= 0+4
In second loop the value of C will become 4
c=4+3
sum=4+7
In third loop the value of C will be 7
c=7+3
sum=11+10
so the answer is 11+10=21
Answer:
See explanation
Explanation:
Given
if(fish > 400) {
Required
What is the condition checking?
The above statement is an if conditional statement. Analysing the statement in bits:
if -> This represents the beginning of the conditional statement
fish -.> The variable that is being checked
> 400 -> The condition which the variable is being measured by.
So, the statement above is checking if the value of variable fish is greater than 400.
<em>If the condition is true, the instructions associated to that if statement will be executed.</em>
The (CPU) holds the “brains” of the computer
Answer:
The second option
90 > 85
The statement above means 90 is more than 85 which is true.
The option that is not a valid compute shape option within the Oracle Cloud Infrastructure (OCI) compute service is;
A: Container Instance
<h3>
Cloud Computing</h3>
Cloud computing is simply a system that makes use of the Internet to store, manage and access data from a remote server on the internet.
Now, this cloud system infrastructure makes use of middleware software to ensure that there is proper connectivity between devices and computers connected via the cloud.
Finally there are different types of cloud computing shape but among the given options the only one that is not a type is Option A.
The missing options are;
A) Container Instance.
B) Bare Metal.
C) Dedicated Virtual Machine Host.
D) Virtual Machine.
Read more about cloud computing at; brainly.com/question/19057393