ScratchStats LogoScratchStats

ScratchStats

Explore Scratch statistics and discover trending projects and creators.

Community

  • Apply for Verified
  • Apply for Reviewer

More

  • Donate
Not affiliated with Scratch.
Back to Destywhip's profile

calculator with no divide or multiply blocks

DEDestywhip•Created October 1, 2023
1
1
10 views
View on ScratchView on TurboWarp

Instructions

press green flag. answer scratch cat questions. multiplication and subtraction are rounded to the nearest 1, except if dividing a number by another number that is 2x times bigger than the first number(n1=n2*2).

Notes & Credits

dividing is really just subtracting the number that you are dividing by from the divisible. Then the answer is the amount of times you can do that procedure until you reach 0. multiplying is adding n1 to itself n2 amount of times. factorial is repeating the following until n1=1: [if n2=n1: n1*(n2-1) else: n3=n3*n2] that is: "factorial, in mathematics, is the product of all positive integers less than or equal to a given positive integer and denoted by that integer and an exclamation point. Thus, factorial seven is written 7!=7*6*5*4*3*2*1. Factorial zero is defined as equal to 1." thanks to @destywhip (myself for the idea)

Project Details

Project ID901308240
CreatedOctober 1, 2023
Last ModifiedSeptember 5, 2024
SharedOctober 17, 2023
CommentsAllowed