Recent Posts
None | 28 sec ago
None | 31 sec ago
None | 43 sec ago
None | 46 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
PHP | 1 min ago
None | 2 min ago
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 10th of Feb 2010 12:42:26 AM
Download |
Raw |
Embed |
Report
import util.StdInput;
public class Rechteck_Pluszeichen {
/**
* @param args
*/
public static void main
(String[] args
) {
int i = StdInput.readInt("Länge");
int j = StdInput.readInt("Breite");
for (int k = 0; k < i.length; k++) {
for (int k2 = 0; k2 < j.length; k2++) {
}
}
}
}
Submit a correction or amendment below.
Make A New Post