3
TBB1073 : Basic Control Flow -Repetition and loop statements Page 1 of 6 Problem #1 • Write a nested loop to produce the following pattern if the user input is 5

Assignment 1

Embed Size (px)

DESCRIPTION

Engineering 2nd Year Assignment... C++ programming Language

Citation preview

Problem #1

TBB1073 : Basic Control Flow -Repetition and loop statementsPage 1 of 6Problem #1Write a nested loop to produce the following pattern if the user input is 5

1TBB1073 : Basic Control Flow -Repetition and loop statementsPage 2 of 6Problem #2Write a nested loop to produce the following pattern if the user input is 5

2TBB1073 : Basic Control Flow -Repetition and loop statementsPage 3 of 6Problem #3Write a nested loop to produce the following pattern if the user input is 5

3