Program : Program is the combination of information & Operations/ instructions. Ex: x = 10 #information y = 20 # information res = x + y # operation print (res) #operation Classification of Program : Any program can be classified into TWO types : 1....
archana77.hashnode.dev2 min read
No responses yet.