🔒 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,106
Guests online
1,010
Total visitors
2,116

Forum statistics

Threads
2,273,942
Posts
28,952,577
Members
1,235,003
Latest member
djjdh
Back
Top