Sabtu, 23 Juli 2016

PEMOGRAMAN C++ PENGULANGAN DENGAN FUNGSI DO WHILE

PENGULANGAN DENGAN FUNSI DO WHILE


Tidak seperti fungsi For dan While, dimana fungsi tersebut akan memeriksa kondisi loop pada bagian atas. Sedangkan fungsi do..while pemeriksaan pada bagian bawah dari loop
Unlike for and while loops, which test the loop condition at the top of the loop, the do...while loop checks its condition at the bottom of the loop.
A do...while loop is similar to a while loop, except that a do...while loop is guaranteed to execute at least one time.

CLICK TO VIEW THE VIDEO TUTORIAL

Tidak ada komentar:

Posting Komentar