Which language is this in?
For Java,
if (s.equals("end"))
return true;
Answer:
Following are the code in the java language
numBers = scnr.nextInt ( ) ;
Here scnr is an instance of scanner class .
Explanation:
In this code, we take the input by using the object of Scanner class i.e "scnr". The scanner class in the java programming language is used for taking the input by the user. The scnr.nextInt ( ) is taking the input which is stored in the "numbers" variable.
So the whole program is looking like that
import java.util.*; // import package
public class Main
{
public static void main(String[] args) // main function
{
int numBers; // variable declaration
Scanner scnr=new Scanner(System.in); // create the instance of scanner class
numBers=scnr.nextInt( ) ; // taking input
System.out.println(numBers); // display the value of numBers
}
}
Output:
78
78
Answer: animal crossing lol
Explanation:
Answer:
UGC- User Generated Content
Explanation:
<em>It is a combination of making and user generated content a virtual shoe-tie for Go Pro. Go Pro has established a content marketing plataform able to grew into an extreme ecommerce success history. Instead of renting media company's audience, they use the brand-building services of millions of costumers.</em>
<em>The marketing team provide the tools and plataform to enable their costumers to share the videos and images they capture.</em>
It is passive, because it says the grandma huggED the dolphin.
Active would be “Grandma Simpson hugs the dolphin at the aquarium.”