Scanner Exercises
Easy What is your name? Write a programme that asks the user for their name and prints it. Add two numbers Write a programme that…
Easy What is your name? Write a programme that asks the user for their name and prints it. Add two numbers Write a programme that…
Easy Match lowercase String Match a string that consists only of lowercase letters (a to z) Match digits Match a string that consists only of…
Easy Print numbers from 1 to 10 (for loop) Perform the following operations in JShell: Test String Method Test the length() method on the string…