0

I am writing a module. When I run the module, I want it to ask for a variable, like I can in other programing languages such as C++ or Python.

For example, in C++:

int i;
cout << "Please enter an integer value: ";
cin >> i;

I want something similar to the above in Mathematica.

m_goldberg
  • 107,779
  • 16
  • 103
  • 257
MOON
  • 3,864
  • 23
  • 49

0 Answers0