Untitled
Anonymous
plain_text
06/01/2024 11:58 AM
204 B
18
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