Write a main method in the Picture class to create a Picture object and show it.
What will be an ideal response?
```
public s tat ic void main ( St r ing [ ] args )
{
Pi c tur e p = new Pi c tur e ( Fi l eChoos e r . pi ckAFi l e ( ) ) ;
p . show ( ) ;
}
```
Computer Science & Information Technology
You might also like to view...
?Data can be thought of values that represent concepts.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Email is becoming an outdated means of internal and external business communication.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology