Write a C program to calculate the total cost of the vehicle
byNEED WORK PRODUCE WORK-
3
TASK-
Write a program to calculate the total cost of the vehicle by adding basic cost with (i) excise duty (15%) (ii) sales tax (10%) (iii) octroi (5%) (iv) road tax (1%). Input the basic cost by user.
CODE:
#include<stdio.h>
int main(){
//% to be fixed e.g excise duty is 15% of basic hence it should be declared with 15/100=0.15
Sir Nice
ReplyDeleteGREAT INFORMATION SIR JI THANX
ReplyDeleteVery nice work ! very helpful
ReplyDelete