surahNumber property
The number of the Surah (chapter) in the Quran.
This is used to identify and reference a specific Surah.
Example:
final int surahNumber = 1; // Al-Fatiha
Implementation
final int surahNumber;
The number of the Surah (chapter) in the Quran.
This is used to identify and reference a specific Surah.
Example:
final int surahNumber = 1; // Al-Fatiha
final int surahNumber;