vstoyanov

17 задача

Mar 30th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.  
  2. import com.sun.xml.internal.bind.v2.runtime.reflect.opt.Const;
  3.  
  4. import java.util.Scanner;
  5.  
  6. public class Main {
  7.  
  8.     public static void main(String[] args) {
  9.  
  10. String result="The \"use\" of quotations causes difficulties.";
  11.  
  12. System.out.println(result);
  13.  
  14.  
  15.  
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment