fork download
  1. public class Main {
  2. public static void main(String[] a) {
  3. System.out.printf("I%1$shat every%3$s with my name on " +
  4. "it%4$sbe%5$sten by me (and my co-authors, if any) and%2$sI " +
  5. "fully%6$s the%3$s. Every%3$s I submit%4$sbe entirely my own " +
  6. "work unless%7$swise attributed. I%6$s%2$s%8$snot only " +
  7. "includes%9$sing%7$s people's work, but also abetting or " +
  8. "facilitating%9$sing. Code%2$sis similar to any%7$s " +
  9. "submission past or present will get no credit whatever the " +
  10. "explanation. I%6$s%2$sthe consequence of %8$sis a grade of " +
  11. "'F' for the class. I%1$so devote my efforts to learning " +
  12. "Java by%5$sing my own%3$ss. I%4$sstrive to be attentive to " +
  13. "detail and%5$se%3$ss%6$sable by myself and%7$s%3$smers.",
  14.  
  15. " pledge t", //1
  16. " that ", //2
  17. " program", //3
  18. " shall ", //4
  19. " writ", //5
  20. " understand", //6
  21. " other", //7
  22. "academic dishonesty ", //8
  23. " copy"); //9
  24. }
  25. }
Success #stdin #stdout 0.07s 215488KB
stdin
Standard input is empty
stdout
I pledge that every program with my name on it shall be written by me (and my co-authors, if any) and that I fully understand the program. Every program I submit shall be entirely my own work unless otherwise attributed. I understand that academic dishonesty not only includes copying other people's work, but also abetting or facilitating copying. Code that is similar to any other submission past or present will get no credit whatever the explanation. I understand that the consequence of academic dishonesty is a grade of 'F' for the class. I pledge to devote my efforts to learning Java by writing my own programs. I shall strive to be attentive to detail and write programs understandable by myself and other programmers.