Created
March 21, 2020 20:08
-
-
Save SohiubAshraf/cd87cdf92920e666183eddcb0d1d1ca3 to your computer and use it in GitHub Desktop.
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
| 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