/**Array:- * Used to store more than one values of same data type under a s…
Read more* for loop * Syntax: * for(counter_variable = start value;condition;step_v…
Read more/* 1)If Statement Syntax: if(condition){ statement block; //if true …
Read more1)Airthmatic Operations: //a+b add, //a-b substract, //a*b mu…
Read morepublic class MainActivity extends AppCompatActivity { private MediaPlay…
Read more