#include iostream.h#include string.hint main (){string str ("India");for (size i = 0; i str.length();){coutstr.at(i-1);}return 0;}
#include stdio.hvoid solve() {int first = 30, second = 60;int third = first + second;{int third = second - first;printf("%d ", third);}printf("%d", third);}int main() {solve();return 0;}
count = 0while(True):if count % 3 == 0:print(count, end = " ")if(count 15):break;count += 1