Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 174 Bytes

Task-6.md

File metadata and controls

9 lines (5 loc) · 174 Bytes

Practical One, Task Six

Sum of integers

  • Write a program that prints the first ten positive integers.

  • e.g. 1+2+...+10

  • Now do the first 100 positive integers.