Computer Science, asked by diya996842, 11 months ago

algorithm to increase the fee of students who get admisson after 2018 by 500​

Answers

Answered by Varalakshmi2317
1

Answer:

if(yoadd=2018)

{

fee=fee+500;

}

Explanation:

yoadd is the variable to store the value that determines the year of admission

fee is the variable that store the value that determines the fee..

this algorithm is written in c programming based

Similar questions