Answer to Question #249356 in C++ for Sarang

Question #249356

Can you share an example of a simple looping application?

  • It can be a simple C++ code applying any of the 3 looping statements OR
  • An animated image / video doing repetitive activities; 
1
Expert's answer
2021-10-10T09:09:15-0400
#include <iostream>

using namespace std;

int main() {
        for (int i = 1; i <= 3; i++) {
        cout <<" Looping Application \n";
    }
    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS