import java.util. Scanner;
public class Temp{
{
public static void main (String [] args){
//Have the user to enter a temperature in fahrenheit
{
System.out.prin tln ("Enter a temperature");
This is all I have so far ...any suggestions? I know I have to use scanner reading, but I do not know where.
public class Temp{
{
public static void main (String [] args){
//Have the user to enter a temperature in fahrenheit
{
System.out.prin tln ("Enter a temperature");
This is all I have so far ...any suggestions? I know I have to use scanner reading, but I do not know where.
Comment