// Write Pseudocode statements to Declare 4 Integers. You can decide on the variables names of each of the integers.
// Then, still using Pseudocode, set the values for 3 of the integers to valid integer values of your choice. In pseudocode, set the value of the 4th integer to the sum of the other 3 integers..
// Next, take your pseudocode and convert it to C code and demonstrate it runs properly in an online C compiler such as ideone.com or codetwist.com.
// Be sure to include all of your pseudocode, all of your C code and the output of running your C code.
Bentley Motors Limited wants to estimate the total cost of the “flying spur” car model by adding 15% excise duty, 10% Sales tax , 1% road tax and bring in to the market. Assume that the basic cost is given by the company. Analyze the scenario and construct a pseudocode .