Problem 1655. Sum of first n positive integers
Given n, find the sum of first n positive integers
Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55
Solution Stats
Problem Comments
-
1 Comment
Thirusabaresaan P
on 27 Sep 2021
remove %% comment line for assertion code
Solution Comments
Show commentsProblem Recent Solvers593
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
1897 Solvers
-
Return the first and last characters of a character array
10543 Solvers
-
Element by element multiplication of two vectors
378 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
341 Solvers
-
2422 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!