[text] a5

Viewer

  1. import java.io.*;
  2. import java.util.*;
  3. import java.text.*;
  4. public class Main{
  5.     public static void main(String args[]) throws IOException{
  6.         // fill the code
  7. Scanner sc=new Scanner(System.in);
  8. String s=sc.nextLine();
  9.  
  10. s=s.replace("yes","s");
  11. s=s.replace("you","u");
  12. s=s.replace("today","2day");
  13. s=s.replace("why","y");
  14. System.out.println(s);
  15.  
  16.  
  17.  
  18.  
  19.     }
  20. }
  21.  

Editor

You can edit this paste and save as new:


File Description
  • a5
  • Paste Code
  • 20 May-2024
  • 381 Bytes
You can Share it: