public class P3-Movies
{
private String rating,
id,
title;
}
I get "error: '{' expected" but am not sure where this opening bracket belongs and why it belongs there. Any ideas?
Posted 20 February 2012 - 11:10 PM
public class P3-Movies
{
private String rating,
id,
title;
}
Posted 21 February 2012 - 09:59 AM
Posted 21 February 2012 - 07:47 PM