- import java.io.*;
- import java.util.*;
- import java.text.*;
- public class Main{
- public static void main(String args[]) throws IOException{
- // fill the code
- Scanner sc=new Scanner(System.in);
- String s=sc.nextLine();
- s=s.replace("yes","s");
- s=s.replace("you","u");
- s=s.replace("today","2day");
- s=s.replace("why","y");
- System.out.println(s);
- }
- }
[text] a5
Viewer
*** This page was generated with the meta tag "noindex, nofollow". This happened because you selected this option before saving or the system detected it as spam. This means that this page will never get into the search engines and the search bot will not crawl it. There is nothing to worry about, you can still share it with anyone.
Editor
You can edit this paste and save as new: