Draft
Sum of values from 1 to n inclusive { nΣn=1 }
660 of 1,493TanYiXun
Description:
In this Kata , your job is to write a program that finds the sum of the numbers from 1 to n.
e.g.
total(10) => 55
total(20) => 210
total(34) => 595
If you are unsure of what output you got, You can use console.log("Your output") to check
{ My first Kata , So hope you like it }
Fundamentals
Similar Kata:
Stats:
Created | Jul 16, 2016 |
Warriors Trained | 2537 |
Total Skips | 248 |
Total Code Submissions | 6188 |
Total Times Completed | 1493 |
JavaScript Completions | 660 |
Ruby Completions | 70 |
Python Completions | 406 |
C# Completions | 151 |
C++ Completions | 156 |
CoffeeScript Completions | 12 |
Java Completions | 141 |
Total Stars | 18 |
% of votes with a positive feedback rating | 76% of 734 |
Total "Very Satisfied" Votes | 464 |
Total "Somewhat Satisfied" Votes | 193 |
Total "Not Satisfied" Votes | 77 |
Total Rank Assessments | 690 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 1 kyu |
Lowest Assessed Rank | 8 kyu |