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
snow_tiger [21]
3 years ago
5

my homework guides Write the definition of a method printDottedLine, which has no parameters and doesn't return anything. The me

thod prints to standard output a single line (terminated by a newline) consisting of five periods.
Computers and Technology
1 answer:
Masteriza [31]3 years ago
8 0

Answer:

   public static void printDottedLine(){

       System.out.print(".....\n");

   }

Explanation:

This method returns nothing so its return type is void

It also accepts no parameters so the argument list is empty

When called it executes the  System.out.print(".....\n"); which prints out 5 dots

See a complete program below:

public class TestClock {

   public static void main(String[] args) {

   printDottedLine();

   }

   public static void printDottedLine(){

       System.out.print(".....\n");

   }

}

You might be interested in
Explain why, with fast moving mobiles, speed is more dominant in characterizing the use mobility pattern than direction?
lara [203]
The answer is 42 that is the answer to life
4 0
3 years ago
Which data type or collection of data types can SOQL statements populate or evaluate to?
Artyom0805 [142]

Answer:

The answer is "Option A, Option B, and Option D".

Explanation:

"Salesforce Object Query Language" is a SOQL. It is used to scan for specific information in your company's salesforce records. A single object, an integer and several data types of objects are used in this declaration and other options wrong that can be described as follows:

  • In option C, It is wrong because in archiving it is not to help to classify data completely.
  • In option E, boolean data type is used for given only true or false value that's why it is not correct.
5 0
3 years ago
If you wanted to make the system sequentially consistent, what are the key constrains you need to impose
HACTEHA [7]

Answer:

The call of instructions and data must be sequential, there can be no reordering of instructions but to allow reordering, a fence must be created.

Explanation:

Sequential consistent memory model is able to use instructions when or before processing is done and after processing, so long as the instruction order is sequential.

This is similar to uploading a video on you-tube, the site immediately creates a page for the video even before the video is fully uploaded. Sent tweeter messages are seen by different people at different times, but the messages appear to be arranged sequentially.

6 0
3 years ago
What is the best way to improve an online search?
sattari [20]

Answer: i think it’s A, i’m not sure. i’m still stuck on my own

Explanation:

8 0
3 years ago
Read 2 more answers
Plz help! 3 questions! 1.The ideal light to use is.... A.front light B.a combination of side and back light C.a combination of f
defon

There are different kinds and types of light bulb, though light is produce by power, current and resitance.1. The ideal light to use is a front light which it can lighten the dark room depends on the radius of the light or the reflector.

2. Incandescent light generally comes from a bulb like one found in a living room where there are different shapes and lights that have different watts which it differs on how much light it produces or the current and resistance of the light reflector.

<span>3.Incandescent light has a type of a color cast of neutral contrast which also depends on the bulb shapes and kinds. Now we are using LED light to conserve power/energy.</span>

4 0
3 years ago
Other questions:
  • HELP PLEASE
    7·2 answers
  • What does zooming do? A. Changes your view of the Frame Editor to be closer or farther away B. Changes your view of the Event Ed
    12·1 answer
  • When activated, an Excel object has all the features of an Excel
    8·2 answers
  • PLEASE HELP!<br> How do you "brainliest" an answer?
    13·2 answers
  • Who are the four main antagonists in fnaf 1
    13·2 answers
  • Machu Picchu is located in modern day _______<br><br>​
    14·2 answers
  • ______allow you to select elements that are in a certain state, such as when the mouse if hovering over an element
    14·1 answer
  • Explain the following buttons as used in emails:compose,inbox and Draft.<br>​
    10·1 answer
  • Write a boolean expression that is true if s references the string end.
    8·1 answer
  • Blockchain is often associated with Bitcoin and the financial services industry. However, it is applicable to almost every indus
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!