answersLogoWhite

0


Best Answer

In C-Language

for (int i = 0; i < 1010; i = i +10)

{

printf(i);

}

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would you design a for loop that displays the following set of numbers 0 10 20 30 40 50 up to 1000?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Round the following numbers to the nearest 10?

And the following numbers would be...


What is a digital dashboard?

It would be a dashbaord that displays the speed, temp, etc in digital numbers. It would not have analog gauges.


Which of the following would be the most efficient design for an auditorium?

the second design on the top right .the squared one


You design a filter that must remain cool for a high-power laser Which of the following would be the best design?

Reflective Film


What is visual interest?

A visually interesting event would be one that incorporates different kinds of media and features eye-catching displays, design, and lighting.


What is visually interesting event?

A visually interesting event would be one that incorporates different kinds of media and features eye-catching displays, design, and lighting.


What would the next two numbers in the following series 30.20.29.21.28.22.27.23.26.24?

They would both be 25.


Where would I find information about industrial design school and/or an industrial design program?

There are many options that are available for you. I would highly suggest that you try the following websites to obtain information:www.core77.com/design.edu/.


What language is best to learn for a career in design?

Well it depends on what countries one would plan on making a deal with. Although I would probably choose on of the following if I was to choose a career in design. French, Spanish, or Italian.


Which number format displays numbers the way they are typed?

The General format takes the numbers the way you type them. It will do things like drop trailing zeroes, so 5.60 would become 5.6 instead, but otherwise it leaves them as they are.


What is web design atlanta and where can I find more information about this?

There are several web design places in the Atlanta area, I would suggest can find more information on this at the following site...www.nrmcreativemarketing.com/


What command displays the command list?

In Linux, command typed at a command prompt displays a list of commands that would likely contain the command you desire. For example, to find all of the commands that have word flush in their name or descriptions type the following: man -k flush