Skip to content

kaiserfarrell/variabledemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Learn Java: Variable Demo

A variable is a specific location or address in computer memory where the program can store data.

The content of a viable can change during program execution, hence the term variable.

In This code i use viabledemo not variabledemo. This is simple java program that can display textual data on the user screen.

In Java programing we use System.out.println( outputMessage ); to print message.

Releases

No releases published

Packages

No packages published

Languages