Posts

2/15/2019 Blogger: PAF - Edit post https://www.blogger.com/blogger.g?blogID=8147348556436208278#editor/target=post;postID=9067142824352514795;onPublishedMenu=allpost… 1/3 01.  imperative programming, you use assignment statements to locate some information in        memory to use it later. The wide use of looping statements allows executing sequences        of statements. If you want to check whether some condition is met before performing            some actions, you can use conditional branching statements....        imperative programming is probably the most widely spread paradigm. The most                  popular examples of imperative programming languages are C++, Java,and PHP 02..Functional programming is also used when you need to be capable of proving your code is            correct. This is much h...