Sorry! Posting Assignment is allowed only for commercial accounts.
public static void main (String args[]){ int arr[5]={10,20,30,40}; System.out.println(arr[5]);}
#include stdio.h int main() { float g = 0.53; if (g == 0.53) printf("True"); else printf("False"); }