Where is the wrong here?
package Java; impor java.util.Scanner; public class Assignment; { public static void main(String[] args) { string name; double age; double days=365; double months=12; double hours=8760; Scanner input=new Scanner(System.in); System.out.println ("Enter your name"); name =input.nextline(); System.out.println("Enter your age"); age=input.nextdouble; System.out.println("Wellcome"+name); months=months*age; System.out.println("The age by months is"+months); days=days*age; System.out.println("The age by days is"+days); hours=hours*age; System.out.println("The age by hours is"hours); } System.out.println("The age by months "+months); days=days*age; System.out.println("The age by days "+days); hours=hours*age; System.out.println("The age by hours "hours); } }