CPP
cpp
1
2
3
4
5
6
7
8
9
10
#include <iostream>
using namespace std;
int main() {
for(int a=0;a>=99;a++){
int awo_a
// how to make that "a" became number and automatically define new integer, because i want to make many of awo_x
}
return 0;
}
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run