Untitled

 avatar
unknown
plain_text
a year ago
153 B
5
Indexable
#include <iostream>
using namespace std;

int main() {
 int i,j;
 while(i=1,i<=3;i++){
 while(j=1,j<=3;j++){
 cout<<"*\t";
 }
 cout<<endl;}
}
Editor is loading...
Leave a Comment