Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java codes

807603Dec 11 2007 — edited Dec 11 2007
Hi guys, need your opinions on the way the variables should be place

First method,

public class example1
{
static int ageArr[];

public static void main (String[] args)
{
Scanner in = new Scanner(System.in);
System.out.println("Enter form: ");
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2008
Added on Dec 11 2007
1 comment
91 views