Answer:
Move the duplicated code outside of the if statement
 
        
             
        
        
        
Explanation:
Binary and denary
A number base indicates how many digits are available within a numerical system. Denary is known as base 10 because there are ten choices of digits between 0 and 9. For binary numbers there are only two possible digits available: 0 or 1. The binary system is also known as base 2.
mark me brainliest please
 
        
             
        
        
        
These duties and taxes are charged on imported cars in order to incentivize the people to purchase vehicles built in the home county instead.
 
        
             
        
        
        
Answer:
Similar to a While loop, a For loop consists of three parts: the keyword For that starts the loop, the condition being tested, and the EndFor keyword that terminates the loop.
Explanation:
Loop statements usually have four components: initialization (usually of a loop control variable), continuation test on whether to do another iteration, an update step, and a loop body.