Basic Programming Concepts
Basic Programming Concepts
#2) Source code: Source code is the actual text that is used to
construct the program using the language of choice.
#8) Loop: Loop is used to execute the series of code until the
condition is true. For Example, in Java, loops can be used as for
loop, do-while, while loop or enhanced for loop.
#Coding_and_Programming