Tagged Questions
1
vote
1answer
819 views
Ada initializing an array based on user input
I'm coming from Java/C++ to Ada and am having trouble figuring out the small stuff. Is it possible to declare an array and ask the user for the min/max values then initialize it? I don't like having ...