A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessionp859fhfvaer0f37cf0qv0qlpverm9j62): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Temperature Unit Converter GUI application using Java swing | Khushi268
Coders Packet

Temperature Unit Converter GUI application using Java swing

By Khushi Jain

In this module, I have created a temperature converter which helps in the conversion of various temperature scales.

A temperature converter is used to convert the temperature from one scale to another. 

The three most common temperature scales are Celsius, Fahrenheit, and Kelvin.

Now, we'll see how to convert all these scales-

1. From Celsius to Fahrenheit and vice-versa

   C = (F - 32)/1.8

   F = 1.8C + 32

2. From Celsius to Kelvin and vice-versa

   C = K - 273

   K = C+273

3. From Fahrenheit to Kelvin and vice-versa

   K = (F - 32)*5/9 + 273

   F = 9/5(K - 273) + 32

 

Platform required: IntelliJ IDEA

The output will look like this:

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Khushi Jain (Khushi268)

Download packets of source code on Coders Packet