Create a program that will display the word "mahal kong muntinlupa" for 4 times using the for loop. (jump statement: continue)& | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Create a program that will display the word "mahal kong muntinlupa" for 4 times using the for loop. (jump statement: continue)&

I need help :( Show solutions pls.

7th Mar 2019, 11:50 PM
Rhea May Abay
Rhea May Abay - avatar
2 Antworten
0
#include <iostream> int main(){ int limit = 3; for(int i = 0; i < limit; i++) std::cout << "Mahal....\n"; }
8th Mar 2019, 12:13 AM
Dlite
Dlite - avatar
0
Thankyou 😇
8th Mar 2019, 12:40 AM
Rhea May Abay
Rhea May Abay - avatar