[SOLVED] SOLVED: Week 2: Individual: Loops

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (3 votes)

Write a for loop which displays every third number beginning with ten and continuing to 100, inclusive of 10 and 100. Next write a while loop which displays every third number beginning with ten and continuing to 100, inclusive of 10 and 100. Next write a do-while loop which displays every third number beginning with ten and continuing to 100, inclusive of 10 and 100. This program may be a console application or a Windows Forms application, and note that only one program should be submitted – thus all three loops will be in the one program. No matter whether you choose to develop a Windows Forms application or a console application, be sure the interface is professional looking and intuitive to use for the novice end user. Include identifying information in the form of block comments at the top of each class in the project (programmer name, date, program description). Include adequate comments throughout the program, utilize meaningful names for controls, variables, fields, and forms. Include white space for readability purposes in the code.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.