write a c++ program to impliment a class named display. the class should contain a function member to output the following. (use a for loop structure)
3
6 6
9 9 9
Davincie 0 Newbie Poster
Recommended Answers
Jump to Postfor (int i = 0; i<1; ++i) { cout << "3" << endl << "6 6" << endl << "9 9 9" << endl; }
All 4 Replies
Moschops 683 Practically a Master Poster Featured Poster
ddanbe commented: Deep insights :) +15
Avishek_1 -3 Newbie Poster
Learner010 99 Posting Whiz in Training
Avishek_1 -3 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.