, , No Comments
public class outputvariable
{
public static void main(String[] args){
int value = 10;
char x;
x = 'A';

System.out.println( value );
System.out.println("The value of x=" + x);
}
}

0 komentar:

Posting Komentar