Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Neeraj
import java.util.*; import java.lang.*; class Scanner { public static void main() { Scanner sc = new scanner(System.in); int i, j,t; System.out.print("enter your number"); sc.nextInt(System.in); for(i=1;i<=5;i++) { t= i; { for(j=i;j<=1;j++) { System.out.print(t); t=t+2; } System.out.println(); } } } }
run
|
edit
|
history
|
help
0
PE #7
nth fibonacci ( memoization )
LRU cache - Simple solution (costly)
1(E)
CSV Parser
1d
3
Menu Combination Sum
Area of the triangle
Problem 3: New Products