Untitled
unknown
plain_text
5 months ago
340 B
3
Indexable
#include <iostream> using namespace std; int main() { const int Nmax= 10; const int Nmin= -Nmax; const double Pi= 14; const char Seperator = '/'; const bool Indicator= true; cout<<Nmax<<endl; cout<<Nmin<<endl; cout<<Nmax<<endl; cout<<Pi<<endl; cout<<Seperator<<endl; cout<<Indicator<<endl; return 0; }
Editor is loading...
Leave a Comment