Is printf allowed in isc? And array: is not in our syllabus?
@CodeWithBK21 күн бұрын
printf is an inbuilt part of Java. And it is used to print formatted output. I guess that should be okay. Also, array: as in? I am not sure I understand your question here.
@jlytc-u7l21 күн бұрын
10:35 for(string word : words) I don't think it is in scope We are using sumita arora and in that this is not given neither printf I am just asking because if we use this think maky the examiner cut marks! Btw love your explanation 😊
@CodeWithBK20 күн бұрын
for(string word : words) is a for each loop - it is again an inbuilt part of Java, so it should be okay. Also, this is the link to the syllabus on the official website: cisce.org/wp-content/uploads/2024/03/36.-ISC-Computer-Science-XII_2025.pdf There is a section that covers Strings and Arrays, and so printf and for each loop should be okay to use.