Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Arithmetic Progression in C# by DavidCarrollDev
Arithmetic Progression in C#

=================================
- Arithmetic Progression Options:
---------------------------------
- Start at:        1
- Increase by:        1
- Number of Terms:    10
- ShowEachTerm:    True
--------------------
- Sum of Terms:    55
--------------------
- List of Terms:
--------------------
  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
====================


=================================
- Arithmetic Progression Options:
---------------------------------
- Start at:        2
- Increase by:        3
- Number of Terms:    6
- ShowEachTerm:    True
--------------------
- Sum of Terms:    57
--------------------
- List of Terms:
--------------------
  2
  5
  8
  11
  14
  17
====================


=================================
- Arithmetic Progression Options:
---------------------------------
- Start at:        1
- Increase by:        4
- Number of Terms:    5
- ShowEachTerm:    True
--------------------
- Sum of Terms:    45
--------------------
- List of Terms:
--------------------
  1
  5
  9
  13
  17
====================


=================================
- Arithmetic Progression Options:
---------------------------------
- Start at:        13
- Increase by:        7
- Number of Terms:    15
- ShowEachTerm:    False
--------------------
- Sum of Terms:    930
====================


=================================
- Arithmetic Progression Options:
---------------------------------
- Start at:        133
- Increase by:        74
- Number of Terms:    45
- ShowEachTerm:    False
--------------------
- Sum of Terms:    79245
====================
Cached Result
Last Run: 4:11:47 pm
Compile: 0.079s
Execute: 0s
Memory: 24kb
CPU: 0.047s