What is your favorite LEGO set

Answers

Answer 1

Answer:

star wars death star....

Answer 2
i like any of them they are all so cool lol

Related Questions

Computers were originally invented to
Group of answer choices
A.to share information on the Internet.

B.make complex mathematical calculations possible and make tasks easier for humans.

C.to play video games.

Answers

Answer:

B

Explanation:

It's B because why would it me made to play video games

Answer:

B

Explanation:

A, the internet didnt exist yet, so it cant be this

C, video games would require computers, so its ruled out on a similar basis as the previous

Assume in the for loop header, the range function has the three arguments: range (1, 10, 3), if you were to print out the value of the variable
in the for loop header, what will be printed out? List the values and separate them with a comma.

Answers

Answer:

1, 4, 7

Explanation:

The instruction in the question can be represented as:

for i in range(1,10,3):

   print i

What the above code does is that:

It starts printing the value of i from 1

Increment by 3

Then stop printing at 9 (i.e.. 10 - 1)

So: The sequence is as follows

Print 1

Add 3, to give 4

Print 4

Add 3, to give 7

Print 7

Add 3, to give 10 (10 > 10 - 1).

So, it stops execution.

User ideas for ro blox? I prefer no numbers or underscores.

Answers

do what the other person said

For this exercise, you are going to complete the printScope() method in the Scope class. Then you will create a Scope object in the ScopeTester and call the printScope.
The method will print the name of each variable in the Scope class, as well as its corresponding value. There are 5 total variables in the Scope class, some of which can be accessed directly as instance variable, others of which need to be accessed via their getter methods.
For any variable that can be accessed directly, use the variable name. Otherwise, use the getter method.
Sample Output:
The output of the printScope method should look like this:
a = 5
b = 10
c = 15
d = 20
e = 25
public class ScopeTester
{
public static void main(String[] args)
{
// Start here!
}
}
public class Scope
{
private int a;
private int b;
private int c;
public Scope(){
a = 5;
b = 10;
c = 15;
}
public void printScope(){
//Start here
}
public int getA() {
return a;
}
public int getB() {
return b;
}
public int getC() {
return c;
}
public int getD(){
int d = a + c;
return d;
}
public int getE() {
int e = b + c;
return e;
}
}

Answers

Answer:

Explanation:

The following is the entire running Java code for the requested program with the requested changes. This code runs perfectly without errors and outputs the exact Sample Output that is in the question...

public class ScopeTester

{

public static void main(String[] args)

{

       Scope scope = new Scope();

       scope.printScope();

}

}

public class Scope

{

private int a;

private int b;

private int c;

public Scope(){

a = 5;

b = 10;

c = 15;

}

public void printScope(){

       System.out.println("a = " + a);

       System.out.println("b = " + b);

       System.out.println("c = " + c);

       System.out.println("d = " + getD());

       System.out.println("e = " + getE());

}

public int getA() {

return a;

}

public int getB() {

return b;

}

public int getC() {

return c;

}

public int getD(){

int d = a + c;

return d;

}

public int getE() {

int e = b + c;

return e;

}

}

Why would an organization need to be aware of the responsibilities of hosting

personal data in its platforms?

Answers

Answer:

Providing transparent services for platform customers. Following data protection regulations to avoid disruptions from lack of compliance.

Other Questions
I need the answer it's very hard todo What are some reasons that a country might give financial aid to another nation?because they are alliesfor humanitarian reasonsto keep the country stablebecause they are in a conflictto settle a lawsuit between private parties Social Media Influencer Content is ALWAYS truthful and helpful in budgeting and making wise spending decisions.TrueO False i need help with this question Give an example of an adaptation found in three different plants or animals. Construct an explanation of how the adaptation helps each organism survive in its environment. 36 is 18% of what number? Speaker of the House Henry Clay and other people in Congress who wanted to start the War of 1812 were known by what name? What are two rights of everyone living in the United States 11+cosa+11_cos a please solve question PLS HELP!!!! I WILL GIVE BRAINLIEST!!!!!The first printing press produced work by....A. Relief printingB. Recycling old paperC. Scanning text into a machineD. Using colored ink in screens State whether the verb shown is conjugated or in the command form.1.Come la carne.2.Habla ms despacio.3.No bebas demasiado.4.Te duele la pierna.5.Me llaman Juan. If you created a variable called name, what data type would that value be?Group of answer choicesa floata stringa Booleanan integer The Cougars basketball team sold tins of flavored popcorn as a fundraiser. The players competed for prizes to see who could sell the most tins. This box plot shows the results.Popcorn tins soldWhat fraction of the players sold between 8 and 16 popcorn tins? A pizza parlor is creating a questionnaire to survey customers about their satisfaction with the taste of their pizzas. Which questions would be considered good questions to include on the survey? A ball is sitting at the top of a ramp. As the ball rolls down the ramp, the potential energy of the ball decreases, what happens to the potential energy as the ball moves A firm' s sales procedure involves preparing sales invoices based on shipping documents; posting the sales amounts to accounts receivable records; and posting quantities billed to the inventory records. Due to control weaknesses in the procedure, certain goods that are shipped may not be reflected in the sales invoices. The exposure from this risk can result in: Which of the populations shown in Figure 6 do you think is most likely to get bigger in size? Explain your reasoning. Which of the following pairs of elements will combine to produce a covalent bond? 1-Hydrogen and chlorine2-Magnesium and oxygen3-Lithium and bromine Help please I will give 50 points Suppose you want to put trim around the floor of a rectangular room.The room is 7 by 11 feet. If a foot of trim costs $6, how much will thetrim cost altogether?