subject

Given positive integer numinsects, write a while loop that prints that number doubled without reaching 200. follow each number with a space. after the loop, print a newline. ex: if numinsects = 16, print: 16 32 64 128 import java. util. scanner; public class insectgrowth {public static void main (string [] args) {int numinsects; scanner scnr = new scanner(system. in); numinsects = scnr. nextint(); // must be > = 1/* your solution goes here */}}

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
What is used to analyze and summarize your data without graphical support
Answers: 1
question
Computers and Technology, 23.06.2019 14:00
Need ! will choose brainliest! discuss the role of abstraction in the history of computer software.
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
The basic work area of the computer is it screen that you when you first fire up your computer
Answers: 1
question
Computers and Technology, 24.06.2019 02:30
Write the pseudo code for this problem based on what you learned from the video. the purpose is to design a modular program that asks the user to enter a distance in kilometers, and then converts that distance to miles. the conversion formula is as follows: miles = kilometers x 0.6214
Answers: 3
You know the right answer?
Given positive integer numinsects, write a while loop that prints that number doubled without reachi...
Questions
question
Mathematics, 27.04.2021 19:00
question
History, 27.04.2021 19:00
question
History, 27.04.2021 19:00
Questions on the website: 13722361