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
Ray Of Light [21]
3 years ago
8

Given an int variable k that has already been declared, use a while loop to print a single line consisting of 88 asterisks. Use

no variables other than k.
k=1;
while(k<=88) {
System.out.print('*');
k++;
}
System.out.println(); T/F
Computers and Technology
1 answer:
Grace [21]3 years ago
6 0

Answer:

True

Explanation:

The while loop is going to be executed until the condition is false.

Since <em>k</em> is initially equal to 1, the loop will execute 88 times. One asterisk will be printed and <em>k</em> will be incremented by one during each iteration.

When <em>k</em> becomes 89, the condition will be false (89 is not smaller or equal to 88) and the loop will stop.

You might be interested in
Molly, an end user, connects an external monitor, external keyboard and mouse, and a wired network cable to her laptop while wor
ale4655 [162]

Answer:

The answer is D and E

Explanation:

There is no much difference between a port replicator and a docking station. These two terms are used interchangeably and both serve the same purpose of connecting portable computers with other devices with little or no effort. The main difference between the two is that a port replicator provides a solution for all laptops through USB while a docking uses a propriety connector to the computer. Users can use a docking station and a port replicator to convert their laptop PCs into desktop computers when at home or in the office.

7 0
3 years ago
Calvin is creating a 3D shell of a turtle. He is creating a sculpted, intricate design for the pattern he wants on the shell, bu
PSYCHO15rus [73]
A is right I did this
7 0
2 years ago
What are the three most popular form factors used for motherboards?
Darina [25.2K]
ATX
microATX (smaller version of ATX)
mini-ITX (smaller version of microATX)

5 0
3 years ago
Read 2 more answers
Which of the following are reasons someone can be legally fired? Check all of the boxes that apply. An employee is sleeping on t
Musya8 [376]

Answer:

employee has been sleeping on the job

An employee has been late to work 7 times in a row  

Explanation:

It just it the right answer for career prep edg2021.

3 0
2 years ago
Read 2 more answers
Hello, this is mostly meant for 3 certain people (which they are listed in the main comments). I would say only they could answe
In-s [12.5K]

Answer:

bruh please join back im a new fnaf fandom and i need some help to understand what that is

Explanation:

5 0
3 years ago
Read 2 more answers
Other questions:
  • By issuing concert tickets on the blockchain, fans can verify transfer of ownership from one digital wallet to another, rather t
    14·1 answer
  • Why shouldn't a server use a glass to scoop ice?
    6·2 answers
  • What was the importance of the turing machine to today’s computers?
    6·1 answer
  • 4.17 LAB: Varied amount of input data ( C++)
    5·1 answer
  • A _____ is a number that summarizes an encrypted information. digital certificate hash function message digest hash algorithm
    8·1 answer
  • Identify the benefit of modeling to communicate a solution.
    10·1 answer
  • HELP PLS!!! In a presentation, what is layout?
    10·2 answers
  • The process of sending a result back to another part of the program is
    14·1 answer
  • If u reading this ,DO THAT WORK
    15·1 answer
  • . Imagine that you were programming without an IDE. What problems might you encounter?​
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!