Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ex25
import java.util.Scanner; public class ex25{ public static void main (String[] args){ int i, quad; for (i=20; i<=120; i++){ quad = i*i; System.out.println("O quadrado de " + i + " é " + quad); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Print Count Strings
Loop from 5 to 15
Compiler
PE #12
1.7
Find Median in Large File of Integers
java palindrome check
post decrement
Smallest Multiple of N with Zeros and Ones
jb14 L
Please log in to post a comment.