Skip to content
Snippets Groups Projects
Commit 89474463 authored by Sven Steddin's avatar Sven Steddin
Browse files

ThreadMonitor1 veraltete Datei entfernt

parent 3d27a18c
No related branches found
No related tags found
No related merge requests found
package inf3;
public class Ausgabe {
//synchronized static void SchreibeZeile (char c) {
static void SchreibeZeile (char c) {
for (int ii=0; ii< 20; ii++) {
System.out.print(c + " ");
//Warteschleife:
for (int ll=0; ll< 1000000; ll++) {
Double kk = Math.sqrt(ll);
}
}
System.out.println();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment