public class Demonstrate {
 public static void main (String argv[]) {
  System.out.print("The rating of the movie is ");
  System.out.println(6 + 9 + 8);
 }
}
