-
### Title of article
Write a C# program to convert the temperature from Celsius to Fahrenheit.
### Additional information
```
Input ( C ) : -40
Output ( F ) : -40
```
### Code of Conduct
- [X…
-
### Title of article
Write a C# program to compute area of Rhombus
- Takes the length of **two diagonals**
- Uses the formula to calculate the area
- Return the value
Area of a rhombus = ( ` …
-
### Title of article
Write a C++ programme to find perimeter of square
### Additional information
> Perimeter of square = 4 * ` side `
```
side : 4
perimeter : 16
```
### Code of Conduct
…
-
### Title of article
Write a Python programme to find the length of string.
### Additional information
```
Input : abcd
Output : 4
```
### Code of Conduct
- [X] I have read and agree to the C…
-
### Title of article
Write a Java program to convert the temperature from Celsius to Fahrenheit.
### Additional information
```
Input ( C ) : -40
Output ( F ) : -40
```
### Code of Conduct
- …
-
### Title of article
Write a C++ program to convert the temperature from Celsius to Fahrenheit.
### Additional information
```
Input ( C ) : -40
Output ( F ) : -40
```
### Code of Conduct
- […
-
### Title of article
Write a Python programme to convert years to days
### Additional information
```
Years : 1
Days : 365
```
### Code of Conduct
- [X] I have read and agree to the Codinasio…
-
### Title of article
Write a C programme to find perimeter of square
### Additional information
> Perimeter of square = 4 * ` side `
```
side : 4
perimeter : 16
```
### Code of Conduct
- …
-
### Title of article
Write a Python programme to divide two numbers.
### Additional information
```
Input : 4 2
Output : 2
```
```
Input : 2 4
Output : 0.5
```
### Code of Conduct
- [X…
-
### Title of article
Write a C++ program to print Fibonacci series.
### Additional information
```
Input : 10
Output : 0 1 1 2 3 5 8 13 21 34
```
### Code of Conduct
- [X] I have read and agr…