Plz plz answer the question
Attachments:
Answers
Answered by
0
Answer:
in which class you read
Answered by
1
Answer:
1)array size is declared as 10 but try to input 11(In for loop 0 to 10)
2)we can declare the array using [ ] not ( ).
3)For cout it must be << symbol not '>>' this one.
4)For loop must be for(initialization;condition;increment) In the program instead of ;(semicolon) ,(comma ) is used.
Explanation:
Hope this is useful.
Please mark me as brainliest.
Similar questions