11 - University of Virginia

Alternatively, try remaking the Celcius to Farenheit converter, this time asking the user for the input. Here is a sample – remember to comment out all main methods in the same package except the one you want to run…-----package week7; import java.util.Scanner; import java.lang.Integer; public class celciusConverter ................
................