Java Program to Print an Integer (Entered by the User)
byAchchuthan Yogarajah-0
In this program, you'll learn to print a number entered by the user in Java. The integer is stored in a variable using System.in, and is displayed on the screen using System.out.
Example: How to Print an Integer entered by an user
Post a Comment
Thank you for vising