Skip to content

Instantly share code, notes, and snippets.

@SOS77777
Created March 21, 2020 20:08
Show Gist options
  • Save SOS77777/cd87cdf92920e666183eddcb0d1d1ca3 to your computer and use it in GitHub Desktop.
Save SOS77777/cd87cdf92920e666183eddcb0d1d1ca3 to your computer and use it in GitHub Desktop.
for(int i = 0; i<=10; System.out.println(i),i++);
for(int i = 0, a = 1 , b= 2 ,temp=0;i<=10 && a<=60;temp=a+b,a=b,b=temp,i++,System.out.println(temp)) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment