Answer:
The correct code to the given question is
if ((counter % 10) == 0) // check the condition
{
System.out.println("Counter is divisible by ten: " + counter); // display
}
else // check the condition
{
System.out.println("Counter is not divisible by ten: " +counter); // display the //value
}
counter++; // increment the value of counter
Explanation:
Following are the description of code
- In the given question we have to check the condition that the given number is divisible by 10 or not .
- In the if block if the number is divisible by 10 then it print the value of number and increment the value of counter .
- In the else block if the number is not divisible by 10 then it print the value of number and increment the value of counter .
- It means the value of counter is increases in the if block as well as in the else block .So we have to remove the counter statement from there and place outside the if and else block .
Answer: you code to find the surface area 6 s2, volume s3 in python
Explanation:if you dont code the surface area 6 s2, volume s3 in python then you cant code
Answer:
Check sharing rules
Check organization-wide defaults
Check the user s profile for object settings
Explanation:
There is a need for some people to see the total transparency of the records that are meant to be shared with a select group of people. There are certain things that can be done for this. The first one is that the sharing rules should be checked. To whom are the details shared with. The next one is the filters that are used.
These can be reported and changed accordingly. Lastly, the whole organization’s defaults can be checked. This is something that can be done when the previous methods that were done did not work that well. Once some changes are done, the people can check if they already work and if the records can be viewed.
The statement which best describes the network effect is a platform becomes more useful as more people join and use it.
<h3>What is "Network Effect?"</h3>
Network effect is the theory which tells that when the number of person increases in a network, then the value of the product or service in that network is also increases.
Key points of network effect are listed below:
- In the network effect the value of product or service of a network increases when the more people join and use it.
- Network effect is well utilized by e-commerce companies by promoting their business through the customers.
- The best example of network effect sides are social media sites.
Thus, the statement which best describes the network effect is a platform becomes more useful as more people join and use it.
Learn more about the network effect here;
brainly.com/question/26199042
#SPJ1