Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Write a Haskell program to convert temperature from celsius to kelvin #5549

Closed
harshraj8843 opened this issue Mar 22, 2024 · 1 comment · Fixed by #5596
Closed

Write a Haskell program to convert temperature from celsius to kelvin #5549

harshraj8843 opened this issue Mar 22, 2024 · 1 comment · Fixed by #5596
Assignees
Labels
closed closed issues/PRs good first issue Good for newcomers Haskell haskell related program

Comments

@harshraj8843
Copy link
Contributor

Description

Write a Haskell program to convert temperature from celsius to kelvin

Input  ( C ) : -40
Output ( K ) : 233.15

Contributed by - @magar51

How to contribute
  • Comment !assign to assign this issue to yourself
  • Fork this repository
  • Create a new branch
  • Save the solution in program/program/convert-temperature-from-celsius-to-kelvin/convert_temperature_from_celsius_to_kelvin.hs
  • Commit the changes
  • Create a pull request
@Riyazul555
Copy link
Contributor

!assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs good first issue Good for newcomers Haskell haskell related program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants