Computer Science, asked by nafeenabanuy, 3 months ago

राइट ए प्रोग्राम टो कैलकुलेट द टोटल बिल टैक्स अमाउंट फॉर राइटिंग ऑफ बिल्डिंग अमाउंट पास दर्शन अरे ऑफ लॉन्ग इमेजेस​

Answers

Answered by freefire8725
1

Answer:

Write a program to calculate the total bill tax amount for a list of billing amounts passed as an array of long integers upto the minimum amount of 1000 there is no tax applicable subsequently a flat tax of 10% is applicable for the remaining amount as per the tax rate

Example

Calculate total tax for a list of 5 billing amount

Input 5

Input2 1000,2000,3000,4000

Output

1000

Write the program in C language

#include<studio.h>

#include<String.h>

Int calcTotalTax(int input1, input2[])

{

}

Similar questions