HacktoberFest icon indicating copy to clipboard operation
HacktoberFest copied to clipboard

Add factorials.java

Open Rishav986 opened this issue 3 years ago • 13 comments

I want to add a java program file for calculating the factorial of a number.

Rishav986 avatar Sep 28 '22 17:09 Rishav986

Factorial.zip

well not much error handling but it works fine

litaniachauke avatar Sep 29 '22 17:09 litaniachauke

/assign

durgesh-4526 avatar Oct 01 '22 06:10 durgesh-4526

Added factorial program please check pull request!

parimalongithub avatar Oct 02 '22 12:10 parimalongithub

please assign me this , it would be my first contribution public static int factorial(int n){ int f =1 ; for(int i=1;i<=n; i++){ f = f * i; } return f; }

anshulraigh avatar Oct 04 '22 12:10 anshulraigh

I am new to open source, please assign me this issue. @Rishav986

anmol111pal avatar Oct 06 '22 12:10 anmol111pal

@Rishav986 assign this to me

riteshshaw18 avatar Oct 07 '22 19:10 riteshshaw18

can u assign to me @tarunsinghofficial

anujpatel581 avatar Oct 08 '22 18:10 anujpatel581

Hi @Rishav986 assign this project to me...

Roshnijeewani3457 avatar Oct 09 '22 21:10 Roshnijeewani3457

I want to work on this issue ..please assign it to me

deepakbhagat7 avatar Oct 14 '22 04:10 deepakbhagat7

I want to work on this issue ..please assign it to me### `

deepakbhagat7 avatar Oct 14 '22 04:10 deepakbhagat7

i want to solve this problem... can you assign this to me

Serajhub avatar Oct 15 '22 06:10 Serajhub

Hello @Rishav986 i want to contribute into your repo...!! So can you assign this task to me ?

satyajitbhatt avatar Oct 16 '22 13:10 satyajitbhatt

Please assign this to me sir

arpanbiki avatar Oct 17 '22 12:10 arpanbiki

Hello. Iam a newbie to open source. Could you please assign this to me.

AdeebaFarooq avatar Sep 27 '23 15:09 AdeebaFarooq