0% found this document useful (0 votes)
27 views

6th Assignment (Nested For Loop)

The document provides instructions for two programming assignments. The first assignment requires writing a program using nested for loops to display specific output patterns. The second assignment requires writing a program to animate a large circle in the center of the screen and four smaller colored circles, one in each corner. The deadline for submitting the individual assignments is April 10, 2013.

Uploaded by

Amna Huda
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

6th Assignment (Nested For Loop)

The document provides instructions for two programming assignments. The first assignment requires writing a program using nested for loops to display specific output patterns. The second assignment requires writing a program to animate a large circle in the center of the screen and four smaller colored circles, one in each corner. The deadline for submitting the individual assignments is April 10, 2013.

Uploaded by

Amna Huda
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Programming Fundamentals

Assignment Type: Individual Assignment#6 Submission Mode: soft copy Deadline: 10 April, 2013
Task: You are required to write separate program to display the following outputs using nested for loop:

* *** ***** ******* ******* ***** *** *

================= **************** ******** **** ** * =================

13579 1357 135 13 1 135 1357 13579

* *** ***** ******* ***** *** *

ABCDEF ABCDE ABCD ABC AB A

You are also required to write a program that will animate big circle in the mid of the screen and four small circles with different colors at four corners of the screen.

You might also like