🔒 Closed Pa help po about turbo c programming

Status
Not open for further replies.
#include<iostream>
#include<iomanip>
using namespace std;
int main(){
for(int x=0;x<8;x++){
cout<<"#";
}
cout<<endl;
for(int y=0;y<5;y++){
cout<<setw(4)<<"#"<<"#"<<endl;
}
return 0;
}


heelp.png



ito boss nagawa ko sa C++ kung meron kang C++ converter convert mo nalang wala ako compiler nyan eh
Tama ba output?
 
#include<iostream>
#include<iomanip>
using namespace std;
int main(){
for(int x=0;x<8;x++){
cout<<"#";
}
cout<<endl;
for(int y=0;y<5;y++){
cout<<setw(4)<<"#"<<"#"<<endl;
}
return 0;
}


heelp.png



ito boss nagawa ko sa C++ kung meron kang C++ converter convert mo nalang wala ako compiler nyan eh
Tama ba output?
wow galing ni bossing..!! kaso di nested yung for loop
 
Status
Not open for further replies.

About this Thread

  • 26
    Replies
  • 1K
    Views
  • 6
    Participants
Last reply from:
FreeAllYouCan-OFFICIAL

Trending Topics

Online now

Members online
1,118
Guests online
3,215
Total visitors
4,333

Forum statistics

Threads
2,328,452
Posts
29,242,396
Members
1,159,782
Latest member
kateappe
Back
Top