Write a program that asks the user for a series of names that they are considering for their future baby. Write these na
Posted: Sat May 14, 2022 7:56 pm
Write a program that asks the user for a series of names
that they are considering for their future baby. Write these names
in a file for the user so that they don’t forget which names they
like. If you want, your program can randomly pick a name for the
user. Include a method for the user to stop the input when they are
out of names they like in Java.
that they are considering for their future baby. Write these names
in a file for the user so that they don’t forget which names they
like. If you want, your program can randomly pick a name for the
user. Include a method for the user to stop the input when they are
out of names they like in Java.