Program to find the remainder using Modulo Operator - C/C++/Java

preview_player
Показать описание
Modulo operator is used in programs to find the remainder when two numbers are divided.

We have two operators: a Division operator and a Modulo operator.
The video explains the difference between the division operator and Modulo operator

Aiming to get placed in IT/Software companies. Get your Dream Job with PrepBytes Placement Program.
Get Mentorship, Video Lectures, Doubt Sessions, Mock Tests, Mock Interviews all in one program.

Want a daily dose of Coding/Technical MCQs/Aptitude?
Рекомендации по теме
Комментарии
Автор

Scanner Sc=new Scanner(System.in);
int n=Sc.nextInt();

tharunreddy