Project: Return a Custom Greeting
Return a custom greeting message with this Java method project.
We'll cover the following
Write a method that:
Takes a name (
String
) and age (int
).Returns a greeting message like:
"Ali is 21 years old"
.
Get hands-on with 1400+ tech skills courses.