void setup() {
// put your setup code here, to run once:
// perulangan while
// penulisan while
while(kondisi yang akan dinilai? true/false)
{
kode di while;
}
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
// put your setup code here, to run once:
// perulangan while
// penulisan while
while(kondisi yang akan dinilai? true/false)
{
kode di while;
}
}
void loop() {
// put your main code here, to run repeatedly:
}