Sorry! Posting Assignment is allowed only for commercial accounts.
#include stdio.hvoid solve() { printf("%d %d", (023), (23));}int main() { solve(); return 0;}
String str = "abcde"; System.out.println(str.substring(1, 3));