#include <stdio.h> int main() { int x,y,z; printf("Enter x,y values"); scanf("%d%d",&x,&y); z=x%y; printf("Modular Division is %d",z); return 0; }
Enter x,y values12 12 Division is 0 (Remainder output)
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program and compute the sum of the digits of an integer
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Java program to swap the first and last elements of an array and create a new array
Write a java Program to print N prime numbers and find sum and average
Write a Java program to convert a string to an integer
How do you confirm if an object is iterable using code?
Write a python program to check memory sizes of list ,set ,tuple
Write a Python program to find out what version of Python you are using.
Write a python program to Find the index of the smallest number in the list
Write a python program to check two strings are Anagram or not
Java Quiz - 15
Java Quiz - 13
Java Quiz - 22
Java Quiz - 20
Java Quiz - 3