You are on page 1of 1

Final Exam in Computer Programming

Create a program that would display a simple calculator


that should have the following mathematical operators:
addition, subtraction, multiplication, division and that
would use the modulo operator that gets the remainder
of the two numbers when they are divided. The program
should also display your personal information such as
your name, student number, course and year and the
subject that you are enrolled in.

You might also like