Computer Science, asked by sonirakesh0521, 8 months ago

a code is given below if income tax<=100000 tax=0 else tax= 0.1*income write a program to display the given tax in using ternary operator​

Answers

Answered by dhruvgupta9371
0

Answer:

(tax<=100000)?tax=0:tax=0.1*income;

Answered by arbinddas1204
0

Answer:

i need the full program

Similar questions
Science, 4 months ago