Ask Question
8 September, 08:57

java syntax allows programmers to use any expression of thei nt data type as an array subscript1. True2. Flase

+1
Answers (1)
  1. 8 September, 10:10
    0
    The answer is "Option 1".

    Explanation:

    In java programming language, Subscript is a numerical value between [ and ] which indicates the index of the object of which you like. The special [ and ] signs indicate the notation of the mathematic abonnement. So, x[1 ] and x[n-1 ] are used by Java rather than x0, x1, and x-1. That's why the answer to this question is "True".
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “java syntax allows programmers to use any expression of thei nt data type as an array subscript1. True2. Flase ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers