#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 Java program to convert a binary number to decimal number
Write a Java program to print ‘Hello World!’ on screen
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 the even numbers from 1 to 20
Write a Java program to count the letters, spaces, numbers and other characters of an input string
Write a Python program that checks whether a specified value is contained within a group of values.
Write a Python program to convert Celsius to Fahrenheit.
Write a python program to open a website using python
Write a Python Program to calculate the natural logarithm of any number.
Write a Python Program to Find LCM.
Java Quiz - 12
Java Quiz - 10
Java Quiz - 23
Java Quiz - 22
Java Quiz - 15