58 of 100 menu

Java Taskbook Level 6.8

Determine whether today is a weekend or a weekday. Output the result to the console.

Ask the user to enter a year. Print to the console the dates of all Fridays that are 13th in the year entered.

Given a string of words, sort the words in alphabetical order.

Given a line with a date:

"2025-2-1"

Write code that will add zeros to the month and day if necessary:

"2025-02-01"

Write a program that will generate the following string:

"-1-22-333-444-55555-"
enru