How to give the day of the week from user input in java -
for class assignment need create script gives name, current date , tells user day of week born input.
ive got first 2 parts of written , working don't know begin giving day of week user input.
this ive got
public class lab3 { public static void main(string[] args) { system.out.println("hello, name robert melville. today's date is:"); system.out.println(java.time.localdate.now()); } }
i hate come , ask answers taught how in class far how println's have no idea how start such thing. thank you.
Comments
Post a Comment