Can I get a another view of what am I looking at ?
send the code and not a picture of scren, Please
#include <iostream>
#include <cmath>
using namespace std;
int main ()
{
double point [10];
for(int i=0;i<=10;i++)
{
point[i]=exp(i/10);
}
for(int i=0;i<=10;i++)
{
cout<<point[i];
}
return 0;
}
Loner〽💻
Anonymous
Chernykh
Imma
Dima
PSAWS
0x1FE6C
Illia