Guest User

Untitled

a guest
Oct 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package helloworld;
  7.  
  8.  
  9. public class HelloWorld{
  10.  
  11. public static void main(String[] args){
  12.  
  13. double fiftysixcentigrade=133.8;
  14.  
  15. System.out.println(fiftysixcentigrade + "fahrenheit");
  16. }
  17. }
Add Comment
Please, Sign In to add comment