<string name="content2">//C Program for Arithmetic Operations\n#include<stdio.h>\nvoid main()\n\tint a=10,b=12;\n\tprintf(\"Addition:%d\",a+b);\n\tprintf(\"Subtraction:%d\",a-b);\n\tprintf(\"Multiplication:%d\",a*b);</string>
Shows the following error
Multiple annotations found at this line: - error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute? - error: Unexpected end tag string