1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Marianna [84]
2 years ago
6

"""

Computers and Technology
1 answer:
Vinvika [58]2 years ago
4 0

head1 = "Number: "
head2 = "Multiplied by 2: "
head3 = "Multiplied by 10: "
NUM_LOOPS = 10 # Constant used to control loop.

print("0 through 10 multiplied by 2 and by 10" + "\n")

# Initialize loop control variable.
# Write your counter controlled while loop here
# Multiply by 10.
# Multiply by 2.
x = 0
while(x<11):
print(head1 + str(x))
print(head2 + str(x*2))
print(head3 + str(x*10))
x += 1
# Next number.

You might be interested in
What would be the most constructive response
natima [27]

Answer:

we cant tell what your talking abt please repost with at pitcher or a exolination

Explanation:

3 0
3 years ago
A nurse is reviewing the different cloud office applications available. When comparing the iCloud to other cloud office applicat
hoa [83]

Answer:

A nurse should have to consider a

  • web browser to access the app
  • the app is not a downloadable type

Reasons have explained in the explanation.

Explanation:

All apps can find a copy of the phone's web browser in the app drawer. Google Chrome is the name of Google's browser that can use for reviewing the different cloud applications.

A Web application is  stored on the server and over the internet through an interface.

She should have to use these features.

8 0
3 years ago
You are working on a small network. You recently created a wireless network to allow the owners laptop and mobile devices to mak
Gekata [30.6K]

Answer: enable network encryption to prevent authorized computer from accessing the wireless network.

Explanation:

1.open the wireless security settings on your router’s configuration page.

2. select security method you wish to use.

3.Enter a passphrase needed to access the network whenever authorizes personnel want access to network.

5 0
4 years ago
try the following code to see a nullpointer error (if you don’t see the error because of the autograding, you can copy it into t
gavmur [86]

Using the knowledge of computational language in JAVA it is possible to describe  since s is null, indexof throws an nullpointer error for s. comment out the first if statement and run the program again. the second if statement avoids the error with shortcircuit evaluation.

<h3>Writting the code:</h3>

<em>public class Printer {</em>

<em>    private String name;</em>

<em>    public void print() {</em>

<em>        </em><em>printString</em><em>(name);</em>

<em>    }</em>

<em>public class Example {</em>

<em />

<em>    public static void </em><em>main</em><em>(String[] args) {</em>

<em>        Object obj = null;</em>

<em>        obj.hashCode();</em>

<em>    }</em>

<em />

<em>}</em>

<em>    public static void </em><em>main</em><em>(String[] args) {</em>

<em>        Printer printer = new Printer();</em>

<em>        printer.print();</em>

<em>    }</em>

<em>}</em>

<em>    }</em>

<em>public class Example {</em>

<em />

<em>    public static </em><em>void </em><em>main(String[] args) {</em>

<em>        Object obj = null;</em>

<em>        obj.hashCode();</em>

<em>    }</em>

<em />

<em>}</em>

<em>    public static void </em><em>main</em><em>(String[] args) {</em>

<em>        Printer printer = new Printer("123");</em>

<em>        printer.print();</em>

<em>    }</em>

<em>}</em>

See more about python at brainly.com/question/19705654

#SPJ1

4 0
1 year ago
2. Which tab is used to edit objects on the Slide Master and layouts?
vitfil [10]

Answer:

it is....insert tab..B

Explanation:

insert tab includes editing options

8 0
3 years ago
Other questions:
  • Dom is a software developer who likes to tweak his computer's OS to make it work the way he wants it to. The OS he is most likel
    14·1 answer
  • A(n) ____ is a collection of one or more program statements combined to perform some action
    14·1 answer
  • In a nondatabase, file-oriented environment, data is often partitioned into several disjointed systems with each system having i
    11·1 answer
  • Is a web-based architectural approach in which users interact via a web browser or other web-enabled view layer with application
    14·1 answer
  • Consider the following modification to the Merge Sort algorithm: divide the input array into thirds (rather than halves), recurs
    13·1 answer
  • The ListCell subclass’s ________ method creates the custom presentation. This method is called by the ListView’s cell factory wh
    14·1 answer
  • a 0.600 kg dynamics trolley has 1.5 kg load added. It is launched with a force of 10.n what is the acceleration
    15·1 answer
  • _____________________________ focuses on organizing, structuring, and labeling content in an effective and sustainable way.
    12·1 answer
  • During critical thinking, the evaluation of information should use
    15·2 answers
  • What is the bleed space in a design?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!