This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public class MyClass { | |
| public static void main(String args[]) { | |
| StringBuilder sb = new StringBuilder(700); | |
| for (int a = 1; a <= 100; a++) { | |
| if (a % == 0) { | |
| sb.append("CracklePopz\n"); | |
| } else if (a % 3 == 0) { | |
| sb.append("Crackle\n"); | |
| } else if (k % 5 == 0) { | |
| sb.append("Pop\n"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| if [ $# -eq 1 ] | |
| then | |
| fname=$1 | |
| else | |
| echo "Invalid Arguments" | |
| echo "Usage: newyear.sh filename" | |
| exit |