#include <stdio.h> int main() { int x,y,z; printf("Enter x,y values"); scanf("%d%d",&x,&y); z=x*y; printf("Multiplication is %d",z); return 0; }
Enter x,y values12 12 Multiplication is 144
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Program to find second largest number in an array
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a java Program to check the given number is Palindrome or not
Write a Program to remove duplicate element in an array
Write a Java Program to Calculate electricity bill
Write a Python Program to Check Armstrong Number?
Write a Python program that checks whether a specified value is contained within a group of values.
Write a Python program to display the current date and time.
Write a Python program to test whether a passed letter is a vowel or not.
Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.
Java Quiz - 13
Java Quiz - 5
Java Quiz - 19
Java Quiz - 1
Java Quiz - 22