Loop Exercises
Easy Print numbers from 1 to 10 (for loop) Write a programme that prints numbers from 1 to 10 using a for loop. Print even…
Easy Print numbers from 1 to 10 (for loop) Write a programme that prints numbers from 1 to 10 using a for loop. Print even…
Easy Add two numbers Write a programme that adds two numbers and prints the result. Get remainder Write a programme that prints the remainder value…
Easy Declare a String variable Create a String variable named message and assign it the value “Hello from Java”. Print the value to the console.…