#include <stdio.h> int main() { int x,y,z; printf("Enter x,y values"); scanf("%d%d",&x,&y); z=x/y; printf("Division is %d",z); return 0; }
Enter x,y values12 12 Division is 1 (Quotient output)
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to check if a positive number is a palindrome or not
Write a Java Program to find Armstrong number
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Java program that takes two numbers and display the product of two numbers
Write a Java program to compute the square root of an given integer
Write a Python program to count number of vowels in the given string
Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn.
Write a Python program to find out what version of Python you are using.
Write a python program to print Nsmallest numbers
Write a python program to check memory sizes of list ,set ,tuple
Java Quiz - 2
Java Quiz - 8
Java Quiz - 10
Java Quiz - 4
Java Quiz - 5