Values in Ada
Values#
Ada has various value types including strings, integers, floats, booleans, etc. Here are a few basic examples.
To run the program, compile the code with gnatmake Main.adb
and then execute it.
Now that we can run and build basic Ada programs, let’s learn more about the language.