Programming Fundamentals/Functions/Java: Difference between revisions

Content deleted Content added
Line 1:
== subroutines.java ==
<source lang="Java">
// This program asks the user for a Fahrenheit temperature,
// converts the given temperature to Celsius,
// and displays the results.
 
import java.util.*;