-
### What would you like to share?
Hi Team,
as I have observed, till yesterday auto assign was working as expected on comment of !assign… but it’s failing today
![B6241CFB-DA84-42DF-ABE2-598CEC959…
-
### Name
Joseph Martin
-
### Description
Write a Java program to find LCM of 2 numbers.
LCM is largest of 2 stated numbers that can be divided by both the given numbers
Example: LCM of 2 and 4 is 4, LCM of 3 and 7 is 2…
-
### Description
Write a F# program to convert feet to centimeters
1 feet = 30.48 centimeters
```
Input : 5
Output : 152.4
```
How to contribute ?
- Save the solution in `Conver…
-
### Description
adding new file of python program average of digits of number
-
### Description
Write a JavaScript program to find volume of a cube
Volume of cube = `Side`^3
```
Side : 2
Volume : 8
```
How to contribute
- Save the solution in `program/FindVolumeOfACub…
-
### Name
Mukul Padwal
-
### Description
Write a C++ program to find sum of n natural numbers using formula
formula: n(n+1)/2
```
Input : 5
Output : 15
```
How to contribute
- Save the solution in `FindSumOfNNatura…
-
### Description
A C program to find the volume of a cube
```
Input: 2
Output: 8
```
-
### Description
Write a Dart program to print diamond pattern
```
Input : 5
Output :
*
***
*****
*******
*********
*******
*****
***
*
```
How to contribute
- Save the solut…