🔒 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
679
Guests online
3,369
Total visitors
4,048

Forum statistics

Threads
2,303,926
Posts
29,156,879
Members
1,197,578
Latest member
xhinjik
Back
Top