🔒 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,053
Guests online
2,082
Total visitors
3,135

Forum statistics

Threads
2,285,128
Posts
29,027,874
Members
1,219,306
Latest member
kidd1335
Back
Top