Lab Exercises 3.0
Lab Exercises 3.0
LAB EXERCISES
LABEX 7
System.out.println();
}
}
}
LABEX 8
import java.io.*;
public class labex12 {
public static void main(String
args[])throws IOException
{
BufferedReader in = new
BufferedReader(new
InputStreamReader(System.in));
System.out.print("Masukkan
nombor sifir yang anda inginkan:
");
int num =
Integer.parseInt(in.readLine());
int i, mul;
}
}
LABEX 9
int i, k;
if(i % 3 == 0){
System.out.println();
}
}
}
}
LABEX 10
i = j;
j = k;
l++;
}
}
}