public class ExampleJan24 {
  int f;
  String s;
  
  public int getF() {
    return f;
  }
  public String getS() {
    return s;
  }}
