ScratchData LogoScratchData
Back to s121d05's profile

Cool Calculator awesome (sum of first n positive integers)

S1s121d05•Created May 1, 2021
Cool Calculator awesome (sum of first n positive integers)
0
0
8 views
View on Scratch

Instructions

Look at this program. This program does things like adding all the numbers from 1 to number for Eg. 6, 1 + 2 + 3 + 4 + 5 + 6 = 21 IMPORTANT only numbers work , not word numbers for Eg. 2 is correct, two is not correct. And don't mind the spirte. Press space

Description

I use this formula: 1+2+3+ ... +n = n(n+1)/2 for positive integer n

Project Details

Project ID524038250
CreatedMay 1, 2021
Last ModifiedMay 1, 2021
SharedMay 1, 2021
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root