001-005-011
Modulo Operation
Easy
Problem Description
Modulo Operation
In this problem, you will create a program that applies the modulo operation (% operator) to two integers and displays the result to standard output.
Learning Objective: Understand the basics of modulo operation
Overview
Implement modulo operation and display the result.
Output Format
Remainder: 2
Ready to Try Running Code?
Log in to access the code editor and execute your solutions for this problem.
Don't have an account?
Sign Up