You are on page 1of 8

New Decimal Matrix

Sl. No. Name Type Purpose

1. m int To store the value for m and the


number of rows.

2. n int To store the value for n and the


number of columns.

3. i int To store the value for i and helps


in iteration

4. i int To store the value for i and and


helps in iteration
Mobius

Sl. No. Name of the Data Type Purpose


variable

1. m int To store the value of m and


calls the function mob( )

2. n int To store the value for n

3. pf int To store the value for pf

4. total int To store the value and used


as increment variable.
Mobius

Sl. No. Name of the Data Type Purpose


variable

5. count int To store the value of count


and used as counters

6. distinct boolean To check truth or falsify


Circular Matrix

Sl. No. Name of the Date Type Purpose


variable

1. n int To store the number of


elements

2. a[][] int To store the array in


double dimension form
Circular Matrix

Sl. No. Name of the Date Type Purpose


variable

3. k int To store the variable of k


and helps in iteration

4. i int To store the variable of i


and helps in iteration

5. g int To store the value of j and


helps in iteration

6. rl boolean To store the value for the


first row.
Circular Matrix

Sl. No. Name of the Date Type Purpose


variable

7. n2 int To store the value of n – l


rows.

8. c1 int To store the value of the


first columns

9. c2 int To store the value of n – l


columns
Smallest

Sl. No. Name of the Date Type Purpose


variable

1. m int To store the higher range

2. n int To store the lower range

3. sum int To store the sum of digits

4. value int Copy of the higher range


and increment variable

5. i To store the value of i and


helps in iteration
Smallest

Sl. No. Name of the Date Type Purpose


variable

6. e int To store the value of c and


used as counter.

You might also like