Computer Science, asked by Anonymous, 5 months ago

Guys plzz answer this
Subject :- Computer
Chapter :- Java ​

Attachments:

Answers

Answered by Imblank
1

Answer:

I'm just starting program and not writing classes,packages or import

Scanner sc = new Scanner(System. in);

System.out.println("Enter month number : ");

byte month = sc.nextByte;

int days = 30*month-365

System.out.println(days+" days are left");

sc.close();

Read my bio only

Similar questions