5 m If a student gets a mark of 40 or more, they get a "Pass", else "Fail". If they get 90 or more, not only will they g
Posted: Sat May 14, 2022 3:27 pm
solve this asap please
using c language
5 m If a student gets a mark of 40 or more, they get a "Pass", else "Fail". If they get 90 or more, not only will they get a Pass but also a college prize. Write a fragment of code which a processes a variable marks (no need to declare) to output the appropriate result. Ensure your code is efficient. Your answer:
using c language
5 m If a student gets a mark of 40 or more, they get a "Pass", else "Fail". If they get 90 or more, not only will they get a Pass but also a college prize. Write a fragment of code which a processes a variable marks (no need to declare) to output the appropriate result. Ensure your code is efficient. Your answer: