Skip to content

Instantly share code, notes, and snippets.

@Palayoub
Created September 29, 2016 13:45
Show Gist options
  • Save Palayoub/3202aec4c652a04840eafa1d94ee194f to your computer and use it in GitHub Desktop.
Save Palayoub/3202aec4c652a04840eafa1d94ee194f to your computer and use it in GitHub Desktop.
Java program
import java.util.*;
public class test {
public static void main(String[] args){
String s = new String("2+2");
for(int i = 1; i <= 10; i++){
System.out.println("2 + "+ i);
}
}
public static void solve(){
}
}
@Palayoub
Copy link
Author

You can reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment