Predict the output
class sookshamas{
    public static void main(String[ ] args) {
        int f1=3, f2=3;
      int f3=f1+f2;
        System.out.println("Sum="+f3);
    }
}

Posted on by