Whenever a set of statements has to be executed multiple times,we will use for statement. SYNTAX WOULD BE- for(initialization;condition;updation) { //statement block } Here, intialization-Contains declaring and/or initialization of one or more vari...
poorna011.hashnode.dev2 min read
No responses yet.