Question: please share the iteration table only i only need that fast . Section2: Write (Algorithm or flow chart), iteration table and Python Program for the
please share the iteration table only i only need that fast .

Section2: Write (Algorithm or flow chart), iteration table and Python Program for the problem below. 4 of 2 A. Heritage Value: India is classifying various ancient buildings based on their heritage value. Heritage value is calculated as (age score)*0.4+(uniqueness score)*0.6. Age score and uniqueness score are in the range of 1 to 5. Classification is as below: Heritage value>=4 means "High value" 2.5=4 print("High value"); high-high+1 else if herit_vlaue>=2.5 then print("Medium value"); med=med+1 else print("Low value"); low=low+1 count=count+1 go to 4 5. print high, med and low 6. end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
